24 lines
778 B
YAML
24 lines
778 B
YAML
# This file is where you define your pipelines. You can define multiple.
|
|
# For more information on multiple pipelines, see the documentation:
|
|
# https://www.elastic.co/guide/en/logstash/current/multiple-pipelines.html
|
|
|
|
|
|
#- pipeline.id: Simfony_Mobility_Logs
|
|
# path.config: "/etc/logstash/conf.d/1*.conf"
|
|
# pipeline.workers: 5
|
|
# pipeline.batch.size: 1000
|
|
#pipeline.batch.delay: 50
|
|
# pipeline.ordered: false
|
|
|
|
- pipeline.id: Simfony_Filebeat_Server_test2
|
|
path.config: "/etc/logstash/conf.d/intake-filebeat.conf"
|
|
pipeline.workers: 2
|
|
pipeline.batch.size: 500
|
|
|
|
- pipeline.id: mtqa_mobility_logs
|
|
path.config: "/etc/logstash/conf.d/mtqa.conf"
|
|
pipeline.workers: 5
|
|
pipeline.batch.size: 1000
|
|
pipeline.batch.delay: 50
|
|
pipeline.ordered: false
|