Hello,
Kibana has version 5.1.2. And the actual problem is missing logs. On dashboard I see all logs. But via data table I do not see all logs. I noticed that there are missing logs with large filed "query". Probably some other logs are missing as well.
Here is my table:
{
"title": "Usage Logs with Query",
"type": "table",
"params": {
"perPage": 10,
"showMeticsAtAllLevels": false,
"showPartialRows": false,
"showTotal": false,
"sort": {
"columnIndex": null,
"direction": null
},
"totalFunc": "sum"
},
"aggs": [
{
"id": "1",
"enabled": true,
"type": "count",
"schema": "metric",
"params": {}
},
{
"id": "2",
"enabled": true,
"type": "terms",
"schema": "bucket",
"params": {
"field": "Department.keyword",
"size": 5,
"order": "desc",
"orderBy": "1"
}
},
{
"id": "4",
"enabled": true,
"type": "terms",
"schema": "bucket",
"params": {
"field": "Web_User_Id.keyword",
"size": 5,
"order": "desc",
"orderBy": "1"
}
},
{
"id": "5",
"enabled": true,
"type": "terms",
"schema": "bucket",
"params": {
"field": "User_Full_Name.keyword",
"size": 5,
"order": "desc",
"orderBy": "1"
}
},
{
"id": "6",
"enabled": true,
"type": "terms",
"schema": "bucket",
"params": {
"field": "User_Query.keyword",
"size": 5,
"order": "desc",
"orderBy": "1"
}
}
],
"listeners": {}
}