[Agentless] Fix agentless global_data_tags#199247
Merged
seanrathier merged 3 commits intoelastic:mainfrom Nov 7, 2024
Merged
Conversation
Contributor
|
Pinging @elastic/kibana-cloud-security-posture (Team:Cloud Security) |
Contributor
|
Pinging @elastic/fleet (Team:Fleet) |
Contributor
💚 Build Succeeded
Metrics [docs]
|
seanrathier
approved these changes
Nov 7, 2024
seanrathier
approved these changes
Nov 7, 2024
Contributor
seanrathier
left a comment
There was a problem hiding this comment.
Thanks for digging into this! Appreciated!
Contributor
|
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/11725099149 |
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Nov 7, 2024
(cherry picked from commit ef205b8)
Contributor
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
kibanamachine
added a commit
that referenced
this pull request
Nov 7, 2024
# Backport This will backport the following commits from `main` to `8.x`: - [[Agentless] Fix agentless global_data_tags (#199247)](#199247) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Paulo Silva","email":"paulo.henrique@elastic.co"},"sourceCommit":{"committedDate":"2024-11-07T14:32:47Z","message":"[Agentless] Fix agentless global_data_tags (#199247)","sha":"ef205b88888aa2240951de1a750b33dcec77c6b4","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Fleet","v9.0.0","Team:Cloud Security","backport:version","v8.17.0"],"title":"[Agentless] Fix agentless global_data_tags","number":199247,"url":"https://github.com/elastic/kibana/pull/199247","mergeCommit":{"message":"[Agentless] Fix agentless global_data_tags (#199247)","sha":"ef205b88888aa2240951de1a750b33dcec77c6b4"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/199247","number":199247,"mergeCommit":{"message":"[Agentless] Fix agentless global_data_tags (#199247)","sha":"ef205b88888aa2240951de1a750b33dcec77c6b4"}},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Paulo Silva <paulo.henrique@elastic.co>
mbondyra
pushed a commit
to mbondyra/kibana
that referenced
this pull request
Nov 8, 2024
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.
Summary
It closes #199091
It fixes the Serverless Quality Gates that started to fail once a fix to enable sending the
global_data_tagswas merged here.In order to fix the issue, it updates the Agentless Tags to match the format expected in the Agentless Schema
Note: An investigation ticket will be added as part of the Reliability epic on how can we ensure the Agentless Schema and Kibana are in sync