Hi everyone,
I was having some troubles with Kibana connecting to Elasticsearch. Then I read that I needed to install the OSS version to solve it. Following the tutorial I added this line:
echo "deb https://artifacts.elastic.co/packages/oss-7.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-7.x.list
But when I make apt-get install elasticsearch I get the following error:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package elasticsearch
How can I solve it?
Thank you in advance