How to configure number of results in Kibana 4 -


we using elasticsearch + kibana 4 central logging system. in dashboard (in "search" table) have 10 pages of results 50 entries. because our system composed of several applications cooperating each other 500 logs entries little. possible configure number of results (per page and/or number of pages) in kibana 4? in kibana 3 configure in dashboard settings, cannot find options in kibana 4.

i'm sorry, not sure mean "search table". talking "data-table"-type visualization, or has "discovery" tab, or entirely different ?

the former has following param :

settings > object > yourdatatable > edit

"type": "table",   "params": {     "perpage": 10   } 

the latter has following :

settings > advanced

discover:samplesize (default: 500)  

(ps : sorry posting answer instead of commenting, don't have enough rep add comment question)


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -