Description
Below two Salesforce dashboards panels uses _id field:
| Dashboard |
Panel |
Data stream |
| [Logs Salesforce] Setup Audit Trail Dashboard |
Changes made in the setup |
Setup audit trail |
| [Logs Salesforce] Login Dashboard |
Login events table |
Login rest |
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) https://github.com/
/issues/5876.
Task: Replace new field with meta field _id once Kibana supports meta field in visualizations (elastic/kibana#155344).
Related Issues