Reputation: 11131
I'm working on a dashboard that uses Kibana. The dashboard has two panels: A table and a Histogram. My current data set has ~4,500 documents. However, it will grow significantly. I've noticed that the histogram factors in all of the data. At the same time, the table only shows the most recent 500 records. I would really like to figure out how to get my table to show all of the records.
Does anyone know how to do this? If so, how? It has me totally confused.
Thank you,
Upvotes: 3
Views: 6376
Reputation: 2724
To see more than the default 500 records click on the gear-wheel icon within your table (called "Table Settings") and go to tab "Paging"
"Per Page" x "Page limit" = "Pageable"
default is
"100" x "5" = "500"
Upvotes: 3