Trevor Blackford
Trevor Blackford
I realize I jumped the gun on saying anything about performance here, since the binaries were being run at the same time, and measuring the same thing (thanks @strawgate). What...
It looks to me that the [ingest pipeline patterns](https://github.com/elastic/beats/blob/main/filebeat/module/iis/access/ingest/pipeline.yml) are all [W3C](https://learn.microsoft.com/en-us/windows/win32/http/w3c-logging) with various fields enabled and disabled. From the test file you can see the format details and examples...
I think we should remove these pages and focus exclusively on https://www.elastic.co/guide/en/logstash/master/ea-integrations.html
Double check description here, was initial implementation set to true?
Would this be a breaking change if we are only changing the default?
Have you tried supplying your own definitions for the unsupported fields? https://github.com/logstash-plugins/logstash-codec-netflow/blob/main/docs/index.asciidoc#ipfix_definitions
It would be nice to support resending the whole file without making a breaking change. Could we just add another possible value for the configuration? false: no sending true (current):...