-
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
Add response fields to Kibana module based on ECS #7205
Conversation
86b46b3
to
850f35a
Compare
filebeat/_meta/fields.common.yml
Outdated
HTTP response status_code. | ||
example: 404 | ||
|
||
- name: http.response.time |
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.
I'm not happy with the naming of this field as it's more the duration of the request and does not directly belong to the response?
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 is probably what we have in heartbeat under http.rtt.total
: https://github.com/elastic/beats/blob/master/heartbeat/monitors/active/http/_meta/fields.yml#L85
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.
Any suggestions?
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.
I think the term "response time" is pretty ubiquitous so wouldn't change it. IIUC this field contains the elapsed time between request received to responses sent by the Kibana server. So if anything you could work in "elapsed" to the name to emphasize that this is a duration rather that a date (e.g. http.response.elapsed_time
).
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.
I like the suggestion, changed to elapsed_time
850f35a
to
18961a5
Compare
973c3b1
to
8232b72
Compare
dbdb26f
to
a0d409b
Compare
a0d409b
to
0c04499
Compare
This is based on the ECS http fields: https://github.com/elastic/ecs#http
0c04499
to
faf16a5
Compare
This is based on the ECS http fields: https://github.com/elastic/ecs#http