Table dashboard in Kibana is not showing every events

Hi,

Some how we are able to create a basic TABLE dashboard to visualize the list of alerts events in table format. But what its missing is, Its not showing every alert events, for example at 13:35 there are multiple alert events are generated as we see in the DISCOVER console of Kibana as below;

But While creating the Table Dashboard, Kibana is taking the default Minimum interval (1 minute) and its displaying only one Event Per minute. Its not showing all the Events as how its showing in DISCOVER console.

Can some one please guide us how to correct this TABLE dashboard so that we see all the Events with their respective Timestamp.

Hi @roopeshetty

the main difference between the two screenshot is that the Lens table performs aggregations before showing them on the table, while Discover shows the raw data.

I would suggest to use a Discover panel to show raw documents and Lens tables for aggregated data. While it is still possible to "suggest" a shorter time interval for the table date histogram in Lens, I think in an alert use case this doesn't guarantee any document-level granularity.

1 Like