-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Re-introduce field formats on ECS fields. #11240
Conversation
Since this reintroduces field formats exactly as they were before #11150, I don't think this requires a changelog. |
Error seems unrelated, in Metricbeat test suite:
|
jenkins, test this |
@@ -1807,6 +1813,7 @@ | |||
- name: bytes | |||
level: core | |||
type: long | |||
format: bytes | |||
description: Bytes sent from the source to the destination. | |||
example: 184 | |||
- name: domain |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like you missed:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, you're right. I'll go add them
🏃
They were accidentally removed by elastic#11150.
0528af5
to
a5e87ec
Compare
Rebased on top of master. I think #11230 fixes the Metricbeat test flakiness |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
They were accidentally removed by elastic#11150.
Moved the definition of `agent.hostname` to fields.common.yml
They were accidentally removed by elastic#11150.
They were accidentally removed by #11150.