Hi,
we are using elastic stack 5.4.
We have created two aliases on the same index.
"neo-vuln-ass-score-company": {
"aliases": {
"neo-va-latest-score-company": {
"filter": {
"range": {
"Date": {
"gte": "2017-09-13"
}
}
}
},
"neo-vuln-ass-score-company-alias": {}
}
}
Alias A: neo-va-latest-score-company --> only last loaded documents
Alias B:neo-vuln-ass-score-company-alias --> all loaded documents
Defining two data table one the two aliases they works as expected in visualization creation.
They works correctly also in their respective dashboards.
But putting them in the same dashboard, the Alias A view the same data as the Alias B.