Skip to content

Commit

Permalink
Metricbeat: Ensure canonical naming for JMX beans is disabled (elasti…
Browse files Browse the repository at this point in the history
…c#7047)

Canonical naming for JMX beans in Jolokia is enabled by default, this
orders mbean fields, what breaks metricbeat internal mapping.

We were already setting these options in the url, but url parameters are
ignored in POST requests. This change adds these parameters as part of
the body.

(cherry picked from commit b9dbb1b)
  • Loading branch information
jsoriano committed Jun 20, 2018
1 parent e6fa33d commit 019b60b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@ https://github.com/elastic/beats/compare/v6.2.3...v6.3.0[View commits]
- Add mapping for docker metrics per cpu. {pull}6843[6843]
- Ensure canonical naming for JMX beans is disabled in Jolokia module. {pull}7047[7047]
*Packetbeat*
- Fix an out of bounds access in HTTP parser caused by malformed request. {pull}6997[6997]
*Winlogbeat*
- Fixed a crash under Windows 2003 and XP when an event had less insert strings than required by its format string. {pull}6247[6247]
Expand Down

0 comments on commit 019b60b

Please sign in to comment.