Skip to main content

Checks Required Before Starting Installation

Important for InstallationFor the installation to be healthy, your servers must have access to the following addresses.For Elasticsearch installation:
ImportantWhen updating Ubuntu packages, it tries to pull from servers in Turkey location. However, there may be problems with tr.archive.ubuntu.com from time to time. In this case, the following change should be made.
#Replace all addresses containing tr. with “Replace All”.#Example:Old: http://tr.archive.ubuntu.com/ubuntuNew: http://archive.ubuntu.com/ubuntu

Operating System Configurations

The following steps must be performed on all servers.

Elasticsearch Installation

Operating System Configurations and Elasticsearch Application Installation

The following steps must be performed on all Elasticsearch servers.

Elasticsearch Installation

The following steps must be performed on all Elasticsearch servers.

Configuring Elasticsearch Parameters According to Environment

The following steps must be performed on all Elasticsearch servers.
The following parameters must be added by configuring them according to your own environment.
  • cluster.initial_master_nodes
  • network.host
  • node.name
ImportantHere, path.data and path.repo addresses must be given as the address of the disk where your log file will be stored in the system, in accordance with the previous item.
You can configure the JVM (Java Virtual Machine) values and other JVM parameters that Elasticsearch will use as follows.
ImportantHere, you can go up to half of the RAM amount that the operating system has, and this value should not exceed 32GB

Setting Elasticsearch as Linux Service

The following steps must be performed on all Elasticsearch servers.
You can use the following link for the compatible Kibana version.