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

Commit f158dd1

Browse files
author
Chris Wiechmann
committed
Update BeatsInputPipeline.conf
1 parent 02d576d commit f158dd1

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
@@ -42,7 +42,7 @@ filter {
4242
ruby {
4343
code => "
4444
logger.error('Filebeat or Logstash does not match to API-Builder version. Check API-Builder logs for more details');
45-
ruby { code => 'Process.kill(15, Process.pid)' };
45+
Process.kill(15, Process.pid);
4646
"
4747
}
4848
}

0 commit comments

Comments
 (0)