We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3523da0 commit 92720bcCopy full SHA for 92720bc
web/src/pages/Platform/Overview/components/TopN/index.jsx
@@ -242,7 +242,7 @@ export default (props) => {
242
"must": [{
243
"term": {
244
"metadata.name": {
245
- "value": `${type}_stats`
+ "value": isAgent && type === 'index' ? `shard_stats` : `${type}_stats`
246
}
247
248
}, {
0 commit comments