[Fleet] Add OpAMP field mappings to fleet-agents#142550
Merged
juliaElastic merged 14 commits intoelastic:mainfrom Feb 19, 2026
Merged
[Fleet] Add OpAMP field mappings to fleet-agents#142550juliaElastic merged 14 commits intoelastic:mainfrom
juliaElastic merged 14 commits intoelastic:mainfrom
Conversation
Collaborator
|
Pinging @elastic/es-core-infra (Team:Core/Infra) |
Collaborator
|
Hi @juliaElastic, I've created a changelog YAML for you. |
nchaulet
reviewed
Feb 16, 2026
| "type": "keyword" | ||
| }, | ||
| "identifying_attributes": { | ||
| "type": "object" |
Member
There was a problem hiding this comment.
@juliaElastic Do we want to have specific mapping for those attributes or should we start with enabled: false? same question for non_identifying
Contributor
Author
There was a problem hiding this comment.
Yeah I was just testing the search on the UI, we will need more specific mappings to search on these attributes, I'll update the PR.
For example:
"identifying_attributes": {
"service.instance.id": "119b8d7a-2da8-7657-b52d-492a9de33316",
"service.name": "otelcol-contrib",
"service.version": "0.144.0"
},
"non_identifying_attributes": {
"host.arch": "arm64",
"host.name": "Julias-MacBook-Pro.local",
"os.description": "macOS 26.3",
"os.type": "darwin"
},
10 tasks
cmacknz
reviewed
Feb 17, 2026
x-pack/plugin/core/template-resources/src/main/resources/fleet-agents.json
Show resolved
Hide resolved
cmacknz
approved these changes
Feb 18, 2026
juliaElastic
added a commit
to elastic/kibana
that referenced
this pull request
Feb 19, 2026
## Summary Relates elastic/ingest-dev#6829 Closes elastic/ingest-dev#6982 Depends on elastic/fleet-server#6330 Follow the instructions in the fleet-server PR to start an otel collector with OpAMP config. OTel Collector displayed in Fleet UI including: - Capabilities - Component Health - Effective Config (click on View Collector Configuration) - Link to OTel internal dashboard (click on View more agent metrics) elastic/opentelemetry-dev#1038 - Calculate CPU and Memory metrics from internal telemetry for OTel collectors Added `.fleet-agents` mappings for the new fields to be searchable (e.g. identifying attributes): elastic/elasticsearch#142550 https://github.com/user-attachments/assets/a0a30e31-c7cd-456b-9004-4002c36c46fe <img width="1245" height="864" alt="image" src="https://github.com/user-attachments/assets/8c092c76-a789-4ddb-8265-3191268cfb80" /> <img width="1249" height="861" alt="image" src="https://github.com/user-attachments/assets/ae9e0835-cbe4-4ed5-b3ab-d0720d8775e8" /> <img width="1802" height="623" alt="image" src="https://github.com/user-attachments/assets/0256693f-6da9-457a-a363-1d8e54d94973" /> <img width="1245" height="852" alt="image" src="https://github.com/user-attachments/assets/d1cec06f-9116-40cc-ba65-da42e16b6f12" /> <img width="1752" height="626" alt="image" src="https://github.com/user-attachments/assets/d190065a-b4be-4682-b1ff-6314a4ada9c8" /> ### Checklist Check the PR satisfies following conditions. Reviewers should verify this PR satisfies this list as well. - [ ] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md) - [ ] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [ ] If a plugin configuration key changed, check if it needs to be allowlisted in the cloud and added to the [docker list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker) - [ ] This was checked for breaking HTTP API changes, and any breaking changes have been approved by the breaking-change committee. The `release_note:breaking` label should be applied in these situations. - [ ] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed - [ ] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) - [ ] Review the [backport guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing) and apply applicable `backport:*` labels. ### Identify risks Does this PR introduce any risks? For example, consider risks like hard to test bugs, performance regression, potential of data loss. Describe the risk, its severity, and mitigation for each identified risk. Invite stakeholders and evaluate how to proceed before merging. - [ ] [See some risk examples](https://github.com/elastic/kibana/blob/main/RISK_MATRIX.mdx) - [ ] ... --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: florent-leborgne <florent.leborgne@elastic.co>
szybia
added a commit
to szybia/elasticsearch
that referenced
this pull request
Feb 19, 2026
…on-sliced-reindex * upstream/main: (120 commits) [Fleet] Add OpAMP field mappings to fleet-agents (elastic#142550) Clarify `expectedSize` behaviour of `ReleasableBytesStreamOutput` (elastic#142451) Refactor KnnIndexTester to tidy up some options (elastic#142651) Fixed with elastic#142638 already (elastic#142655) Change *OverTimeTests to extend AbstractAggregationTestCase (elastic#142659) Fix byteRefBlockHashSize for release mode (elastic#142668) Mute org.elasticsearch.xpack.esql.tree.EsqlNodeSubclassTests testTransform {class org.elasticsearch.xpack.esql.plan.logical.MMR} elastic#142674 Fix PAUSED_FOR_NODE_REMOVAL shard blocking QUEUED promotion (elastic#142637) Mute org.elasticsearch.xpack.logsdb.RandomizedRollingUpgradeIT testIndexingStandardSource elastic#142670 Revert "[ESQL] Introduce pluggable external datasource framework (elastic#141678) (elastic#142663) Mute org.elasticsearch.xpack.esql.spatial.SpatialPushDownGeoShapeIT testQuantizedXY elastic#141234 PromQL: infer start/end from query DSL filters (elastic#142580) Add GPU vector indexing monitoring to _xpack/usage (elastic#141932) Fix testTrackerClearShutdown: use non-zero startTimeMillis for DONE status (elastic#142646) Mute org.elasticsearch.xpack.esql.qa.single_node.GenerativeIT test elastic#142426 ESQL_ Move time_zone to GA (elastic#142287) Mute org.elasticsearch.xpack.esql.qa.multi_node.GenerativeIT test elastic#142426 DOCS: Convert Painless diagrams to mermaid (elastic#141851) ES|QL: fix validation in generative tests (elastic#142638) Unmute tests that do not reproduce failures (elastic#141712) ...
ersin-erdal
pushed a commit
to ersin-erdal/kibana
that referenced
this pull request
Feb 19, 2026
## Summary Relates elastic/ingest-dev#6829 Closes elastic/ingest-dev#6982 Depends on elastic/fleet-server#6330 Follow the instructions in the fleet-server PR to start an otel collector with OpAMP config. OTel Collector displayed in Fleet UI including: - Capabilities - Component Health - Effective Config (click on View Collector Configuration) - Link to OTel internal dashboard (click on View more agent metrics) elastic/opentelemetry-dev#1038 - Calculate CPU and Memory metrics from internal telemetry for OTel collectors Added `.fleet-agents` mappings for the new fields to be searchable (e.g. identifying attributes): elastic/elasticsearch#142550 https://github.com/user-attachments/assets/a0a30e31-c7cd-456b-9004-4002c36c46fe <img width="1245" height="864" alt="image" src="https://github.com/user-attachments/assets/8c092c76-a789-4ddb-8265-3191268cfb80" /> <img width="1249" height="861" alt="image" src="https://github.com/user-attachments/assets/ae9e0835-cbe4-4ed5-b3ab-d0720d8775e8" /> <img width="1802" height="623" alt="image" src="https://github.com/user-attachments/assets/0256693f-6da9-457a-a363-1d8e54d94973" /> <img width="1245" height="852" alt="image" src="https://github.com/user-attachments/assets/d1cec06f-9116-40cc-ba65-da42e16b6f12" /> <img width="1752" height="626" alt="image" src="https://github.com/user-attachments/assets/d190065a-b4be-4682-b1ff-6314a4ada9c8" /> ### Checklist Check the PR satisfies following conditions. Reviewers should verify this PR satisfies this list as well. - [ ] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md) - [ ] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [ ] If a plugin configuration key changed, check if it needs to be allowlisted in the cloud and added to the [docker list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker) - [ ] This was checked for breaking HTTP API changes, and any breaking changes have been approved by the breaking-change committee. The `release_note:breaking` label should be applied in these situations. - [ ] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed - [ ] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) - [ ] Review the [backport guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing) and apply applicable `backport:*` labels. ### Identify risks Does this PR introduce any risks? For example, consider risks like hard to test bugs, performance regression, potential of data loss. Describe the risk, its severity, and mitigation for each identified risk. Invite stakeholders and evaluate how to proceed before merging. - [ ] [See some risk examples](https://github.com/elastic/kibana/blob/main/RISK_MATRIX.mdx) - [ ] ... --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: florent-leborgne <florent.leborgne@elastic.co>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
gradle check?Relates https://github.com/elastic/ingest-dev/issues/6982