logstash-filter-aggregate icon indicating copy to clipboard operation
logstash-filter-aggregate copied to clipboard

The aim of this filter is to aggregate informations available among several events (typically log lines) belonging to a same task, and finally push aggregated information into final task event.

Results 7 logstash-filter-aggregate issues
Sort by recently updated
recently updated
newest added

**Logstash information**: Please include the following information: 1. Logstash version **logstash 7.17.6** 2. Logstash installation source **docker** 3. How is Logstash being run **docker** 4. How was the Logstash Plugin...

bug

**Logstash information**: 1. Logstash version: 7.17.5 2. logstash-filter-aggregate version: 2.10.0 3. Logstash installation source: docker => elastic/logstash:7.17.5 4. Bundled JVM used **OS version**: Linux x86_64 x86_64 x86_64 GNU/Linux **Steps to...

bug

logstash 8.8.1 installed on Linux via RPM and run on the command line. aggregate is bundled with the RPM. Bundled JVM used. If the timeout_timestamp_field is missing from an event...

bug

I'm trying to test my logstash configurations that use the aggregate plugin. I have not had any issues running them locally against the binary as I write them. But now...

Hi I am trying to save the maps of aggregate in a logstash filter that uses 8 pipelines. But the plugin crashes with the following exception: `[2021-06-18T10:32:25,956][ERROR][logstash.javapipeline ][smtp11] Pipeline error...

Hi I was looking into new features of ELK and I noticed that they've added the option for plugin to specify that it won't work with multiple workers. From https://github.com/logstash-plugins/logstash-filter-multiline/blob/master/lib/logstash/filters/multiline.rb...

enhancement
adoptme

Hi I was thinking if it's possible to include feature for including external code into code of aggregate. I've done some fast test with include and it works - I...

enhancement
adoptme