Skip to content

Commit

Permalink
Add pipeline.ordered setting for docker image (elastic#13304)
Browse files Browse the repository at this point in the history
Adds the pipeline.ordered setting to env2yml.go for the docker image.

Closes: elastic#13293
(cherry picked from commit 9f45087)
  • Loading branch information
roaksoax committed Oct 7, 2021
1 parent f59bd17 commit fcbfdc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/data/logstash/env2yaml/env2yaml.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ func normalizeSetting(setting string) (string, error) {
"pipeline.unsafe_shutdown",
"pipeline.java_execution",
"pipeline.ecs_compatibility",
"pipeline.ordered",
"pipeline.plugin_classloaders",
"pipeline.separate_logs",
"path.config",
Expand Down

0 comments on commit fcbfdc8

Please sign in to comment.