Skip to content

Commit

Permalink
Exposed 'allow.legacy.monitoring' from Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
andsel committed Oct 22, 2024
1 parent fbe907d commit 9929323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/data/logstash/env2yaml/env2yaml.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ package main
import (
"errors"
"fmt"
"gopkg.in/yaml.v2"
"io/ioutil"
"log"
"os"
Expand Down Expand Up @@ -86,6 +85,7 @@ var validSettings = []string{
"api.auth.basic.password_policy.include.symbol",
"allow_superuser",
"monitoring.cluster_uuid",
"allow.legacy.monitoring",
"xpack.monitoring.enabled",
"xpack.monitoring.collection.interval",
"xpack.monitoring.elasticsearch.hosts",
Expand Down

0 comments on commit 9929323

Please sign in to comment.