From 60f8d45bb9c9cf39f0ffff632d3c725fa38ef33f Mon Sep 17 00:00:00 2001 From: Craig Cogdill Date: Wed, 11 Jul 2018 14:18:45 -0600 Subject: [PATCH] Remove the Support Table from the visualization resource folder --- resources/visualizations/Support-Table.json | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 resources/visualizations/Support-Table.json diff --git a/resources/visualizations/Support-Table.json b/resources/visualizations/Support-Table.json deleted file mode 100644 index 0e9496c0f538c..0000000000000 --- a/resources/visualizations/Support-Table.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "sort": [ - "TimeUpdated", - "asc" - ], - "hits": 0, - "description": "", - "title": "Support Table", - "version": 1, - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"index\":\"[network_]YYYY_MM_DD\",\"query\":{\"query_string\":{\"query\":\"*\",\"analyze_wildcard\":true}},\"highlight\":{\"pre_tags\":[\"@kibana-highlighted-field@\"],\"post_tags\":[\"@/kibana-highlighted-field@\"],\"fields\":{\"*\":{}},\"fragment_size\":2147483647},\"filter\":[]}" - }, - "columns": [ - "Application", - "SrcIP", - "DestIP", - "Duration" - ] -} \ No newline at end of file