From 4c3edeb4ed84b07e4f94fb3faf4e21dba92a5c0a Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Tue, 15 Mar 2016 14:07:08 +0100 Subject: [PATCH] correct viz --- doc/dashboard.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/doc/dashboard.json b/doc/dashboard.json index ce44b708..e4bd56ff 100644 --- a/doc/dashboard.json +++ b/doc/dashboard.json @@ -1530,20 +1530,6 @@ } } }, - { - "_id": "ConPot-Protocol", - "_type": "visualization", - "_source": { - "title": "ConPot - Protocol", - "visState": "{\"title\":\"ConPot - Protocol\",\"type\":\"pie\",\"params\":{\"shareYAxis\":true,\"addTooltip\":true,\"addLegend\":true,\"isDonut\":true},\"aggs\":[{\"id\":\"1\",\"type\":\"count\",\"schema\":\"metric\",\"params\":{}},{\"id\":\"2\",\"type\":\"terms\",\"schema\":\"segment\",\"params\":{\"field\":\"proto.raw\",\"size\":10,\"order\":\"desc\",\"orderBy\":\"1\"}}],\"listeners\":{}}", - "uiStateJSON": "{}", - "description": "", - "version": 1, - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"filter\":[],\"index\":\"logstash-*\",\"highlight\":{\"pre_tags\":[\"@kibana-highlighted-field@\"],\"post_tags\":[\"@/kibana-highlighted-field@\"],\"fields\":{\"*\":{}},\"require_field_match\":false,\"fragment_size\":2147483647},\"query\":{\"query_string\":{\"query\":\"type:\\\"ConPot\\\" NOT proto:\\\"response\\\"\",\"analyze_wildcard\":true}}}" - } - } - }, { "_id": "Honeytrap-Events-Histogram", "_type": "visualization", @@ -2368,5 +2354,19 @@ "searchSourceJSON": "{\"filter\":[]}" } } + }, + { + "_id": "ConPot-Protocol", + "_type": "visualization", + "_source": { + "title": "ConPot - Protocol", + "visState": "{\"title\":\"ConPot - Protocol\",\"type\":\"pie\",\"params\":{\"shareYAxis\":true,\"addTooltip\":true,\"addLegend\":true,\"isDonut\":true},\"aggs\":[{\"id\":\"1\",\"type\":\"count\",\"schema\":\"metric\",\"params\":{}},{\"id\":\"2\",\"type\":\"terms\",\"schema\":\"segment\",\"params\":{\"field\":\"proto.raw\",\"size\":10,\"order\":\"desc\",\"orderBy\":\"1\"}}],\"listeners\":{}}", + "uiStateJSON": "{}", + "description": "", + "version": 1, + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"filter\":[],\"index\":\"logstash-*\",\"highlight\":{\"pre_tags\":[\"@kibana-highlighted-field@\"],\"post_tags\":[\"@/kibana-highlighted-field@\"],\"fields\":{\"*\":{}},\"require_field_match\":false,\"fragment_size\":2147483647},\"query\":{\"query_string\":{\"query\":\"type.raw:\\\"ConPot\\\" NOT proto.raw:\\\"response\\\"\",\"analyze_wildcard\":true}}}" + } + } } ] \ No newline at end of file