Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit 4f1fd03

Browse files
author
Chris Wiechmann
committed
Remove the restriction to logstash to one worker-thread
1 parent 556b2ec commit 4f1fd03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ services:
8181
volumes:
8282
- ${PWD}/logstash/pipeline/pipeline.conf:/usr/share/logstash/pipeline/pipeline.conf
8383
- ${PWD}/logstash/config/traffic_details_index_template.json:/usr/share/logstash/config/traffic_details_index_template.json
84-
command: logstash --path.config /usr/share/logstash/pipeline/pipeline.conf --pipeline.batch.size 20 --pipeline.workers 1 --log.level info
84+
command: logstash --path.config /usr/share/logstash/pipeline/pipeline.conf --pipeline.batch.size 20 --log.level info
8585
depends_on:
8686
- elasticsearch1
8787
networks:

0 commit comments

Comments
 (0)