- server
- filebeat
- logstash
- elasticsearch
- kibana
tar 압축 해제
app@app:~/elasticsearch$ tar -xvf elasticsearch-6.3.0.tar.gz
elasticsearch-6.3.0/
config
...
cluster.name: my-application
...
# ---------------------------------- Network -----------------------------------
#
# Set the bind address to a specific IP (IPv4 or IPv6):
#
network.host: 0.0.0.0
#
# Set a custom port for HTTP:
http.port: 9200
http.enabled: true
settings
$vi /etc/security/limit.conf
https://www.elastic.co/guide/en/elasticsearch/reference/current/file-descriptors.html
#<domain> <type> <item> <value>
app - nofile 65536
$ vi /etc/sysctl.conf
vm.max_map_count=262144