-
Notifications
You must be signed in to change notification settings - Fork 474
[GitLab] Added application, auth, and audit datastreams #10644
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
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
@tehbooom What version have you tested this on. This is failing with |
I got a similar error when I used |
@tehbooom this time the error message is: You will need to change from |
@kcreddy ahh I reverted back to 10.2.0 thinking it wasn't necessary. |
🚀 Benchmarks reportTo see the full report comment with |
packages/gitlab/data_stream/application/elasticsearch/ingest_pipeline/default.yml
Outdated
Show resolved
Hide resolved
packages/gitlab/data_stream/audit/elasticsearch/ingest_pipeline/default.yml
Outdated
Show resolved
Hide resolved
packages/gitlab/data_stream/auth/elasticsearch/ingest_pipeline/default.yml
Outdated
Show resolved
Hide resolved
packages/gitlab/data_stream/auth/_dev/test/system/test-default-config.yml
Show resolved
Hide resolved
packages/gitlab/data_stream/auth/elasticsearch/ingest_pipeline/default.yml
Show resolved
Hide resolved
packages/gitlab/data_stream/auth/_dev/test/pipeline/test-auth.log-expected.json
Outdated
Show resolved
Hide resolved
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.
LGTM 👍🏼 Minor suggestion
- remove: | ||
field: event.original | ||
tag: remove_original_event | ||
if: ctx?.tags == null || !(ctx.tags.contains("preserve_original_event")) | ||
ignore_failure: true | ||
ignore_missing: true |
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.
Remove this processor as it is covered in fleet final pipeline.
💚 Build Succeeded
History
|
|
Package gitlab - 0.3.0 containing this change is available at https://epr.elastic.co/search?package=gitlab |
* Added application, audit, and auth datastreams * added auth dataset and more application example logs * added more example logs for application * added application and auth dashboards with screenshots * updated pr number * bump version * updated migration version * revert back to original and removed showApplySelections * change typeMigrationVersion to 8.9.0 * docs:updated path to URLs and spelling * chore:removed ecs mappings * removed quotes from fields * fix:added client ip with geo * test:added assert.hit_count * fix:updated url.path and url.query * fix:syntax and add geo ip processing * fix:add geoip processing, related.user, related.ip and fix syntax * fix:remove processor handled in fleet
* Added application, audit, and auth datastreams * added auth dataset and more application example logs * added more example logs for application * added application and auth dashboards with screenshots * updated pr number * bump version * updated migration version * revert back to original and removed showApplySelections * change typeMigrationVersion to 8.9.0 * docs:updated path to URLs and spelling * chore:removed ecs mappings * removed quotes from fields * fix:added client ip with geo * test:added assert.hit_count * fix:updated url.path and url.query * fix:syntax and add geo ip processing * fix:add geoip processing, related.user, related.ip and fix syntax * fix:remove processor handled in fleet
Proposed commit message
Added application, auth, and audit datastreams
Added dashboards for application and auth datastreams
Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
Screenshots