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

Commit 95f2c02

Browse files
author
Chris Wiechmann
committed
[skip ci] Comment added
1 parent f158dd1 commit 95f2c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logstash/pipelines/BeatsInputPipeline.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ filter {
3737
ttl => "86400" # Don't validate the version again for almost ever (let's say the next 24 hours)
3838
set => { "[versionStatus]" => "versionCheck" }
3939
}
40-
# Check if there is a configuration/version mismatch
40+
# Check if there is a configuration/version mismatch (currently shutdown seems not to work correclty)
4141
if([versionStatus][versionStatus]!="ok") {
4242
ruby {
4343
code => "

0 commit comments

Comments
 (0)