ELK: Difference between revisions

From artserver wiki
(Created page with "=Installing ELK stack= Followed https://techviewleo.com/install-elastic-stack-elk-on-debian/ ports: * elasticsearch: 9200 * logstash: 5044 * kibana: 5601 * filebeat")
 
No edit summary
Line 6: Line 6:
* kibana: 5601
* kibana: 5601
* filebeat
* filebeat
change elasticsearch JVM heap size to use only 1G in /etc/elasticsearch/jvm.options
<code>-Xms1g</code> <code>-Xmx1g</code>

Revision as of 11:41, 23 September 2022

Installing ELK stack

Followed https://techviewleo.com/install-elastic-stack-elk-on-debian/ ports:

  • elasticsearch: 9200
  • logstash: 5044
  • kibana: 5601
  • filebeat

change elasticsearch JVM heap size to use only 1G in /etc/elasticsearch/jvm.options -Xms1g -Xmx1g