mirror of
https://github.com/ivuorinen/docker-elk.git
synced 2026-03-11 18:59:12 +00:00
Initial commit
This commit is contained in:
11
logstash/config/pipelines.yml
Normal file
11
logstash/config/pipelines.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user