Elasticsearch is a distributed, RESTful search and analytics engine capable of addressing a growing number of use cases. As the heart of the Elastic Stack, it centrally stores your data for lightning fast search, fine‑tuned relevancy, and powerful analytics that scale with ease.
Questions tagged [elasticsearch]
28 questions
0
votes
1 answer
ERROR: Failed to determine the health of the cluster. Unexpected http status [503]
Hi I trying to install elk on ubuntu20.04 and I used this resource https://kifarunix.com/install-elk-stack-8-x-on-ubuntu/ but when I want to run /usr/share/elasticsearch/bin/elasticsearch-create-enrollment-token -s kibana I get the flowing…
0
votes
1 answer
How to install elasticsearch 7 and elasticsearch 6 in ubuntu 20.04?
I have two projects one project requires ElasticSearch 7 and another requires ElasticSearch 6. Is there any way I can install both of these versions? That would be fine if I need to stop one version before starting another version.
0
votes
0 answers
How to install elasticsearch on raspberry pi
I need to install elasticsearch on Raspberry Pi 3. To do this I am following this link with below steps:
I first install java:
sudo apt-get update
sudo apt-get install default-jre
Running the above default-jre command showed some error so I ran…

S Andrew
- 484