How to install elasticsearch in ubuntu and configure it to be standalone?

how to install elasticsearch in ubuntu and configure it to be standalone?

Hello there!
As 'standalone' you mean one, single node?

1 Like

yes i installed elasticsearch 8.4.0 and kibana in the same ubuntu machine

In /etc/elasticsearch/elasticsearch.yml please use discovery.type as 'single-node`.
In KIbana config file you have to point to Elasticsearch host and port.
Will you use filebeat, logstash, metricbeat and so on?

yea i use filebeat,winlogbeat and packetbeat

  1. Setup your elasticsearch,
  2. Setup your kibana,
  3. Setup your filebeat.

Docs here.

Than, if anything will not be understandable or you will have errors please come back here. There are many issues solved on forum.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.