-
Notifications
You must be signed in to change notification settings - Fork 34
Compatibility with Elastic ECS? #56
Copy link
Copy link
Closed
Description
Hi,
I'm using v3.2.3 of this filter and I can see that it's producing fields that are not in the ECS. An example of its output is:
"user_agent": {
"build": "",
"device": "Other",
"major": "1",
"minor": "11",
"name": "aws-sdk-java",
"original": "[S3Console/0.4, aws-internal/3 aws-sdk-java/1.11.488 Linux/4.9.137-0.1.ac.218.74.329.metal1.x86_64 OpenJDK_64-Bit_Server_VM/25.192-b12 java/1.8.0_192]",
"os": "Linux",
"os_major": "4",
"os_minor": "9",
"os_name": "Linux",
"patch": "488"
}
Yet the fields specified for user_agent in the ECS are here (https://github.com/elastic/ecs#user_agent)
Will this filter be updated to comply with the ECS? Or will someone be updating the ECS to be compatible with the output of this filter?
Many thanks,
Nick
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels