Open umbopepato opened 3 weeks ago
The ESQuery rule's data view selector shows an empty list if the data views service hasn't finished refreshing the saved objects cache before the component is rendered.
await new Promise((r) => setTimeout(r, 5000));
Pinging @elastic/response-ops (Team:ResponseOps)
The ESQuery rule's data view selector shows an empty list if the data views service hasn't finished refreshing the saved objects cache before the component is rendered.
To reproduce