Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Specifying Segments_Memory with IndexName shows shard id in the legend #12

Open
Jon-AtAWS opened this issue Apr 10, 2019 · 1 comment
Open
Assignees
Labels
bug Something isn't working

Comments

@Jon-AtAWS
Copy link

The below dashboard yields a panel with the ShardID in the table key. Is it supposed to show me IndexName?

image

{
"endpoint": "localhost:9600",
"gridOptions": {
"rows": 12,
"cols": 12
},
"graphs": {
"lines": [
{
"queryParams" : {
"metrics": "Segments_Memory",
"aggregates": "avg",
"dimensions": "IndexName"
},
"options": {
"gridPosition": {
"row": 0,
"col": 0,
"rowSpan": 6,
"colSpan": 12
},
"label": "Terms_Memory usage",
"showNthLabel": 3,
"showLegend": true,
"legend": { "width": 10 },
"xAxis": ["0:00", "0:05", "0:10", "0:15", "0:20", "0:25", "0:30", "0:35", "0:40", "0:45", "0:50", "0:55"],
"refreshInterval": 5000
}
}
]
}
}

@yeajung
Copy link
Contributor

yeajung commented Apr 23, 2019

Hi,

All line graphs aggregate metrics on node-level so each key in the legend should represent a node name. Can you verify with "_cat/nodes" on your ES cluster?

@sendkb sendkb added the bug Something isn't working label May 19, 2020
@sendkb sendkb assigned ricardolstephen and unassigned sendkb Jul 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants