Hi,
I have the following document example for my disk_size index.
{"available": "156",
"node": "aio3",
"used": "121",
"use_precent": "59",
"filesystem": "/dev/vdc1",
"collection_id": "1001",
"mounted on": "/boot",
"size": "291"}
I have several nodes and each has several filesystems,
I would like to create a visualization for each file system in each node currently I fail to see all because I split the group using Terms aggregation on node.keyword thus I see all nodes but only the unique file systems.
Appreciate it.