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

Commit aa8dd32

Browse files
author
Chris Wiechmann
committed
Update BeatsInputPipeline.conf
1 parent d007d7d commit aa8dd32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

logstash/pipelines/BeatsInputPipeline.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ filter {
2121
http {
2222
url => "${API_BUILDER_URL}/api/elk/v1/api/version/check"
2323
query => {
24-
"filebeatVersion" => "%{[filebeatVersion]}",
25-
"logstashVersion" => "2",
24+
"filebeatVersion" => "%{[filebeatVersion]}"
25+
"logstashVersion" => "2"
2626
}
2727
cacert => "${API_BUILDER_SSL_CERT}"
2828
target_body => "versionStatus"

0 commit comments

Comments
 (0)