[Automatic Import] resolve a bug in ECS missing fields detection#191502
Merged
P1llus merged 2 commits intoelastic:mainfrom Aug 27, 2024
Merged
[Automatic Import] resolve a bug in ECS missing fields detection#191502P1llus merged 2 commits intoelastic:mainfrom
P1llus merged 2 commits intoelastic:mainfrom
Conversation
Contributor
|
Pinging @elastic/security-scalability (Team:Security-Scalability) |
ilyannn
reviewed
Aug 27, 2024
x-pack/plugins/integration_assistant/server/graphs/ecs/validate.ts
Outdated
Show resolved
Hide resolved
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]
To update your PR or re-run it, just comment with: cc @P1llus |
Contributor
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
Contributor
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
P1llus
added a commit
to P1llus/kibana
that referenced
this pull request
Aug 27, 2024
…stic#191502) ## Summary Resolves a bug when comparing LLM ECS mapping output with combined samples, and the mapping is right under the data_stream object, providing false positive results. (cherry picked from commit fb84360) # Conflicts: # x-pack/plugins/integration_assistant/server/graphs/ecs/validate.ts
Member
Author
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
P1llus
added a commit
that referenced
this pull request
Aug 27, 2024
…on (#191502) (#191526) # Backport This will backport the following commits from `main` to `8.15`: - [[Automatic Import] resolve a bug in ECS missing fields detection (#191502)](#191502) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Marius Iversen","email":"marius.iversen@elastic.co"},"sourceCommit":{"committedDate":"2024-08-27T15:52:00Z","message":"[Automatic Import] resolve a bug in ECS missing fields detection (#191502)\n\n## Summary\n\nResolves a bug when comparing LLM ECS mapping output with combined\nsamples, and the mapping is right under the data_stream object,\nproviding false positive results.","sha":"fb84360e2e8dd7ef6d8b72687abcead44329c839","branchLabelMapping":{"^v8.16.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:fix","backport:prev-minor","v8.16.0","Team:Security-Scalability","v8.15.1"],"number":191502,"url":"https://github.com/elastic/kibana/pull/191502","mergeCommit":{"message":"[Automatic Import] resolve a bug in ECS missing fields detection (#191502)\n\n## Summary\n\nResolves a bug when comparing LLM ECS mapping output with combined\nsamples, and the mapping is right under the data_stream object,\nproviding false positive results.","sha":"fb84360e2e8dd7ef6d8b72687abcead44329c839"}},"sourceBranch":"main","suggestedTargetBranches":["8.15"],"targetPullRequestStates":[{"branch":"main","label":"v8.16.0","labelRegex":"^v8.16.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/191502","number":191502,"mergeCommit":{"message":"[Automatic Import] resolve a bug in ECS missing fields detection (#191502)\n\n## Summary\n\nResolves a bug when comparing LLM ECS mapping output with combined\nsamples, and the mapping is right under the data_stream object,\nproviding false positive results.","sha":"fb84360e2e8dd7ef6d8b72687abcead44329c839"}},{"branch":"8.15","label":"v8.15.1","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT-->
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Aug 27, 2024
…stic#191502) ## Summary Resolves a bug when comparing LLM ECS mapping output with combined samples, and the mapping is right under the data_stream object, providing false positive results. (cherry picked from commit fb84360)
Contributor
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
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
Resolves a bug when comparing LLM ECS mapping output with combined samples, and the mapping is right under the data_stream object, providing false positive results.