ansible-roles/logstash
Jérémy Lecour 478e9a8272 replace "state: installed" with "state: present" 2017-01-12 17:37:48 +01:00
..
defaults Squash: conventions, evolinux, etc-git… 2016-12-21 16:12:30 +01:00
meta Roles have dependencies 2016-12-21 16:12:26 +01:00
tasks replace "state: installed" with "state: present" 2017-01-12 17:37:48 +01:00
README.md JVM Heap size configurable for Elasticsearch 2016-12-21 16:12:26 +01:00

README.md

logstash

Install Logstash.

Tasks

Everything is in the tasks/main.yml file.

Variables

  • logstash_jvm_xms: minimum heap size reserved for the JVM (defaults to 256m).
  • logstash_jvm_xmx: maximum heap size reserved for the JVM (defaults to 1g).

The pipeline must be configured before starting Logstash. https://www.elastic.co/guide/en/logstash/5.0/index.html