For confirmed bugs, please report:
- Version: 7.14.0-SNAPSHOT, 8.0.0-SNAPSHOT
- Operating System: Mac OS
Due to the changes made in #25696, specifically the removal of lines like https://github.com/elastic/beats/pull/25696/files#diff-7a841954bb3e58e0c8cd54e0ece78075a30bd6f19f5a45a7c8e314c549f6b6a1L6, the apache/status metricset is no longer adjusting certain fields when Metricbeat is run by Agent. The adjustment code was originally implemented in #23022.
Either we need to re-introduce the -E management.mode=x-pack-fleet lines deleted in #25696 or the logic introduced in #23022 needs to be updated to work with the changes made in #25696.
For confirmed bugs, please report:
Due to the changes made in #25696, specifically the removal of lines like https://github.com/elastic/beats/pull/25696/files#diff-7a841954bb3e58e0c8cd54e0ece78075a30bd6f19f5a45a7c8e314c549f6b6a1L6, the
apache/statusmetricset is no longer adjusting certain fields when Metricbeat is run by Agent. The adjustment code was originally implemented in #23022.Either we need to re-introduce the
-E management.mode=x-pack-fleetlines deleted in #25696 or the logic introduced in #23022 needs to be updated to work with the changes made in #25696.