mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
The versioned documents should ignore ordinary 6.7.2 documents, rather than only starting with 6.7.3 documents.
This commit is contained in:
parent
55b3c7be50
commit
f038883145
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ export async function fetchHighLevelStats(server, callCluster, clusterUuids, sta
|
|||
{
|
||||
bool: {
|
||||
should: [
|
||||
{ range: { 'kibana_stats.kibana.version': { lt: '6.7.3' } } },
|
||||
{ range: { 'kibana_stats.kibana.version': { lt: '6.7.2' } } },
|
||||
{ term: { 'kibana_stats.kibana.version': '7.0.0' } },
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue