Skip to content

Conversation

@MichelLosier
Copy link
Contributor

@MichelLosier MichelLosier commented Aug 4, 2025

Summary

Resolves: #221312

Excludes the agentless package metadata ('organization', 'division', 'team') from an add_fields global processor for agent policy inputs. This is to avoid collision with data field usage of the same names by integrations.

Release Note

Fixes agentless integrations using 'organization', 'division', or 'team' data fields being overwritten by package agentless metadata on the agent policy.

Checklist

Check the PR satisfies following conditions.

Reviewers should verify this PR satisfies this list as well.

  • Unit or functional tests were updated or added to match the most common scenarios
  • The PR description includes the appropriate Release Notes section, and the correct release_note:* label is applied per the guidelines
  • Review the backport guidelines and apply applicable backport:* labels.

@MichelLosier MichelLosier changed the title Remove agentless integration global tags from data fields Fixes agentless integration data fields being overwritten by package metadata Aug 4, 2025
@MichelLosier MichelLosier marked this pull request as ready for review August 4, 2025 21:39
@MichelLosier MichelLosier requested a review from a team as a code owner August 4, 2025 21:39
@jen-huang jen-huang added the Team:Fleet Team label for Observability Data Collection Fleet team label Aug 4, 2025
@elasticmachine
Copy link
Contributor

Pinging @elastic/fleet (Team:Fleet)

Copy link
Contributor

