Fix OpenStack Log Visualizations

The json visualization templates are limited to filebeat-*
index-pattern. To avoid incompatibility between versions
of kibana, this patch aims to set the index-pattern of the
openstack visualizations as the global index-pattern *.

Change-Id: I2c41b94b0a9c323ecac47db0dd1e4075ad6a432a
This commit is contained in:
Guilherme Steinmüller 2018-09-24 00:03:24 +00:00
parent 7430f6c8d5
commit baf16d19da

View File

@ -12,7 +12,7 @@
"description":"", "description":"",
"version":1, "version":1,
"kibanaSavedObjectMeta":{ "kibanaSavedObjectMeta":{
"searchSourceJSON":"{\"index\":\"filebeat-*\",\"filter\":[],\"query\":{\"query\":\"\",\"language\":\"lucene\"}}" "searchSourceJSON":"{\"index\":\"*\",\"filter\":[],\"query\":{\"query\":\"\",\"language\":\"lucene\"}}"
} }
} }
} }
@ -32,7 +32,7 @@
"description":"", "description":"",
"version":1, "version":1,
"kibanaSavedObjectMeta":{ "kibanaSavedObjectMeta":{
"searchSourceJSON":"{\"index\":\"filebeat-*\",\"filter\":[],\"query\":{\"language\":\"lucene\",\"query\":\"\"}}" "searchSourceJSON":"{\"index\":\"*\",\"filter\":[],\"query\":{\"language\":\"lucene\",\"query\":\"\"}}"
} }
} }
} }
@ -52,7 +52,7 @@
"description":"", "description":"",
"version":1, "version":1,
"kibanaSavedObjectMeta":{ "kibanaSavedObjectMeta":{
"searchSourceJSON":"{\"index\":\"filebeat-*\",\"filter\":[],\"query\":{\"language\":\"lucene\",\"query\":\"\"}}" "searchSourceJSON":"{\"index\":\"*\",\"filter\":[],\"query\":{\"language\":\"lucene\",\"query\":\"\"}}"
} }
} }
} }
@ -78,7 +78,7 @@
], ],
"version":1, "version":1,
"kibanaSavedObjectMeta":{ "kibanaSavedObjectMeta":{
"searchSourceJSON":"{\"index\":\"filebeat-*\",\"highlightAll\":true,\"version\":true,\"query\":{\"language\":\"lucene\",\"query\":\"*\"},\"filter\":[]}" "searchSourceJSON":"{\"index\":\"*\",\"highlightAll\":true,\"version\":true,\"query\":{\"language\":\"lucene\",\"query\":\"*\"},\"filter\":[]}"
} }
} }
} }