-
Notifications
You must be signed in to change notification settings - Fork 519
elastic-agent: update monitor fields to include new TBS metrics #16029
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
base: main
Are you sure you want to change the base?
Conversation
🚀 Benchmarks reportTo see the full report comment with |
💚 Build Succeeded
|
|
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
belimawr
left a comment
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.
@rubvs I followed the testing procedure and the new mappings are not there. I even tried to roll over the index by running:
POST metrics-elastic_agent.apm_server-default/_rollover
However it did not work.
One thing I noticed is that the PR is missing the version update in manifest.yml and changelog in changelog.yml.
When I checked those files they show version 2.6.8 but on my Kibana I can see the Elastic Agent integration in version 2.6.9.
Could you merge main into your PR and add the changelog?
|
Hi @belimawr, Ruben has left the company so I will try to follow up with this 👍 |
Proposed commit message
Add back
apm-servermonitoring metrics removed in #12793, plus new TBS metrics outlined in elastic/apm-server#15533Checklist
changelog.ymlfile.Author's Checklist
metrics-elastic_agent.apm_server*datastream.How to test this PR locally
Step 1: Ensure Elasticsearch & Kibana is running
> elastic-package stack status Status of Elastic stack services: ╭───────────────┬─────────┬───────────────────╮ │ SERVICE │ VERSION │ STATUS │ ├───────────────┼─────────┼───────────────────┤ │ elasticsearch │ 9.2.1 │ healthy │ │ kibana │ 9.2.1 │ healthy │ │ fleet-server │ unknown │ healthy │ │ elastic-agent │ 9.2.1 │ running (healthy) │ ╰───────────────┴─────────┴───────────────────╯Step 2: Apply Integration Changes
elastic_agentintegration with the updated mappings in this PRStep 3: Enroll Elastic Agent in Fleet
Step 4Step 4: Install EA Locally in a Container
> docker run --rm -it -p 8220:8220 -p 8200:8200 buildpack-deps:24.04 /bin/bashneovimto editapm-server.ymllater on.elastic-agentwith commands from Kibana UI listed inStep 3.> elastic-agent status ┌─ fleet │ └─ status: (HEALTHY) Connected └─ elastic-agent └─ status: (HEALTHY) RunningStep 5: Verify Data
Verify mappings in the
metrics-elastic_agent.apm_server*datastream fromDev Tools.data_streams.indices.index_namefield.Related issues