-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Security Solution] Updates Beats fields metadata #97719
Conversation
Pinging @elastic/security-threat-hunting (Team:Threat Hunting) |
Pinging @elastic/security-solution (Team: SecuritySolution) |
@@ -221,7 +218,7 @@ async function main() { | |||
* 2.0. | |||
*/ | |||
|
|||
import { BeatFields } from '../../../common/search_strategy/security_solution/beat_fields'; | |||
import { BeatFields } from '../../../common/search_strategy/index_fields'; |
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.
Good catch!!!
I simply neglected to commit this change previously
@elasticmachine merge upstream |
The fields under test here had a minor grammatical change.
Retargeting this for 7.13 for the following reasons:
TL;DR low risk, high reward. |
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: cc @rylnd |
* Make script dynamic on our BEATS_VERSION constant * Update hardcoded file path in script * Update fields with 7.12.0 beats * Update BEATS_VERSION to reflect what's been captured thus far I simply neglected to commit this change previously * Update unit test implicitly testing field descriptions The fields under test here had a minor grammatical change. Co-authored-by: Kibana Machine <[email protected]>
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
* Make script dynamic on our BEATS_VERSION constant * Update hardcoded file path in script * Update fields with 7.12.0 beats * Update BEATS_VERSION to reflect what's been captured thus far I simply neglected to commit this change previously * Update unit test implicitly testing field descriptions The fields under test here had a minor grammatical change. Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Ryland Herrick <[email protected]>
Summary
The intention here is to update these fields with 7.13.0 beats metadata, prior to the corresponding kibana release. It appears that these metadata have not been updated since September, at which time the metadata was pulled from the 7.9.0 beats and released in 7.10 (#77192). Similarly here, since 7.13.0 beats have not yet been released, the metadata contained in this PR was pulled from 7.12.0 beats.
For maintainers