I am very new to Elasticsearch and Kibana. I have setup an index with a number of documents that I want to monitor as a table on the dashboard.
The JSON documents stored in elastic search simply have four fields.
I created/saved a search on the discover tab with all four fields and then added that search to my dashboard.
I then set the auto refresh to every 5 seconds.
- If I update an existing document the table does NOT change on the next refresh.
- If I add/remove new documents to elasticsearch they appear/disappear in the table on the next refresh.
- Table flickers every 5s so it is clearly re-rendering.
- Examining the network traffic shows that the response to the query contains the new data.
- Pressing the arrow drop-down next to the row in the table shows the correct data
- Refreshing the entire page shows the new data
Am I missing something?