Skip to content
Discussion options

You must be logged in to vote

A solution I found was updating my webserver to ES/Kibana 9.1.10, as there was some release order issues referenced with 8.19.x to 9.0.x in this elastic discussion post.
I also had to update the keyring and update repository with these commands

wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo gpg --dearmor -o /usr/share/keyrings/elasticsearch-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/elasticsearch-keyring.gpg] https://artifacts.elastic.co/packages/9.x/apt stable main" | sudo tee /etc/apt/sources.list.d/elastic-9.x.list

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@HaydenB0101
Comment options

@HaydenB0101
Comment options

@reyesj2
Comment options

@HaydenB0101
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by HaydenB0101
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
2.4
Labels
None yet
2 participants