bfb1b5bcfe
+ Adding status_code to Kibana tasks to check for HTTP 201 Created + Removes existing Searches/Dashboards/Visualizations before uploading + Templatized Keystone Version Comparsion Dashboard Visualizations + Dashboards use latest metadata format/structure + Add version.json to config files and provide example version.json + Added line to remind updating version.json in metadata directory + s/browbeat/Browbeat/ when referenced not as file Change-Id: If5f200b9d4557c6ef5a13ed1880cd46e8172ac86
11 lines
388 B
Django/Jinja
11 lines
388 B
Django/Jinja
{
|
|
"title": "{{item.title}}",
|
|
"visState": "{\"title\":\"{{item.title}}\",\"type\":\"markdown\",\"params\":{\"markdown\":\"{{item.markdown}}\"},\"aggs\":[],\"listeners\":{}}",
|
|
"uiStateJSON": "{}",
|
|
"description": "",
|
|
"version": 1,
|
|
"kibanaSavedObjectMeta": {
|
|
"searchSourceJSON": "{\"query\":{\"query_string\":{\"query\":\"*\",\"analyze_wildcard\":true}},\"filter\":[]}"
|
|
}
|
|
}
|