-
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
Fixing typo in serialized JSON property name #18420
Conversation
Pinging @elastic/stack-monitoring (Stack monitoring) |
Pinging @elastic/integrations-services (Team:Services) |
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!
{
"hits": {
"hits": [
{
"_source": {
"index_stats": {
"primaries": {
"bulk": {
"avg_time_in_millis": 0,
"avg_size_in_bytes": 0,
"total_operations": 0,
"total_time_in_millis": 0,
"total_size_in_bytes": 0
}
},
"total": {
"bulk": {
"total_operations": 0,
"total_time_in_millis": 0,
"total_size_in_bytes": 0,
"avg_time_in_millis": 0,
"avg_size_in_bytes": 0
}
}
}
}
}
]
}
}
💚 Build SucceededExpand to view the summary
Build stats
Test stats 🧪
Steps errorsExpand to view the steps failures
|
Fixes a typo in a field name introduced in #17992. See https://github.com/elastic/beats/pull/17992/files#r423112702.