-
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
[logging] Upgrade ECS to 1.12 #113583
[logging] Upgrade ECS to 1.12 #113583
Conversation
3176b64
to
bc4e7f6
Compare
@@ -10,7 +10,7 @@ import type { EcsEventOutcome, EcsEventType, KibanaRequest, LogMeta } from 'src/ | |||
import type { AuthenticationResult } from '../authentication/authentication_result'; | |||
|
|||
/** | |||
* Audit event schema using ECS format: https://www.elastic.co/guide/en/ecs/1.9/index.html | |||
* Audit event schema using ECS format: https://www.elastic.co/guide/en/ecs/1.12/index.html |
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.
@elastic/kibana-security Sorry for the codeowners ping for changing one line of commented code... but it was really gonna irritate me to not have this updated too 😛
Pinging @elastic/kibana-core (Team:Core) |
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.
🌮
* | ||
* @internal | ||
*/ | ||
export interface EcsElf { |
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.
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.
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.
should've included some Legolas asciiart in the code comments...
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: cc @lukeelmers |
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
Co-authored-by: Luke Elmers <[email protected]>
Part of #112175
Summary
I'm splitting the work outlined in #112175 into two parts:
[1] Starting in 8.0, ECS will be aligning their versioning with stack releases, hence the jump from 1.12 to 8.0
Notes for reviewers
LogMeta
. What this will do is simply ensure that any futureLogMeta
which might be added in 7.16 adheres to ECS 1.12.Testing
fields.csv
.