Created
July 26, 2021 12:10
-
-
Save nik9000/d928a541a660d7a198126b61696b0147 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"metricset": { "properies": { | |
"name": { | |
"type": "keyword", | |
"dimension": { "order": 1 } | |
} | |
}}, | |
"kubernetes": { "properties": { | |
"pod": { | |
"name": { | |
"type": "keyword", | |
"dimension": {"order": 2} | |
}, | |
<fields about pod> | |
"volume": { "properties": { | |
"uuid": { | |
"type": "keyword", | |
"dimension": {"order": 3} | |
}} | |
}}, | |
"some_other_thing": { "properties": | |
"uid": { | |
"type": "keyword", | |
"dimension": {"order": 2} | |
... | |
}} | |
}} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment