Closed lduvnjak closed 1 year ago
The issue seems to be in the elasticsearch input plugin.
Logstash 8.4 - default version of logstash-input-elasticsearch
plugin is 4.14.0
Upgrading just the input plugin to 4.16.0
breaks it.
@elastic, any ETA on the fix?
@elastic, the issue has been stale for almost 2 months. Can anyone take a look?
This should be fixed by https://github.com/logstash-plugins/logstash-input-elasticsearch/pull/189, available in version 4.17.1
of the elasticsearch input.
Please reopen if the issue reoccurs.
Thank you, I've verified it's fixed. When will the plugin version 4.17.1
be included by default in the Logstash rpm?
Logstash information:
Please include the following information:
Logstash version (e.g. bin/logstash --version) logstash 8.5.0
Logstash installation source (e.g. built from source, with a package manager: DEB/RPM, expanded from tar or zip archive, docker) yum install logstash
How is Logstash being run (e.g. as a service/service manager: systemd, upstart, etc. Via command line, docker/kubernetes) CLI :
nohup /usr/share/logstash/bin/logstash -f /root/logstash/exporter/exporter.conf > f.out 2> f.err < /dev/null &
Plugins installed:
OS Version: Linux removed 4.18.0-425.3.1.el8.x86_64 #1 SMP Tue Nov 8 14:08:25 EST 2022 x86_64 x86_64 x86_64 GNU/Linux
Description of the problem including expected versus actual behavior:
flush_interval
Steps to reproduce:
Please include a minimal but complete recreation of the problem, including (e.g.) pipeline definition(s), settings, locale, etc. The easier you make for us to reproduce it, the more likely that somebody will take the time to look at it.
Current Result: Logstash crashes, and all the messages processed are gone.
Expected result: Messages are processed and flushed to disk periodically
Provide logs (if relevant):
Additional info: This issue happens on 8.6 as well as 8.5. Every other version between 7.17 and onwards till 8.5 works without issues. You can find more info on
exporter.conf
and everything else here.