logstash-codec-netflow icon indicating copy to clipboard operation
logstash-codec-netflow copied to clipboard

Results 35 logstash-codec-netflow issues
Sort by recently updated
recently updated
newest added

Hello, Arista (vendor 30065) is currently not a supported vendor in `ipfix.yaml`. A PR will follow with all the fields. Vendor documentation: https://www.arista.com/en/um-eos/eos-sampled-flow-tracking

enhancement

This codec currently requires all received enterprise/flow set ID to be mapped in the `ipfix.yaml` file. When it receives an unknown flow set ID, it fails to decode the whole...

enhancement

It's not uncommon for a few Cisco IPFIX devices to send packets with flow length equals to 4, which essentially is the size of the Flow Set ID + Flow...

enhancement

Can't (yet) decode flowset id 1315 from source id 2, because no template to decode it with has been received. This message will usually go away after 1 minute.

Logstash 8.8.2 on Linux x86_64, (container: docker.elastic.co/logstash/logstash:8.8.2) I'm invoking the container and mapping the pipeline directory to my test directory with one simple config file present: Sample invocation: `$ docker...

bug

**Logstash information**: Version: 7.16.3 **JVM** (e.g. `java -version`): openjdk version "1.8.0_342" OpenJDK Runtime Environment (build 1.8.0_342-8u342-b07-0ubuntu1~18.04-b07) OpenJDK 64-Bit Server VM (build 25.342-b07, mixed mode) **OS version** (`uname -a` if on...

bug

**Logstash information**: 1. Logstash version: 8.6.2 2. Logstash installation source: docker.elastic.co/logstash/logstash 3. How is Logstash being run: `docker run --detach --name logstash2 --restart always --network host --volume $(pwd)/pipeline/:/usr/share/logstash/pipeline/ docker.elastic.co/logstash/logstash:8.6.2` 4....

bug

Support for Encoding data using Netflow when outputting - Version: 7.2 - Sample Usage: ``` udp { id => "udp_exporter" codec => netflow host => "10.10.10.10" port => 2055 }...

enhancement
adoptme

https://app.travis-ci.com/github/logstash-plugins/logstash-codec-netflow/jobs/572876184 ``` logstash_1_d30bd60076cc | LogStash::Codecs::Netflow logstash_1_d30bd60076cc | Netflow 9 invalid 01 logstash_1_d30bd60076cc | should not raise_error logstash_1_d30bd60076cc | IPFIX VMware virtual distributed switch logstash_1_d30bd60076cc | should serialize to json (FAILED...

Test Failure