-
Notifications
You must be signed in to change notification settings - Fork 24.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
[DOCS] HTTP client stats #70512
[DOCS] HTTP client stats #70512
Conversation
Pinging @elastic/es-core-features (Team:Core/Features) |
Pinging @elastic/es-docs (Team:Docs) |
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 @danhermann. I left a few suggestions and questions.
In some cases, it wasn't clear if a property would be returned if it was unavailable. I also didn't know if a few fields were misnamed/missing. I'll take another look afterward. Thanks again!
`remote_address`:: | ||
(string) | ||
Remote address for the HTTP client. | ||
`forwarded_for`:: |
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.
It looks like the last_uri
property may be missing:
https://github.com/elastic/elasticsearch/blob/master/server/src/main/java/org/elasticsearch/http/HttpStats.java#L74
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.
Co-authored-by: James Rodewig <[email protected]>
Co-authored-by: James Rodewig <[email protected]>
Co-authored-by: James Rodewig <[email protected]>
Co-authored-by: James Rodewig <[email protected]>
Co-authored-by: James Rodewig <[email protected]>
Co-authored-by: James Rodewig <[email protected]>
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. Thanks @danhermann!
`id`:: | ||
(integer) | ||
Unique ID for the HTTP client. | ||
`agent`:: |
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.
Nit: I'd add a newline between each definition for readability. Won't affect the HTML output tho.
Adds documentation for the stats added in #64561.
Preview: https://elasticsearch_70512.docs-preview.app.elstc.co/guide/en/elasticsearch/reference/master/cluster-nodes-stats.html