limit cpu of logstash pods
[oom.git] / kubernetes / log / charts / log-logstash / resources / config / logstash.yml
1 http.host: "0.0.0.0"
2 pipeline.workers: 3
3 ## Path where pipeline configurations reside
4 path.config: /usr/share/logstash/pipeline
5
6 ## Type of queue : memeory based or file based
7 #queue.type: persisted
8 ## Size of queue
9 #queue.max_bytes: 1024mb
10 ## Setting true makes logstash check periodically for change in pipeline configurations
11 config.reload.automatic: true
12
13 ## xpack configurations
14 #xpack.monitoring.elasticsearch.url: ["http://10.247.186.12:9200", "http://10.247.186.13:9200"]
15 #xpack.monitoring.elasticsearch.username: elastic
16 #xpack.monitoring.elasticsearch.password: changeme
17 xpack.monitoring.enabled: false