Hello,
So I'm working with Kibana 5.5.2 and elasticsearch 5.5.2 to create visualizations and dashboards for our log data.
I've created a new data table visualization but I can't get all the data of last week to be shown at the same time.
Without any sub-buckets, I'm getting the number of finished trips equal to 29. (using count aggregation) but when I split rows based on rider_profile.full_name (A searchable and aggregatable field which is present in all my 29 records), I get a total of only 14 finished trips displayed for the same date range. Actually, I thought I might have a total of 29 finished trips distributed on multiple rows..
But well, I have noticed that the number of rows doesn't exeed 5. It's like I'm getting the top 5 rows of this datatable. (This is the case for all my other data tables).
Is there something I'm missing here? Should I change something in Kibana configuration to display all my datatable rows?
Thanks in advance for your help.