mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
[7x backport] env2yaml syntax error (#12322)
Clean backport of #12320 `pipeline.ecs_compatibility` setting was missing a comma after its definition
This commit is contained in:
parent
708c156c1b
commit
80db07d36d
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ func normalizeSetting(setting string) (string, error) {
|
|||
"pipeline.batch.delay",
|
||||
"pipeline.unsafe_shutdown",
|
||||
"pipeline.java_execution",
|
||||
"pipeline.ecs_compatibility"
|
||||
"pipeline.ecs_compatibility",
|
||||
"pipeline.plugin_classloaders",
|
||||
"path.config",
|
||||
"config.string",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue