mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-25 02:13:08 +01:00
30 lines
881 B
JSON
30 lines
881 B
JSON
{
|
|
"allValue": null,
|
|
"current": {
|
|
"selected": true,
|
|
"tags": [],
|
|
"text": [],
|
|
"value": []
|
|
},
|
|
"datasource": "InfluxDB",
|
|
"definition": "SHOW TAG VALUES ON telegraf WITH KEY = container_name WHERE (_name = 'docker_container_cpu') AND ((host =~ /^$servername$/) AND (_tagKey = 'container_name'))",
|
|
"description": null,
|
|
"error": null,
|
|
"hide": 0,
|
|
"includeAll": true,
|
|
"label": "Docker Containers",
|
|
"multi": true,
|
|
"name": "containers",
|
|
"options": [],
|
|
"query": "SHOW TAG VALUES ON telegraf WITH KEY = container_name WHERE (_name = 'docker_container_cpu') AND ((host =~ /^$servername$/) AND (_tagKey = 'container_name'))",
|
|
"refresh": 1,
|
|
"regex": "/so-*/",
|
|
"skipUrlSync": false,
|
|
"sort": 1,
|
|
"tagValuesQuery": "",
|
|
"tags": [],
|
|
"tagsQuery": "",
|
|
"type": "query",
|
|
"useTags": false
|
|
}
|