Skip to content

Commit

Permalink
Update libbeat config module fields type (#88990)
Browse files Browse the repository at this point in the history
* Update libbeat config module fields type

* Increment STACK_MONITORING_REGISTRY_VERSION

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
crespocarlos and elasticmachine authored Aug 12, 2022
1 parent da3e4e8 commit 654f31d
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions x-pack/plugin/core/src/main/resources/monitoring-beats-mb.json
Original file line number Diff line number Diff line change
Expand Up @@ -735,13 +735,16 @@
"config": {
"properties": {
"running": {
"type": "short"
"type": "long"
},
"starts": {
"type": "short"
"type": "long"
},
"stops": {
"type": "short"
"type": "long"
},
"reloads": {
"type": "long"
}
}
},
Expand Down Expand Up @@ -1787,6 +1790,10 @@
"path": "beat.stats.libbeat.config.stops"
}
}
},
"reloads": {
"type": "alias",
"path": "beat.stats.libbeat.config.reloads"
}
}
},
Expand Down

0 comments on commit 654f31d

Please sign in to comment.