-
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] Update _id
field in SpringBoot dashboard
#5871
Comments
There are two possible solutions to resolve this issue:Solution 1:As mentioned in the documentation of _id, the content of _id field can be copied in another field using ingest pipeline and the new field can be used in visualizations.
Solution 2 [Recommended]:The current visualizations have below limitations:
The panels are showing list of audit events. Hence, the saved search can be used to display all the events. The only drawback in creating search visualization is column name. In search panels, column names are not configurable. Please find below screenshots of originial visualization and suggested panel: |
@agithomas, The possible solutions of meta data field (_id) issue are mentioned in the above comment. Please let us know how we should proceed ahead. |
@rajvi-elastic , i think unable to retain the column name might impact the customer experience and as well add to the confusion. So, my recommendation is to go with the Solution 1, considering it is less disruptive. |
Yes @agithomas. There are some drawbacks of solution 1: |
I am not sure, if the usecase is practical enough when a user will go through more than 1000 records in a dashboard panel . @SubhrataK , thoughts? |
@rajvi-elastic I agree with Agi, does not seem like a valid use case to me. You can proceed with Solution 1. |
@SubhrataK Okay! We will create one custom field Note: When user will upgrade to the newer version, |
cc @lalit-satapathy . |
PR is approved and merged, hence closing this issue: #5935 |
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
The text was updated successfully, but these errors were encountered: