You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not quite sure, I run into the same problem with ingest pipelines in elasticsearch whilst writing a filebeat module for Fortinet. #13245 Basically, the Elasticsearch KV processor does not honor quotes the same as the logstash one. elastic/elasticsearch#31786 (comment) I think that the dissect processor is nice but it has one problem Dissect matches a single text field against a defined pattern. let's take something like firewall logs that can contain sometimes more and sometimes fewer fields. I would have to build a lot of patterns that might interfere. I guess @Wing924 has the same idea, that he wants to use the KV processor to automatically split the fields and do a rename on the fields afterward to make them ECS compliant.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the enhancement:
Both logstash and elasticsearch have kv filter while beats don't have.
example input
example output
Describe a specific use case for the enhancement or feature:
many programs such as prometheus use
key1=value1 key2=value2
as log format.The text was updated successfully, but these errors were encountered: