Skip to content

Instantly share code, notes, and snippets.

@dkirrane
Created March 31, 2015 11:58
Show Gist options
  • Select an option

  • Save dkirrane/cdd8c153d8e29af8c8fe to your computer and use it in GitHub Desktop.

Select an option

Save dkirrane/cdd8c153d8e29af8c8fe to your computer and use it in GitHub Desktop.
kibana.json
[
{
"_index": ".kibana",
"_type": "dashboard",
"_id": "AllLogsDashboard",
"_score": 0,
"_source": {
"title": "AllLogsDashboard",
"hits": 0,
"description": "",
"panelsJSON": "[{\"id\":\"puLogs\",\"type\":\"search\",\"size_x\":12,\"size_y\":4,\"col\":1,\"row\":5},{\"id\":\"wlpLogs\",\"type\":\"search\",\"size_x\":12,\"size_y\":4,\"col\":1,\"row\":1}]",
"version": 1,
"kibanaSavedObjectMeta": {
"searchSourceJSON": "{\"filter\":[{\"query\":{\"query_string\":{\"analyze_wildcard\":true,\"query\":\"*\"}}}]}"
}
}
}
, {
"_index": ".kibana",
"_type": "dashboard",
"_id": "AllOtherLogs",
"_score": 0,
"_source": {
"title": "AllOtherLogs",
"hits": 0,
"description": "",
"panelsJSON": "[{\"id\":\"deployLogs\",\"type\":\"search\",\"size_x\":3,\"size_y\":2,\"col\":1,\"row\":1},{\"id\":\"gigaspacesLogs\",\"type\":\"search\",\"size_x\":3,\"size_y\":2,\"col\":4,\"row\":1},{\"id\":\"impuLogs\",\"type\":\"search\",\"size_x\":3,\"size_y\":2,\"col\":7,\"row\":1},{\"id\":\"puInitLogs\",\"type\":\"search\",\"size_x\":3,\"size_y\":2,\"col\":10,\"row\":1},{\"id\":\"smLogs\",\"type\":\"search\",\"size_x\":3,\"size_y\":2,\"col\":1,\"row\":3},{\"id\":\"supervisorLogs\",\"type\":\"search\",\"size_x\":3,\"size_y\":2,\"col\":4,\"row\":3},{\"id\":\"ucmpuLogs\",\"type\":\"search\",\"size_x\":3,\"size_y\":2,\"col\":7,\"row\":3},{\"id\":\"waepuJsonLogs\",\"type\":\"search\",\"size_x\":3,\"size_y\":2,\"col\":10,\"row\":3},{\"id\":\"waepuLogs\",\"type\":\"search\",\"size_x\":3,\"size_y\":2,\"col\":1,\"row\":5}]",
"version": 1,
"kibanaSavedObjectMeta": {
"searchSourceJSON": "{\"filter\":[{\"query\":{\"query_string\":{\"query\":\"*\",\"analyze_wildcard\":true}}}]}"
}
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment