-
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
[Metricbeat] Rename http.request.body to http.request.body.content for ECS #10315
Conversation
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.
Looking good so far.
- One thing to adjust in ecs-migration.
- Also, I assume the actual fields.yml changes are coming? ;-)
dev-tools/ecs-migration.yml
Outdated
### HTTP | ||
- from: http.request.body | ||
to: http.request.body.content | ||
alias: true |
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.
Can't be aliased unfortunately, as the new field is moving directly under it. This means http.request.body
can't be of type alias
, since it has .content
nested under it.
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.
Good point :-(
f35fe4c
to
b13d2bd
Compare
@@ -18,10 +18,6 @@ | |||
type: object | |||
description: > | |||
The HTTP headers sent | |||
- name: body |
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.
This was removed because body.content is already in ECS
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.
Looking good, once the changelog gets the PR ID :-)
b13d2bd
to
338d5d5
Compare
…r ECS The header fields were not touched in this change as not defined yet in ECS.
338d5d5
to
a883b67
Compare
The header fields were not touched in this change as not defined yet in ECS.