You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hetzner-ansible/roles/kibana/templates/smardigo_dashboard.json.j2

25 lines
984 B
Django/Jinja

{
"attributes" : {
"description" : "",
"hits" : 0,
"kibanaSavedObjectMeta" : {
"searchSourceJSON" : "{\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filter\":[]}"
},
"optionsJSON" : "{\"useMargins\":true,\"syncColors\":false,\"hidePanelTitles\":false}",
"panelsJSON" : "[{\"version\":\"7.16.1\",\"type\":\"search\",\"gridData\":{\"x\":0,\"y\":0,\"w\":50,\"h\":50,\"i\":\"{{ es_panel_uuid }}\"},\"panelIndex\":\"{{ es_panel_uuid }}\",\"embeddableConfig\":{\"enhancements\":{}},\"panelRefName\":\"panel_{{ es_panel_uuid }}\"}]",
"timeRestore" : false,
"title" : "{{ es_dashboard_name }}",
"version" : 1
},
"coreMigrationVersion" : "7.16.1",
"id" : "{{ es_dashboard_name | to_uuid }}",
"migrationVersion" : {
"dashboard" : "7.16.0"
},
"references" : [ {
"id" : "{{ es_search_name | to_uuid }}",
"name" : "{{ es_panel_uuid }}:panel_{{ es_panel_uuid }}",
"type" : "search"
} ],
"type" : "dashboard"
}