Description
Below two SpringBoot dashboards contains Audit Events [Logs Spring Boot] panel which uses _id field:
- [Spring Boot] Audit Events
- [Spring Boot] Overview Dashboard
As a part of the lens migration process, _id field was replaced with the new field due to error in later Kibana versions (8.6 onwards) #5871.
Task: Replace new field with meta field _id once Kibana supports meta field in visualizations (elastic/kibana#155344).
Related Issues