Skip to content

Commit 95624ab

Browse files
authored
Fix allow_superuser comment (#17775)
This commit fixes the comment of allow_superuser in logstash.yml. The default value should be false.
1 parent ba76f94 commit 95624ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/logstash.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288
#
289289
# ------------ Other Settings --------------
290290
#
291-
# Allow or block running Logstash as superuser (default: true). Windows are excluded from the checking
291+
# Allow or block running Logstash as superuser (default: false). Windows are excluded from the checking
292292
# allow_superuser: false
293293
#
294294
# Where to find custom plugins

0 commit comments

Comments
 (0)