-
Notifications
You must be signed in to change notification settings - Fork 476
[System] Add RFC 5424 support to Auth datastream #8103
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
Conversation
🌐 Coverage report
|
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
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.
I'm a little confused by some of this.
packages/system/data_stream/auth/_dev/test/pipeline/test-5424.log
Outdated
Show resolved
Hide resolved
packages/system/data_stream/auth/elasticsearch/ingest_pipeline/default.yml
Show resolved
Hide resolved
packages/system/data_stream/auth/elasticsearch/ingest_pipeline/default.yml
Show resolved
Hide resolved
b20fa4a
to
7a078d4
Compare
- description: "Operating system version as a raw string." | ||
ignore_above: 1024 | ||
name: version | ||
type: keyword | ||
# To be moved to ecs.yml after ECS version upgrade |
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.
I have created an issue to keep track of updating the ECS version and reference the additional sys.log
fields from there.
Package system - 1.47.0 containing this change is available at https://epr.elastic.co/search?package=system |
Proposed commit message
system.auth
datastream using syslog filebeat processor.error.message
, and addpipeline_error
toevent.kind
uponon_failure
.Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
elastic-package stack down && elastic-package build && elastic-package stack up --version=8.10.3 -d -v && eval "$(elastic-package stack shellinit)" && elastic-package test pipeline --generate -v
elastic-package stack down && elastic-package build && elastic-package stack up --version=8.10.3 -d -v && eval "$(elastic-package stack shellinit)" && elastic-package test system --generate -v
Related issues
Screenshots