-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Description
Is your feature request related to a problem? Please describe.
OpenSearch appears to be missing the Community ID ingest pipeline processor. This generates a portable ID to uniquely identify a network traffic flow based on the source/destination IP/port and transport, so rather than having to always do a five-way join, you can search based on this ID.
I was working through ingesting AWS VPC flow logs to OpenSearch and trying to keep the document mappings as close to the format used by the commercial offering as possible and noticed I can't compute this particular field due to the processor being missing.
It looks like it was added to ElasticSearch in version 7.12 but the specification of how to compute the ID is open.
Describe the solution you'd like
Add the missing processor 😉
Additional context
Metadata
Metadata
Assignees
Labels
Type
Projects
Status