1 Install Elasticsearch and Kibana
Download ES
Config network interface for ES
- Get data into ES
Issues:
- max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
A: edit /etc/sysctl.conf and set vm.max_map_count to 262144
sudo sysctl -a |grep max_map
-
config server as your host
-
config kibana server.host:
Note:
computingforgeeks.com/setup-elast… www.elastic.co/blog/deploy… blog.pythian.com/installing-… blog.ruanbekker.com/blog/2019/0… github.com/elastic/ans…