Advertisement
kaaposc

Kibana config

Apr 14th, 2016
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.56 KB | None | 0 0
  1. [
  2.   {
  3.     "_id": "Overview",
  4.     "_type": "dashboard",
  5.     "_source": {
  6.       "title": "Overview",
  7.       "hits": 0,
  8.       "description": "",
  9.       "panelsJSON": "[{\"col\":1,\"id\":\"Changes-in-innodb_rows-actions\",\"panelIndex\":1,\"row\":1,\"size_x\":6,\"size_y\":3,\"type\":\"visualization\"}]",
  10.       "optionsJSON": "{\"darkTheme\":false}",
  11.       "uiStateJSON": "{}",
  12.       "version": 1,
  13.       "timeRestore": false,
  14.       "kibanaSavedObjectMeta": {
  15.         "searchSourceJSON": "{\"filter\":[{\"query\":{\"query_string\":{\"analyze_wildcard\":true,\"query\":\"*\"}}}]}"
  16.       }
  17.     }
  18.   },
  19.   {
  20.     "_id": "innodb_rows",
  21.     "_type": "search",
  22.     "_source": {
  23.       "title": "innodb_rows",
  24.       "description": "",
  25.       "hits": 0,
  26.       "columns": [
  27.         "_source"
  28.       ],
  29.       "sort": [
  30.         "@timestamp",
  31.         "desc"
  32.       ],
  33.       "version": 1,
  34.       "kibanaSavedObjectMeta": {
  35.         "searchSourceJSON": "{\"index\":\"logstash-*\",\"query\":{\"query_string\":{\"query\":\"collectd_type: mysql_innodb_rows\",\"analyze_wildcard\":true}},\"filter\":[],\"highlight\":{\"pre_tags\":[\"@kibana-highlighted-field@\"],\"post_tags\":[\"@/kibana-highlighted-field@\"],\"fields\":{\"*\":{}},\"require_field_match\":false,\"fragment_size\":2147483647}}"
  36.       }
  37.     }
  38.   },
  39.   {
  40.     "_id": "Changes-in-innodb_rows-actions",
  41.     "_type": "visualization",
  42.     "_source": {
  43.       "title": "Changes in innodb_rows actions",
  44.       "visState": "{\"title\":\"New Visualization\",\"type\":\"line\",\"params\":{\"addLegend\":true,\"addTimeMarker\":false,\"addTooltip\":true,\"defaultYExtents\":false,\"drawLinesBetweenPoints\":true,\"interpolate\":\"linear\",\"radiusRatio\":9,\"scale\":\"linear\",\"setYExtents\":false,\"shareYAxis\":true,\"showCircles\":true,\"smoothLines\":false,\"times\":[],\"yAxis\":{}},\"aggs\":[{\"id\":\"1\",\"type\":\"sum\",\"schema\":\"metric\",\"params\":{\"field\":\"change\"}},{\"id\":\"2\",\"type\":\"date_histogram\",\"schema\":\"segment\",\"params\":{\"field\":\"@timestamp\",\"interval\":\"auto\",\"customInterval\":\"2h\",\"min_doc_count\":1,\"extended_bounds\":{}}},{\"id\":\"3\",\"type\":\"terms\",\"schema\":\"group\",\"params\":{\"field\":\"type_instance.raw\",\"size\":5,\"order\":\"desc\",\"orderBy\":\"1\"}}],\"listeners\":{}}",
  45.       "uiStateJSON": "{\"vis\":{\"colors\":{\"deleted\":\"#E24D42\",\"inserted\":\"#7EB26D\"},\"legendOpen\":true}}",
  46.       "description": "",
  47.       "savedSearchId": "innodb_rows",
  48.       "version": 1,
  49.       "kibanaSavedObjectMeta": {
  50.         "searchSourceJSON": "{\"filter\":[]}"
  51.       }
  52.     }
  53.   }
  54. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement