Open kaiyan-sheng opened 1 year ago
Pinging @elastic/security-external-integrations (Team:Security-External Integrations)
Background: I did not add this feature to integrations because it would require shifting processing toward the edge, and to date all integrations have been moving toward centralized processing with Elasticsearch Ingest Node. So this would have been counter to that goal of having the transformations done in ES.
There are no technical limitations to using the Filebeat processor to do the parsing. Or alternatively the format
feature could be implemented through Ingest Node.
format
variable is added into Filebeat to enable users to specify a custom VPC flow log format. We should also add this feature into the integration.