@jen-huang jen-huang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small nit (take or leave! 😉), otherwise LGTM

): GlobalDataTag[] | undefined => {
const agentlessGlobalDataTags = getAgentlessGlobalDataTags(packageInfo);

if (!globalDataTags || !packageInfo || !agentlessGlobalDataTags) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: could probably be simplified to just this if I'm following correctly:

Suggested change
if (!globalDataTags || !packageInfo || !agentlessGlobalDataTags) {
if (!agentlessGlobalDataTags) {

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah good insight! Yeah I'll swap to that

@jen-huang
Copy link
Contributor

jen-huang commented Aug 4, 2025

Also updated the backport label here because using labels backport:version with 8.18.0 doesn't work: 8.18.0 is already released, the correct one would be 8.18.5 since that's the next patch. I believe the intention is to backport as far as all the agentless work goes, so hoping backport:prev-major will work for that instead of labelling with all the right patch versions. It might also try to backport to the next patch for 8.17 but maybe we can nip that one after the others are done...

@elasticmachine
Copy link
Contributor

💛 Build succeeded, but was flaky

Failed CI Steps

Test Failures

  • [job] [logs] FTR Configs #77 / Search solution tests Search Home page Solution Nav - Search search home page with existing indices "before each" hook for "displays the feedbacks link"

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
fleet 2.1MB 2.1MB +21.0B

History

@MichelLosier MichelLosier merged commit 35f52e9 into elastic:main Aug 5, 2025
12 checks passed
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 8.17, 8.18, 8.19

https://github.com/elastic/kibana/actions/runs/16756969313

kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Aug 5, 2025
…metadata (elastic#230479)

## Summary

Resolves: elastic#221312

Excludes the agentless package metadata ('organization', 'division',
'team') from an `add_fields` global processor for agent policy inputs.
This is to avoid collision with data field usage of the same names by
integrations.

## Release Note

Fixes agentless integrations using 'organization', 'division', or 'team'
data fields being overwritten by package agentless metadata on the agent
policy.

(cherry picked from commit 35f52e9)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Aug 5, 2025
…metadata (elastic#230479)

## Summary

Resolves: elastic#221312

Excludes the agentless package metadata ('organization', 'division',
'team') from an `add_fields` global processor for agent policy inputs.
This is to avoid collision with data field usage of the same names by
integrations.

## Release Note

Fixes agentless integrations using 'organization', 'division', or 'team'
data fields being overwritten by package agentless metadata on the agent
policy.

(cherry picked from commit 35f52e9)
@kibanamachine
Copy link
Contributor

💔 Some backports could not be created

Status Branch Result
8.17 Backport failed because of merge conflicts

You might need to backport the following PRs to 8.17:
- [TSVB] Fix missing unsaved changes on linked visualizations (#228685)
- [ML] Anomaly Detection: Restore focus to row actions menu (#230170)
8.18
8.19

Note: Successful backport PRs will be merged automatically after passing CI.

Manual backport

To create the backport manually run:

node scripts/backport --pr 230479

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Aug 5, 2025
…ackage metadata (#230479) (#230650)

# Backport

This will backport the following commits from `main` to `8.19`:
- [Fixes agentless integration data fields being overwritten by package
metadata (#230479)](#230479)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Michel
Losier","email":"michel.losier@elastic.co"},"sourceCommit":{"committedDate":"2025-08-05T17:32:21Z","message":"Fixes
agentless integration data fields being overwritten by package metadata
(#230479)\n\n## Summary\n\nResolves:
https://github.com/elastic/kibana/issues/221312\n\nExcludes the
agentless package metadata ('organization', 'division',\n'team') from an
`add_fields` global processor for agent policy inputs.\nThis is to avoid
collision with data field usage of the same names
by\nintegrations.\n\n## Release Note\n\nFixes agentless integrations
using 'organization', 'division', or 'team'\ndata fields being
overwritten by package agentless metadata on the
agent\npolicy.","sha":"35f52e9778641e94489345d9836449e9230ce559","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","Team:Fleet","backport:prev-major","v9.2.0"],"title":"Fixes
agentless integration data fields being overwritten by package
metadata","number":230479,"url":"https://github.com/elastic/kibana/pull/230479","mergeCommit":{"message":"Fixes
agentless integration data fields being overwritten by package metadata
(#230479)\n\n## Summary\n\nResolves:
https://github.com/elastic/kibana/issues/221312\n\nExcludes the
agentless package metadata ('organization', 'division',\n'team') from an
`add_fields` global processor for agent policy inputs.\nThis is to avoid
collision with data field usage of the same names
by\nintegrations.\n\n## Release Note\n\nFixes agentless integrations
using 'organization', 'division', or 'team'\ndata fields being
overwritten by package agentless metadata on the
agent\npolicy.","sha":"35f52e9778641e94489345d9836449e9230ce559"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/230479","number":230479,"mergeCommit":{"message":"Fixes
agentless integration data fields being overwritten by package metadata
(#230479)\n\n## Summary\n\nResolves:
https://github.com/elastic/kibana/issues/221312\n\nExcludes the
agentless package metadata ('organization', 'division',\n'team') from an
`add_fields` global processor for agent policy inputs.\nThis is to avoid
collision with data field usage of the same names
by\nintegrations.\n\n## Release Note\n\nFixes agentless integrations
using 'organization', 'division', or 'team'\ndata fields being
overwritten by package agentless metadata on the
agent\npolicy.","sha":"35f52e9778641e94489345d9836449e9230ce559"}}]}]
BACKPORT-->

Co-authored-by: Michel Losier <michel.losier@elastic.co>
@jen-huang
Copy link
Contributor

Uh, backport:prev-major didn't hit 9.0.x and 9.1.x like I expected... Maybe try backport:all-open or just use the backport script... :)

kibanamachine added a commit that referenced this pull request Aug 5, 2025
…ackage metadata (#230479) (#230649)

# Backport

This will backport the following commits from `main` to `8.18`:
- [Fixes agentless integration data fields being overwritten by package
metadata (#230479)](#230479)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Michel
Losier","email":"michel.losier@elastic.co"},"sourceCommit":{"committedDate":"2025-08-05T17:32:21Z","message":"Fixes
agentless integration data fields being overwritten by package metadata
(#230479)\n\n## Summary\n\nResolves:
https://github.com/elastic/kibana/issues/221312\n\nExcludes the
agentless package metadata ('organization', 'division',\n'team') from an
`add_fields` global processor for agent policy inputs.\nThis is to avoid
collision with data field usage of the same names
by\nintegrations.\n\n## Release Note\n\nFixes agentless integrations
using 'organization', 'division', or 'team'\ndata fields being
overwritten by package agentless metadata on the
agent\npolicy.","sha":"35f52e9778641e94489345d9836449e9230ce559","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","Team:Fleet","backport:prev-major","v9.2.0"],"title":"Fixes
agentless integration data fields being overwritten by package
metadata","number":230479,"url":"https://github.com/elastic/kibana/pull/230479","mergeCommit":{"message":"Fixes
agentless integration data fields being overwritten by package metadata
(#230479)\n\n## Summary\n\nResolves:
https://github.com/elastic/kibana/issues/221312\n\nExcludes the
agentless package metadata ('organization', 'division',\n'team') from an
`add_fields` global processor for agent policy inputs.\nThis is to avoid
collision with data field usage of the same names
by\nintegrations.\n\n## Release Note\n\nFixes agentless integrations
using 'organization', 'division', or 'team'\ndata fields being
overwritten by package agentless metadata on the
agent\npolicy.","sha":"35f52e9778641e94489345d9836449e9230ce559"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/230479","number":230479,"mergeCommit":{"message":"Fixes
agentless integration data fields being overwritten by package metadata
(#230479)\n\n## Summary\n\nResolves:
https://github.com/elastic/kibana/issues/221312\n\nExcludes the
agentless package metadata ('organization', 'division',\n'team') from an
`add_fields` global processor for agent policy inputs.\nThis is to avoid
collision with data field usage of the same names
by\nintegrations.\n\n## Release Note\n\nFixes agentless integrations
using 'organization', 'division', or 'team'\ndata fields being
overwritten by package agentless metadata on the
agent\npolicy.","sha":"35f52e9778641e94489345d9836449e9230ce559"}}]}]
BACKPORT-->

Co-authored-by: Michel Losier <michel.losier@elastic.co>
@MichelLosier
Copy link
Contributor Author

💚 All backports created successfully

Status Branch Result
9.1
9.0

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

MichelLosier added a commit to MichelLosier/kibana that referenced this pull request Aug 5, 2025
…metadata (elastic#230479)

## Summary

Resolves: elastic#221312

Excludes the agentless package metadata ('organization', 'division',
'team') from an `add_fields` global processor for agent policy inputs.
This is to avoid collision with data field usage of the same names by
integrations.

## Release Note

Fixes agentless integrations using 'organization', 'division', or 'team'
data fields being overwritten by package agentless metadata on the agent
policy.

(cherry picked from commit 35f52e9)
MichelLosier added a commit to MichelLosier/kibana that referenced this pull request Aug 5, 2025
…metadata (elastic#230479)

## Summary

Resolves: elastic#221312

Excludes the agentless package metadata ('organization', 'division',
'team') from an `add_fields` global processor for agent policy inputs.
This is to avoid collision with data field usage of the same names by
integrations.

## Release Note

Fixes agentless integrations using 'organization', 'division', or 'team'
data fields being overwritten by package agentless metadata on the agent
policy.

(cherry picked from commit 35f52e9)
delanni pushed a commit to delanni/kibana that referenced this pull request Aug 5, 2025
…metadata (elastic#230479)

## Summary

Resolves: elastic#221312

Excludes the agentless package metadata ('organization', 'division',
'team') from an `add_fields` global processor for agent policy inputs.
This is to avoid collision with data field usage of the same names by
integrations.

## Release Note

Fixes agentless integrations using 'organization', 'division', or 'team'
data fields being overwritten by package agentless metadata on the agent
policy.
MichelLosier added a commit that referenced this pull request Aug 5, 2025
…ckage metadata (#230479) (#230680)

# Backport

This will backport the following commits from `main` to `9.1`:
- [Fixes agentless integration data fields being overwritten by package
metadata (#230479)](#230479)

<!--- Backport version: 10.0.1 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Michel
Losier","email":"michel.losier@elastic.co"},"sourceCommit":{"committedDate":"2025-08-05T17:32:21Z","message":"Fixes
agentless integration data fields being overwritten by package metadata
(#230479)\n\n## Summary\n\nResolves:
https://github.com/elastic/kibana/issues/221312\n\nExcludes the
agentless package metadata ('organization', 'division',\n'team') from an
`add_fields` global processor for agent policy inputs.\nThis is to avoid
collision with data field usage of the same names
by\nintegrations.\n\n## Release Note\n\nFixes agentless integrations
using 'organization', 'division', or 'team'\ndata fields being
overwritten by package agentless metadata on the
agent\npolicy.","sha":"35f52e9778641e94489345d9836449e9230ce559","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","Team:Fleet","backport:prev-major","v9.2.0","v8.18.5","v8.19.1"],"title":"Fixes
agentless integration data fields being overwritten by package
metadata","number":230479,"url":"https://github.com/elastic/kibana/pull/230479","mergeCommit":{"message":"Fixes
agentless integration data fields being overwritten by package metadata
(#230479)\n\n## Summary\n\nResolves:
https://github.com/elastic/kibana/issues/221312\n\nExcludes the
agentless package metadata ('organization', 'division',\n'team') from an
`add_fields` global processor for agent policy inputs.\nThis is to avoid
collision with data field usage of the same names
by\nintegrations.\n\n## Release Note\n\nFixes agentless integrations
using 'organization', 'division', or 'team'\ndata fields being
overwritten by package agentless metadata on the
agent\npolicy.","sha":"35f52e9778641e94489345d9836449e9230ce559"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/230479","number":230479,"mergeCommit":{"message":"Fixes
agentless integration data fields being overwritten by package metadata
(#230479)\n\n## Summary\n\nResolves:
https://github.com/elastic/kibana/issues/221312\n\nExcludes the
agentless package metadata ('organization', 'division',\n'team') from an
`add_fields` global processor for agent policy inputs.\nThis is to avoid
collision with data field usage of the same names
by\nintegrations.\n\n## Release Note\n\nFixes agentless integrations
using 'organization', 'division', or 'team'\ndata fields being
overwritten by package agentless metadata on the
agent\npolicy.","sha":"35f52e9778641e94489345d9836449e9230ce559"}},{"branch":"8.18","label":"v8.18.5","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/230649","number":230649,"state":"MERGED","mergeCommit":{"sha":"570bfc04c04e970ac9e972f310967fb64a72ed74","message":"[8.18]
Fixes agentless integration data fields being overwritten by package
metadata (#230479) (#230649)\n\n# Backport\n\nThis will backport the
following commits from `main` to `8.18`:\n- [Fixes agentless integration
data fields being overwritten by package\nmetadata
(#230479)](https://github.com/elastic/kibana/pull/230479)\n\n\n\n###
Questions ?\nPlease refer to the [Backport
tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\nCo-authored-by:
Michel Losier
<michel.losier@elastic.co>"}},{"branch":"8.19","label":"v8.19.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/230650","number":230650,"state":"MERGED","mergeCommit":{"sha":"01de655281c53bde129028e8d0d53a004d7edd16","message":"[8.19]
Fixes agentless integration data fields being overwritten by package
metadata (#230479) (#230650)\n\n# Backport\n\nThis will backport the
following commits from `main` to `8.19`:\n- [Fixes agentless integration
data fields being overwritten by package\nmetadata
(#230479)](https://github.com/elastic/kibana/pull/230479)\n\n\n\n###
Questions ?\nPlease refer to the [Backport
tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\nCo-authored-by:
Michel Losier <michel.losier@elastic.co>"}}]}] BACKPORT-->
MichelLosier added a commit that referenced this pull request Aug 5, 2025
…ckage metadata (#230479) (#230681)

# Backport

This will backport the following commits from `main` to `9.0`:
- [Fixes agentless integration data fields being overwritten by package
metadata (#230479)](#230479)

<!--- Backport version: 10.0.1 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Michel
Losier","email":"michel.losier@elastic.co"},"sourceCommit":{"committedDate":"2025-08-05T17:32:21Z","message":"Fixes
agentless integration data fields being overwritten by package metadata
(#230479)\n\n## Summary\n\nResolves:
https://github.com/elastic/kibana/issues/221312\n\nExcludes the
agentless package metadata ('organization', 'division',\n'team') from an
`add_fields` global processor for agent policy inputs.\nThis is to avoid
collision with data field usage of the same names
by\nintegrations.\n\n## Release Note\n\nFixes agentless integrations
using 'organization', 'division', or 'team'\ndata fields being
overwritten by package agentless metadata on the
agent\npolicy.","sha":"35f52e9778641e94489345d9836449e9230ce559","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","Team:Fleet","backport:prev-major","v9.2.0","v8.18.5","v8.19.1"],"title":"Fixes
agentless integration data fields being overwritten by package
metadata","number":230479,"url":"https://github.com/elastic/kibana/pull/230479","mergeCommit":{"message":"Fixes
agentless integration data fields being overwritten by package metadata
(#230479)\n\n## Summary\n\nResolves:
https://github.com/elastic/kibana/issues/221312\n\nExcludes the
agentless package metadata ('organization', 'division',\n'team') from an
`add_fields` global processor for agent policy inputs.\nThis is to avoid
collision with data field usage of the same names
by\nintegrations.\n\n## Release Note\n\nFixes agentless integrations
using 'organization', 'division', or 'team'\ndata fields being
overwritten by package agentless metadata on the
agent\npolicy.","sha":"35f52e9778641e94489345d9836449e9230ce559"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/230479","number":230479,"mergeCommit":{"message":"Fixes
agentless integration data fields being overwritten by package metadata
(#230479)\n\n## Summary\n\nResolves:
https://github.com/elastic/kibana/issues/221312\n\nExcludes the
agentless package metadata ('organization', 'division',\n'team') from an
`add_fields` global processor for agent policy inputs.\nThis is to avoid
collision with data field usage of the same names
by\nintegrations.\n\n## Release Note\n\nFixes agentless integrations
using 'organization', 'division', or 'team'\ndata fields being
overwritten by package agentless metadata on the
agent\npolicy.","sha":"35f52e9778641e94489345d9836449e9230ce559"}},{"branch":"8.18","label":"v8.18.5","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/230649","number":230649,"state":"MERGED","mergeCommit":{"sha":"570bfc04c04e970ac9e972f310967fb64a72ed74","message":"[8.18]
Fixes agentless integration data fields being overwritten by package
metadata (#230479) (#230649)\n\n# Backport\n\nThis will backport the
following commits from `main` to `8.18`:\n- [Fixes agentless integration
data fields being overwritten by package\nmetadata
(#230479)](https://github.com/elastic/kibana/pull/230479)\n\n\n\n###
Questions ?\nPlease refer to the [Backport
tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\nCo-authored-by:
Michel Losier
<michel.losier@elastic.co>"}},{"branch":"8.19","label":"v8.19.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/230650","number":230650,"state":"MERGED","mergeCommit":{"sha":"01de655281c53bde129028e8d0d53a004d7edd16","message":"[8.19]
Fixes agentless integration data fields being overwritten by package
metadata (#230479) (#230650)\n\n# Backport\n\nThis will backport the
following commits from `main` to `8.19`:\n- [Fixes agentless integration
data fields being overwritten by package\nmetadata
(#230479)](https://github.com/elastic/kibana/pull/230479)\n\n\n\n###
Questions ?\nPlease refer to the [Backport
tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\nCo-authored-by:
Michel Losier <michel.losier@elastic.co>"}}]}] BACKPORT-->
@wildemat wildemat mentioned this pull request Aug 7, 2025
10 tasks
NicholasPeretti pushed a commit to NicholasPeretti/kibana that referenced this pull request Aug 18, 2025
…metadata (elastic#230479)

## Summary

Resolves: elastic#221312

Excludes the agentless package metadata ('organization', 'division',
'team') from an `add_fields` global processor for agent policy inputs.
This is to avoid collision with data field usage of the same names by
integrations.

## Release Note

Fixes agentless integrations using 'organization', 'division', or 'team'
data fields being overwritten by package agentless metadata on the agent
policy.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release_note:fix Team:Fleet Team label for Observability Data Collection Fleet team v8.18.5 v8.19.2 v9.0.5 v9.1.2 v9.2.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Agentless] Agentless policies create global add_fields processors for organization and other fields that collide with ECS

5 participants