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

Commit f0a01bc

Browse files
author
Chris Wiechmann
committed
Update BeatsInputPipeline.conf
1 parent 208988b commit f0a01bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

logstash/pipelines/BeatsInputPipeline.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ filter {
4141
if([versionStatus][versionStatus]!="ok") {
4242
ruby {
4343
code => "
44-
logger.info('Exit Logstash as version of Filebeat or Logstash does not match to API-Builder version. Check API-Builder logs for more details');
45-
Process::exit;
44+
logger.error('Filebeat or Logstash does not match to API-Builder version. Check API-Builder logs for more details');
4645
"
4746
}
4847
}

0 commit comments

Comments
 (0)