Description
Below two SpringBoot dashboards contains Audit Events [Logs Spring Boot] panel which uses _id field:
- [Spring Boot] Audit Events
- [Spring Boot] Overview Dashboard
These visualizaions are working as expected in 8.4.0 and 8.5.0. But in Kibana 8.6.0 and later versions it shows below error.

According to documention _id fields are not supported in aggregations:
The _id field is restricted from use in aggregations, sorting, and scripting. In case sorting or aggregating on the _id field is required, it is advised to duplicate the content of the _id field into another field that has doc_values enabled.
Related Issues
Description
Below two SpringBoot dashboards contains
Audit Events [Logs Spring Boot]panel which uses _id field:These visualizaions are working as expected in 8.4.0 and 8.5.0. But in Kibana 8.6.0 and later versions it shows below error.
According to documention _id fields are not supported in aggregations:
Related Issues