Dashboard kibana not record all data

My Version: 5.6.9 in the record tab all the data of the current day and yesterday appear but in dashboard only the data of 28-03-2018 appear for the dashboard setting

kibanaSavedObjectMeta.searchSourceJSON:

{
"filter": [
{
"query": {
"match_all": {}
}
}
],
"highlightAll": true,
"version": true
}
panelsJSON
[
{
"col": 1,
"id": "AWHWRA0BuiCz3jvXLG2E",
"panelIndex": 1,
"row": 1,
"size_x": 12,
"size_y": 3,
"type": "visualization"
},
{
"col": 1,
"id": "AWHWRzB1uiCz3jvXLjB9",
"panelIndex": 2,
"row": 4,
"size_x": 4,
"size_y": 3,
"type": "visualization"
},
{
"col": 5,
"id": "AWH
uiStateJSON
{
"P-5": {
"vis": {
"params": {
"sort": {
"columnIndex": null,
"direction": null
}
}
}
},
"P-6": {
"vis": {
"params": {
"sort": {
"columnIndex": null,
"direction": null
}
}
}
},
"P-7": {
"vis": {
"params": {
"sort": {
"columnIndex": null,
"direction": null
}
}
}
}
}
version:1

Hi,

I think your time range settings might not be the same for each tab? Check that the dashboard time is set as you like it:

![dashboard|690x196]
as you can see for tab discover i have logs for date 03-05-2018 but in dashboard no ,

Can you show us how that linechart is created? Maybe there's something there that doesn't fits with the one from discover (for example if uses a field that is not present in all the docs in your index it will show different values from the histogram from Discover)

Also, does the issue still persist when you open the visualization as standalone or not?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.