mirror of
https://github.com/ivuorinen/docker-elk.git
synced 2026-01-26 11:44:06 +00:00
11 lines
387 B
YAML
11 lines
387 B
YAML
# For per pipeline config, check docs: https://www.elastic.co/guide/en/logstash/current/logstash-settings-file.html
|
|
|
|
- pipeline.id: main
|
|
path.config: "/usr/share/logstash/pipeline/main.conf"
|
|
queue.type: memory
|
|
|
|
#- pipeline.id: second_pipeline
|
|
# path.config: "/usr/share/logstash/pipeline/second.conf"
|
|
# queue.type: persisted
|
|
# pipeline.batch.size: 125
|
|
# queue.page_capacity: 50mb |