feat: added service filtering for kibana dashboard
parent
40e0a44043
commit
05a6f8a67f
@ -1 +0,0 @@
|
||||
---
|
||||
@ -1 +0,0 @@
|
||||
---
|
||||
@ -1,3 +0,0 @@
|
||||
{"attributes":{"fieldAttrs":"{\"message_full\":{\"count\":1}}","fields":"[]","runtimeFieldMap":"{}","timeFieldName":"@timestamp","title":"{{ es_indexpattern_title }}","typeMeta":"{}"},"coreMigrationVersion":"7.16.1","id":"{{ es_indexpattern_uuid }}","migrationVersion":{"index-pattern":"7.11.0"},"references":[],"type":"index-pattern"}
|
||||
{"attributes":{"columns":["message_full"],"description":"","grid":{},"hideChart":false,"kibanaSavedObjectMeta":{"searchSourceJSON":"{\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filter\":[],\"indexRefName\":\"kibanaSavedObjectMeta.searchSourceJSON.index\"}"},"sort":[["@timestamp","desc"]],"title":"{{ es_search_title }}"},"coreMigrationVersion":"7.16.1","id":"{{ es_search_uuid }}","migrationVersion":{"search":"7.9.3"},"references":[{"id":"{{ es_indexpattern_uuid }}","name":"kibanaSavedObjectMeta.searchSourceJSON.index","type":"index-pattern"}],"type":"search"}
|
||||
{"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_title }}","version":1},"coreMigrationVersion":"7.16.1","id":"{{ es_dashboard_uuid }}","migrationVersion":{"dashboard":"7.16.0"},"references":[{"id":"{{ es_search_uuid }}","name":"{{ es_panel_uuid }}:panel_{{ es_panel_uuid }}","type":"search"}],"type":"dashboard"}
|
||||
@ -0,0 +1,25 @@
|
||||
{
|
||||
"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_title }}",
|
||||
"version" : 1
|
||||
},
|
||||
"coreMigrationVersion" : "7.16.1",
|
||||
"id" : "{{ es_dashboard_uuid }}",
|
||||
"migrationVersion" : {
|
||||
"dashboard" : "7.16.0"
|
||||
},
|
||||
"references" : [ {
|
||||
"id" : "{{ es_search_uuid }}",
|
||||
"name" : "{{ es_panel_uuid }}:panel_{{ es_panel_uuid }}",
|
||||
"type" : "search"
|
||||
} ],
|
||||
"type" : "dashboard"
|
||||
}
|
||||
@ -0,0 +1,17 @@
|
||||
{
|
||||
"attributes" : {
|
||||
"fieldAttrs" : "{\"message_full\":{\"count\":1}}",
|
||||
"fields" : "[]",
|
||||
"runtimeFieldMap" : "{}",
|
||||
"timeFieldName" : "@timestamp",
|
||||
"title" : "{{ es_index_pattern_service }}",
|
||||
"typeMeta" : "{}"
|
||||
},
|
||||
"coreMigrationVersion" : "7.16.1",
|
||||
"id" : "{{ es_index_pattern_service_uuid }}",
|
||||
"migrationVersion" : {
|
||||
"index-pattern" : "7.11.0"
|
||||
},
|
||||
"references" : [ ],
|
||||
"type" : "index-pattern"
|
||||
}
|
||||
@ -0,0 +1,17 @@
|
||||
{
|
||||
"attributes" : {
|
||||
"fieldAttrs" : "{\"message_full\":{\"count\":1}}",
|
||||
"fields" : "[]",
|
||||
"runtimeFieldMap" : "{}",
|
||||
"timeFieldName" : "@timestamp",
|
||||
"title" : "{{ es_index_pattern_tenant }}",
|
||||
"typeMeta" : "{}"
|
||||
},
|
||||
"coreMigrationVersion" : "7.16.1",
|
||||
"id" : "{{ es_index_pattern_tenant_uuid }}",
|
||||
"migrationVersion" : {
|
||||
"index-pattern" : "7.11.0"
|
||||
},
|
||||
"references" : [ ],
|
||||
"type" : "index-pattern"
|
||||
}
|
||||
@ -0,0 +1,26 @@
|
||||
{
|
||||
"attributes" : {
|
||||
"columns" : [ "message_full" ],
|
||||
"description" : "",
|
||||
"grid" : {
|
||||
},
|
||||
"hideChart" : false,
|
||||
"kibanaSavedObjectMeta" : {
|
||||
"searchSourceJSON" : "{\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filter\":[{\"meta\":{\"alias\":null,\"negate\":false,\"disabled\":false,\"type\":\"phrase\",\"key\":\"container.name\",\"params\":{\"query\":\"{{ es_container_name }}\"}},\"query\":{\"match_phrase\":{\"container.name\":\"{{ es_container_name }}\"}},\"$state\":{\"store\":\"appState\"}}],\"indexRefName\":\"kibanaSavedObjectMeta.searchSourceJSON.index\"}"
|
||||
},
|
||||
"sort" : [ [ "@timestamp",
|
||||
"desc" ] ],
|
||||
"title" : "{{ es_search_title }}"
|
||||
},
|
||||
"coreMigrationVersion" : "7.16.1",
|
||||
"id" : "{{ es_search_uuid }}",
|
||||
"migrationVersion" : {
|
||||
"search" : "7.9.3"
|
||||
},
|
||||
"references" : [ {
|
||||
"id" : "{{ es_index_pattern_service_uuid }}",
|
||||
"name" : "kibanaSavedObjectMeta.searchSourceJSON.index",
|
||||
"type" : "index-pattern"
|
||||
} ],
|
||||
"type" : "search"
|
||||
}
|
||||
Loading…
Reference in New Issue