Hi All.
In Kibana Version 7.4.1 i try to search data in discovery tab.
i got the results but i need show it to dashboard but i have some problem. because i need to lock the result per pages in discovery display on dashboard. i no idea how to fix 10 results per pages.
The tried method
- Config discover:sampleSize in Management/Advanced settings (it not my answer because in dashboard can't click to next pages of results.)
- Edit Search in save object it try to edit size of search kibanaSavedObjectMeta.searchSourceJSON
{
"highlightAll": true,
"version": true,
"query": {
"query": "callcenter_msg :* and (Channel :"A0274" or Channel :"MB") and TransactionType :"add" ",
"language": "kuery"
},
"filter": ,
"size":10,
"indexRefName": "kibanaSavedObjectMeta.searchSourceJSON.index"
}
no idea how to solved this so issue anyone can help me ?