Python Elasticsearch

168 阅读1分钟

1 Install Elasticsearch and Kibana

Download ES

Config network interface for ES

  1. Get data into ES

Issues:

  1. 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 sudosysctlwvm.maxmapcount=268435456sudo sysctl -w vm.max_map_count=268435456 sudo sysctl -a |grep max_map

  1. config server as your host

  2. 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…