Skip to content

Commit 296069c

Browse files
committed
Revert changes
1 parent 2192803 commit 296069c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

server/app/configurations/queries/vss-domain-flow-explorer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
],
1313
"query": {
1414
"bool": {
15-
15+
"must": [
16+
{"term": {"nuage_metadata.enterpriseName": "{{enterpriseName:chord_enterprise}}"} },
17+
{"term": {"{{domainType:nuage_metadata.domainName}}": "{{domainName}}"} },
18+
{"range": { "timestamp": { "gte": "{{startTime:now-24h}}", "lte": "{{endTime:now}}", "format":"epoch_millis"} }}
19+
]
1620
}
1721
}
1822
}

0 commit comments

Comments
 (0)