-
Notifications
You must be signed in to change notification settings - Fork 435
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
[O11y][SpringBoot] Add custom field for _id and update dashboard #5935
[O11y][SpringBoot] Add custom field for _id and update dashboard #5935
Conversation
🌐 Coverage report
|
|
||
1. Stop the data stream by going to `Integrations -> Spring Boot -> Integration policies` open the configuration of Spring Boot and disable the `Spring Boot Audit Events metrics` toggle to reindex ``audit_events`` data stream and save the integration. | ||
|
||
2. Perform the following steps in the Dev tools. |
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.
For steps 2 , 4, 7 mention what is the goal of the step before the phrase - Perform the following steps in Dev Tools.
.
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!
Approving based on the discussion with the product team that - it is Ok not to show _id field values for old records , reindexing can be recommended in case the user wish to see the old information following the change (adoption of document_id) as the new field to store the values presently stored under _id.
@rajvi-elastic , please complete the peer review additionally
cc @SubhrataK
@agithomas, We have created issue (elastic/kibana#155344) to add support for meta fields. Should we wait for the Kibana team response or should we merge this PR? |
@lalit-satapathy , the above mentioned issue is created based on your request. Should this be a blocker ? |
Package spring_boot - 0.9.0 containing this change is available at https://epr.elastic.co/search?package=spring_boot |
What does this PR do?
spring_boot.audit_events.document_id
and copy the value of_id
field intospring_boot.audit_events.document_id
._id
field withspring_boot.audit_events.document_id
in d.ashboard.Checklist
changelog.yml
file.Screenshots
Related Issues
_id
field in SpringBoot dashboard #5871Behavior of panel in 8.2.0 and later version without configuration:
Behavior of panel in 8.2.0 and later version with configuration: