From a0c98f7fbf64903055271fac1493a9b7e48b61e9 Mon Sep 17 00:00:00 2001 From: Tom Hendrikx Date: Fri, 5 Jul 2024 01:51:56 +0200 Subject: [PATCH] Use latest logstash --- test_config_syntax.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_config_syntax.sh b/test_config_syntax.sh index 25a1abe..6d9fe45 100755 --- a/test_config_syntax.sh +++ b/test_config_syntax.sh @@ -11,5 +11,5 @@ set -eux docker run --rm -it \ --volume "$(pwd)"/postfix.grok:/etc/logstash/patterns.d/postfix.grok \ --volume "$(pwd)"/50-filter-postfix.conf:/usr/share/logstash/pipeline/50-filter-postfix.conf \ - logstash:8.12.0 \ + logstash:8.14.1 \ logstash --config.test_and_exit -f /usr/share/logstash/pipeline/50-filter-postfix.conf