From 6cf521fa8750c5f2263066c267cd8922430cf6f2 Mon Sep 17 00:00:00 2001 From: Anton Dosov Date: Mon, 25 May 2020 15:51:26 +0200 Subject: [PATCH 1/6] try fix, check if ci fails --- .../data/public/index_patterns/index_patterns/index_pattern.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/data/public/index_patterns/index_patterns/index_pattern.ts b/src/plugins/data/public/index_patterns/index_patterns/index_pattern.ts index 417d8227b121c..43404c32cb3d4 100644 --- a/src/plugins/data/public/index_patterns/index_patterns/index_pattern.ts +++ b/src/plugins/data/public/index_patterns/index_patterns/index_pattern.ts @@ -174,7 +174,7 @@ export class IndexPattern implements IIndexPattern { private updateFromElasticSearch(response: any, forceFieldRefresh: boolean = false) { if (!response.found) { - throw new SavedObjectNotFound(type, this.id, '#/management/kibana/indexPatterns'); + throw new SavedObjectNotFound(type, this.id, 'kibana#/management/kibana/indexPatterns'); } _.forOwn(this.mapping, (fieldMapping: FieldMappingSpec, name: string | undefined) => { From 52da63af05916fc6bec6f57d7d5d1fe359461fc8 Mon Sep 17 00:00:00 2001 From: Anton Dosov Date: Mon, 25 May 2020 17:34:46 +0200 Subject: [PATCH 2/6] add functional test --- .../dashboard/dashboard_error_handling.ts | 49 + test/functional/apps/dashboard/index.js | 1 + .../dashboard/current/kibana/data.json | 1976 +++++++++++++++++ .../dashboard/current/kibana/data.json.gz | Bin 16094 -> 0 bytes test/functional/services/common/browser.ts | 15 + 5 files changed, 2041 insertions(+) create mode 100644 test/functional/apps/dashboard/dashboard_error_handling.ts create mode 100644 test/functional/fixtures/es_archiver/dashboard/current/kibana/data.json delete mode 100644 test/functional/fixtures/es_archiver/dashboard/current/kibana/data.json.gz diff --git a/test/functional/apps/dashboard/dashboard_error_handling.ts b/test/functional/apps/dashboard/dashboard_error_handling.ts new file mode 100644 index 0000000000000..b9aeacd4f99c4 --- /dev/null +++ b/test/functional/apps/dashboard/dashboard_error_handling.ts @@ -0,0 +1,49 @@ +/* + * Licensed to Elasticsearch B.V. under one or more contributor + * license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright + * ownership. Elasticsearch B.V. licenses this file to you under + * the Apache License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +import { FtrProviderContext } from '../../ftr_provider_context'; + +export default function ({ getService, getPageObjects }: FtrProviderContext) { + const esArchiver = getService('esArchiver'); + const PageObjects = getPageObjects(['dashboard', 'header', 'common']); + const browser = getService('browser'); + const testSubjects = getService('testSubjects'); + + /** + * Common test suite for testing exception scenarious within dashboard + */ + describe('dashboard error handling', () => { + before(async () => { + await esArchiver.loadIfNeeded('dashboard/current/kibana'); + await PageObjects.common.navigateToApp('dashboard'); + }); + + it('recreate index pattern link works', async () => { + await PageObjects.dashboard.gotoDashboardLandingPage(); + await PageObjects.dashboard.loadSavedDashboard('dashboard with missing index pattern'); + await PageObjects.header.waitUntilLoadingHasFinished(); + const errorEmbeddable = await testSubjects.find('embeddableStackError'); + await (await errorEmbeddable.findByTagName('a')).click(); + await browser.switchTab(1); + await testSubjects.existOrFail('createIndexPatternButton'); + await browser.closeCurrentWindow(); + await browser.switchTab(0); + }); + }); +} diff --git a/test/functional/apps/dashboard/index.js b/test/functional/apps/dashboard/index.js index 9ae1a2afddcc6..a8d0e03c9421e 100644 --- a/test/functional/apps/dashboard/index.js +++ b/test/functional/apps/dashboard/index.js @@ -57,6 +57,7 @@ export default function ({ getService, loadTestFile }) { loadTestFile(require.resolve('./data_shared_attributes')); loadTestFile(require.resolve('./embed_mode')); loadTestFile(require.resolve('./dashboard_back_button')); + loadTestFile(require.resolve('./dashboard_error_handling')); // Note: This one must be last because it unloads some data for one of its tests! // No, this isn't ideal, but loading/unloading takes so much time and these are all bunched diff --git a/test/functional/fixtures/es_archiver/dashboard/current/kibana/data.json b/test/functional/fixtures/es_archiver/dashboard/current/kibana/data.json new file mode 100644 index 0000000000000..cc5346823bf95 --- /dev/null +++ b/test/functional/fixtures/es_archiver/dashboard/current/kibana/data.json @@ -0,0 +1,1976 @@ +{ + "type": "doc", + "value": { + "id": "search:a16d1990-3dca-11e8-8660-4d65aa086b3c", + "index": ".kibana", + "source": { + "search": { + "columns": [ + "animal", + "isDog", + "name", + "sound", + "weightLbs" + ], + "description": "", + "hits": 0, + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"index\":\"a0f483a0-3dc9-11e8-8660-4d65aa086b3c\",\"highlightAll\":true,\"version\":true,\"query\":{\"language\":\"lucene\",\"query\":\"weightLbs:>40\"},\"filter\":[]}" + }, + "sort": [ + "weightLbs", + "desc" + ], + "title": "animal weights", + "version": 1 + }, + "type": "search", + "updated_at": "2018-04-11T20:55:26.317Z" + } + } +} + +{ + "type": "doc", + "value": { + "id": "config:6.3.0", + "index": ".kibana", + "source": { + "config": { + "buildNum": 8467, + "defaultIndex": "0bf35f60-3dc9-11e8-8660-4d65aa086b3c" + }, + "type": "config", + "updated_at": "2018-04-11T20:43:55.434Z" + } + } +} + +{ + "type": "doc", + "value": { + "id": "dashboard:61c58ad0-3dd3-11e8-b2b9-5d5dc1715159", + "index": ".kibana", + "source": { + "dashboard": { + "description": "", + "hits": 0, + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[{\"meta\":{\"index\":\"a0f483a0-3dc9-11e8-8660-4d65aa086b3c\",\"negate\":false,\"disabled\":false,\"alias\":null,\"type\":\"phrase\",\"key\":\"animal\",\"value\":\"dog\",\"params\":{\"query\":\"dog\",\"type\":\"phrase\"}},\"query\":{\"match\":{\"animal\":{\"query\":\"dog\",\"type\":\"phrase\"}}},\"$state\":{\"store\":\"appState\"}}],\"highlightAll\":true,\"version\":true}" + }, + "optionsJSON": "{\"darkTheme\":false,\"useMargins\":true,\"hidePanelTitles\":false}", + "panelsJSON": "[{\"gridData\":{\"w\":24,\"h\":15,\"x\":0,\"y\":0,\"i\":\"1\"},\"version\":\"6.3.0\",\"panelIndex\":\"1\",\"type\":\"visualization\",\"id\":\"50643b60-3dd3-11e8-b2b9-5d5dc1715159\",\"embeddableConfig\":{}},{\"gridData\":{\"w\":24,\"h\":15,\"x\":24,\"y\":0,\"i\":\"2\"},\"version\":\"6.3.0\",\"panelIndex\":\"2\",\"type\":\"search\",\"id\":\"a16d1990-3dca-11e8-8660-4d65aa086b3c\",\"embeddableConfig\":{}}]", + "refreshInterval": { + "display": "Off", + "pause": false, + "value": 0 + }, + "timeFrom": "Mon Apr 09 2018 17:56:08 GMT-0400", + "timeRestore": true, + "timeTo": "Wed Apr 11 2018 17:56:08 GMT-0400", + "title": "dashboard with filter", + "version": 1 + }, + "type": "dashboard", + "updated_at": "2018-04-11T21:57:52.253Z" + } + } +} + +{ + "type": "doc", + "value": { + "id": "dashboard:2ae34a60-3dd4-11e8-b2b9-5d5dc1715159", + "index": ".kibana", + "source": { + "dashboard": { + "description": "", + "hits": 0, + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" + }, + "optionsJSON": "{\"darkTheme\":false,\"useMargins\":true,\"hidePanelTitles\":false}", + "panelsJSON": "[{\"gridData\":{\"w\":24,\"h\":15,\"x\":0,\"y\":0,\"i\":\"1\"},\"version\":\"6.3.0\",\"panelIndex\":\"1\",\"type\":\"visualization\",\"id\":\"145ced90-3dcb-11e8-8660-4d65aa086b3c\",\"embeddableConfig\":{}},{\"gridData\":{\"w\":24,\"h\":15,\"x\":24,\"y\":0,\"i\":\"2\"},\"version\":\"6.3.0\",\"panelIndex\":\"2\",\"type\":\"visualization\",\"id\":\"e2023110-3dcb-11e8-8660-4d65aa086b3c\",\"embeddableConfig\":{}}]", + "timeRestore": false, + "title": "couple panels", + "version": 1 + }, + "type": "dashboard", + "updated_at": "2018-04-11T22:03:29.670Z" + } + } +} + +{ + "type": "doc", + "value": { + "id": "dashboard:76d03330-3dd3-11e8-b2b9-5d5dc1715159", + "index": ".kibana", + "source": { + "dashboard": { + "description": "and_descriptions_has_underscores", + "hits": 0, + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" + }, + "optionsJSON": "{\"darkTheme\":false,\"useMargins\":true,\"hidePanelTitles\":false}", + "panelsJSON": "[]", + "timeRestore": false, + "title": "dashboard_with_underscores", + "version": 1 + }, + "type": "dashboard", + "updated_at": "2018-04-11T21:58:27.555Z" + } + } +} + +{ + "type": "doc", + "value": { + "id": "dashboard:9b780cd0-3dd3-11e8-b2b9-5d5dc1715159", + "index": ".kibana", + "source": { + "dashboard": { + "description": "", + "hits": 0, + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" + }, + "optionsJSON": "{\"darkTheme\":false,\"useMargins\":true,\"hidePanelTitles\":false}", + "panelsJSON": "[]", + "timeRestore": false, + "title": "* hi & $%!!@# 漢字 ^--=++[]{};'~`~<>?,./:\";'\\|\\\\ special chars", + "version": 1 + }, + "type": "dashboard", + "updated_at": "2018-04-11T22:00:07.322Z" + } + } +} + +{ + "type": "doc", + "value": { + "id": "dashboard:6c0b16e0-3dd3-11e8-b2b9-5d5dc1715159", + "index": ".kibana", + "source": { + "dashboard": { + "description": "", + "hits": 0, + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" + }, + "optionsJSON": "{\"darkTheme\":false,\"useMargins\":true,\"hidePanelTitles\":false}", + "panelsJSON": "[]", + "timeRestore": false, + "title": "dashboard-name-has-dashes", + "version": 1 + }, + "type": "dashboard", + "updated_at": "2018-04-11T21:58:09.486Z" + } + } +} + +{ + "type": "doc", + "value": { + "id": "dashboard:19523860-3dd4-11e8-b2b9-5d5dc1715159", + "index": ".kibana", + "source": { + "dashboard": { + "description": "", + "hits": 0, + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" + }, + "optionsJSON": "{\"darkTheme\":false,\"useMargins\":true,\"hidePanelTitles\":false}", + "panelsJSON": "[]", + "timeRestore": false, + "title": "im empty too", + "version": 1 + }, + "type": "dashboard", + "updated_at": "2018-04-11T22:03:00.198Z" + } + } +} + +{ + "type": "doc", + "value": { + "id": "dashboard:14616b50-3dd4-11e8-b2b9-5d5dc1715159", + "index": ".kibana", + "source": { + "dashboard": { + "description": "", + "hits": 0, + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" + }, + "optionsJSON": "{\"darkTheme\":false,\"useMargins\":true,\"hidePanelTitles\":false}", + "panelsJSON": "[]", + "timeRestore": false, + "title": "im empty", + "version": 1 + }, + "type": "dashboard", + "updated_at": "2018-04-11T22:02:51.909Z" + } + } +} + +{ + "type": "doc", + "value": { + "id": "dashboard:33bb8ad0-3dd4-11e8-b2b9-5d5dc1715159", + "index": ".kibana", + "source": { + "dashboard": { + "description": "", + "hits": 0, + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" + }, + "optionsJSON": "{\"darkTheme\":false,\"useMargins\":true,\"hidePanelTitles\":false}", + "panelsJSON": "[{\"panelIndex\":\"1\",\"gridData\":{\"x\":0,\"y\":0,\"w\":24,\"h\":15,\"i\":\"1\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"145ced90-3dcb-11e8-8660-4d65aa086b3c\",\"embeddableConfig\":{}},{\"panelIndex\":\"2\",\"gridData\":{\"x\":24,\"y\":0,\"w\":24,\"h\":15,\"i\":\"2\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"e2023110-3dcb-11e8-8660-4d65aa086b3c\",\"embeddableConfig\":{}},{\"panelIndex\":\"3\",\"gridData\":{\"x\":0,\"y\":15,\"w\":24,\"h\":15,\"i\":\"3\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"4b5d6ef0-3dcb-11e8-8660-4d65aa086b3c\",\"embeddableConfig\":{}}]", + "timeRestore": false, + "title": "few panels", + "version": 1 + }, + "type": "dashboard", + "updated_at": "2018-04-11T22:03:44.509Z" + } + } +} + +{ + "type": "doc", + "value": { + "id": "dashboard:60659030-3dd4-11e8-b2b9-5d5dc1715159", + "index": ".kibana", + "source": { + "dashboard": { + "description": "", + "hits": 0, + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" + }, + "optionsJSON": "{\"darkTheme\":false,\"useMargins\":true,\"hidePanelTitles\":false}", + "panelsJSON": "[]", + "timeRestore": false, + "title": "zz 2", + "version": 1 + }, + "type": "dashboard", + "updated_at": "2018-04-11T22:04:59.443Z" + } + } +} + +{ + "type": "doc", + "value": { + "id": "dashboard:65227c00-3dd4-11e8-b2b9-5d5dc1715159", + "index": ".kibana", + "source": { + "dashboard": { + "description": "", + "hits": 0, + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" + }, + "optionsJSON": "{\"darkTheme\":false,\"useMargins\":true,\"hidePanelTitles\":false}", + "panelsJSON": "[]", + "timeRestore": false, + "title": "zz 3", + "version": 1 + }, + "type": "dashboard", + "updated_at": "2018-04-11T22:05:07.392Z" + } + } +} + +{ + "type": "doc", + "value": { + "id": "dashboard:6803a2f0-3dd4-11e8-b2b9-5d5dc1715159", + "index": ".kibana", + "source": { + "dashboard": { + "description": "", + "hits": 0, + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" + }, + "optionsJSON": "{\"darkTheme\":false,\"useMargins\":true,\"hidePanelTitles\":false}", + "panelsJSON": "[]", + "timeRestore": false, + "title": "zz 4", + "version": 1 + }, + "type": "dashboard", + "updated_at": "2018-04-11T22:05:12.223Z" + } + } +} + +{ + "type": "doc", + "value": { + "id": "dashboard:6b18f940-3dd4-11e8-b2b9-5d5dc1715159", + "index": ".kibana", + "source": { + "dashboard": { + "description": "", + "hits": 0, + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" + }, + "optionsJSON": "{\"darkTheme\":false,\"useMargins\":true,\"hidePanelTitles\":false}", + "panelsJSON": "[]", + "timeRestore": false, + "title": "zz 5", + "version": 1 + }, + "type": "dashboard", + "updated_at": "2018-04-11T22:05:17.396Z" + } + } +} + +{ + "type": "doc", + "value": { + "id": "dashboard:6e12ff60-3dd4-11e8-b2b9-5d5dc1715159", + "index": ".kibana", + "source": { + "dashboard": { + "description": "", + "hits": 0, + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" + }, + "optionsJSON": "{\"darkTheme\":false,\"useMargins\":true,\"hidePanelTitles\":false}", + "panelsJSON": "[]", + "timeRestore": false, + "title": "zz 6", + "version": 1 + }, + "type": "dashboard", + "updated_at": "2018-04-11T22:05:22.390Z" + } + } +} + +{ + "type": "doc", + "value": { + "id": "dashboard:4f0fd980-3dd4-11e8-b2b9-5d5dc1715159", + "index": ".kibana", + "source": { + "dashboard": { + "description": "", + "hits": 0, + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" + }, + "optionsJSON": "{\"darkTheme\":false,\"useMargins\":true,\"hidePanelTitles\":false}", + "panelsJSON": "[]", + "timeRestore": false, + "title": "zz", + "version": 1 + }, + "type": "dashboard", + "updated_at": "2018-04-11T22:04:30.360Z" + } + } +} + +{ + "type": "doc", + "value": { + "id": "dashboard:3de0bda0-3dd4-11e8-b2b9-5d5dc1715159", + "index": ".kibana", + "source": { + "dashboard": { + "description": "", + "hits": 0, + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" + }, + "optionsJSON": "{\"darkTheme\":false,\"useMargins\":true,\"hidePanelTitles\":false}", + "panelsJSON": "[]", + "timeRestore": false, + "title": "1", + "version": 1 + }, + "type": "dashboard", + "updated_at": "2018-04-11T22:04:01.530Z" + } + } +} + +{ + "type": "doc", + "value": { + "id": "dashboard:46c8b580-3dd4-11e8-b2b9-5d5dc1715159", + "index": ".kibana", + "source": { + "dashboard": { + "description": "", + "hits": 0, + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" + }, + "optionsJSON": "{\"darkTheme\":false,\"useMargins\":true,\"hidePanelTitles\":false}", + "panelsJSON": "[]", + "timeRestore": false, + "title": "2", + "version": 1 + }, + "type": "dashboard", + "updated_at": "2018-04-11T22:04:16.472Z" + } + } +} + +{ + "type": "doc", + "value": { + "id": "dashboard:708fe640-3dd4-11e8-b2b9-5d5dc1715159", + "index": ".kibana", + "source": { + "dashboard": { + "description": "", + "hits": 0, + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" + }, + "optionsJSON": "{\"darkTheme\":false,\"useMargins\":true,\"hidePanelTitles\":false}", + "panelsJSON": "[]", + "timeRestore": false, + "title": "zz 7", + "version": 1 + }, + "type": "dashboard", + "updated_at": "2018-04-11T22:05:26.564Z" + } + } +} + +{ + "type": "doc", + "value": { + "id": "dashboard:7b8d50a0-3dd4-11e8-b2b9-5d5dc1715159", + "index": ".kibana", + "source": { + "dashboard": { + "description": "", + "hits": 0, + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" + }, + "optionsJSON": "{\"darkTheme\":false,\"useMargins\":true,\"hidePanelTitles\":false}", + "panelsJSON": "[]", + "timeRestore": false, + "title": "Hi i have a lot of words in my dashboard name! It's pretty long i wonder what it'll look like", + "version": 1 + }, + "type": "dashboard", + "updated_at": "2018-04-11T22:05:45.002Z" + } + } +} + +{ + "type": "doc", + "value": { + "id": "dashboard:7e42d3b0-3dd4-11e8-b2b9-5d5dc1715159", + "index": ".kibana", + "source": { + "dashboard": { + "description": "", + "hits": 0, + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" + }, + "optionsJSON": "{\"darkTheme\":false,\"useMargins\":true,\"hidePanelTitles\":false}", + "panelsJSON": "[]", + "timeRestore": false, + "title": "bye", + "version": 1 + }, + "type": "dashboard", + "updated_at": "2018-04-11T22:05:49.547Z" + } + } +} + +{ + "type": "doc", + "value": { + "id": "dashboard:846988b0-3dd4-11e8-b2b9-5d5dc1715159", + "index": ".kibana", + "source": { + "dashboard": { + "description": "", + "hits": 0, + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" + }, + "optionsJSON": "{\"darkTheme\":false,\"useMargins\":true,\"hidePanelTitles\":false}", + "panelsJSON": "[]", + "timeRestore": false, + "title": "last", + "version": 1 + }, + "type": "dashboard", + "updated_at": "2018-04-11T22:05:59.867Z" + } + } +} + +{ + "type": "doc", + "value": { + "id": "dashboard:cbd3bc30-3e5a-11e8-9fc3-39e49624228e", + "index": ".kibana", + "source": { + "dashboard": { + "description": "", + "hits": 0, + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"query\":{\"query\":\"weightLbs:<50\",\"language\":\"lucene\"},\"filter\":[{\"meta\":{\"index\":\"a0f483a0-3dc9-11e8-8660-4d65aa086b3c\",\"negate\":true,\"disabled\":false,\"alias\":null,\"type\":\"phrase\",\"key\":\"name.keyword\",\"value\":\"Fee Fee\",\"params\":{\"query\":\"Fee Fee\",\"type\":\"phrase\"}},\"query\":{\"match\":{\"name.keyword\":{\"query\":\"Fee Fee\",\"type\":\"phrase\"}}},\"$state\":{\"store\":\"appState\"}}],\"highlightAll\":true,\"version\":true}" + }, + "optionsJSON": "{\"darkTheme\":true,\"useMargins\":true,\"hidePanelTitles\":true}", + "panelsJSON": "[{\"panelIndex\":\"1\",\"gridData\":{\"x\":0,\"y\":0,\"w\":24,\"h\":15,\"i\":\"1\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"771b4f10-3e59-11e8-9fc3-39e49624228e\",\"embeddableConfig\":{}},{\"panelIndex\":\"2\",\"gridData\":{\"x\":24,\"y\":0,\"w\":24,\"h\":15,\"i\":\"2\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"befdb6b0-3e59-11e8-9fc3-39e49624228e\",\"embeddableConfig\":{}},{\"panelIndex\":\"3\",\"gridData\":{\"x\":0,\"y\":15,\"w\":24,\"h\":15,\"i\":\"3\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"4c0c3f90-3e5a-11e8-9fc3-39e49624228e\",\"embeddableConfig\":{}}]", + "timeRestore": false, + "title": "bug", + "version": 1 + }, + "type": "dashboard", + "updated_at": "2018-04-12T14:07:12.243Z" + } + } +} + +{ + "type": "doc", + "value": { + "id": "dashboard:5bac3a80-3e5b-11e8-9fc3-39e49624228e", + "index": ".kibana", + "source": { + "dashboard": { + "description": "dashboard with scripted filter, negated filter and query", + "hits": 0, + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"query\":{\"language\":\"lucene\",\"query\":\"weightLbs:<50\"},\"filter\":[{\"$state\":{\"store\":\"appState\"},\"meta\":{\"alias\":null,\"disabled\":false,\"index\":\"a0f483a0-3dc9-11e8-8660-4d65aa086b3c\",\"key\":\"name.keyword\",\"negate\":true,\"params\":{\"query\":\"Fee Fee\",\"type\":\"phrase\"},\"type\":\"phrase\",\"value\":\"Fee Fee\"},\"query\":{\"match\":{\"name.keyword\":{\"query\":\"Fee Fee\",\"type\":\"phrase\"}}}},{\"$state\":{\"store\":\"appState\"},\"meta\":{\"alias\":\"is dog\",\"disabled\":false,\"field\":\"isDog\",\"index\":\"a0f483a0-3dc9-11e8-8660-4d65aa086b3c\",\"key\":\"isDog\",\"negate\":false,\"params\":{\"value\":true},\"type\":\"phrase\",\"value\":\"true\"},\"script\":{\"script\":{\"inline\":\"boolean compare(Supplier s, def v) {return s.get() == v;}compare(() -> { return doc['animal.keyword'].value == 'dog' }, params.value);\",\"lang\":\"painless\",\"params\":{\"value\":true}}}}],\"highlightAll\":true,\"version\":true}" + }, + "optionsJSON": "{\"darkTheme\":true,\"hidePanelTitles\":false,\"useMargins\":true}", + "panelsJSON": "[{\"panelIndex\":\"1\",\"gridData\":{\"x\":0,\"y\":0,\"w\":24,\"h\":15,\"i\":\"1\"},\"embeddableConfig\":{},\"id\":\"771b4f10-3e59-11e8-9fc3-39e49624228e\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"3\",\"gridData\":{\"x\":24,\"y\":0,\"w\":24,\"h\":15,\"i\":\"3\"},\"embeddableConfig\":{},\"id\":\"4c0c3f90-3e5a-11e8-9fc3-39e49624228e\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"4\",\"gridData\":{\"x\":0,\"y\":15,\"w\":24,\"h\":15,\"i\":\"4\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"50643b60-3dd3-11e8-b2b9-5d5dc1715159\",\"embeddableConfig\":{}}]", + "refreshInterval": { + "display": "Off", + "pause": false, + "section": 0, + "value": 0 + }, + "timeFrom": "Wed Apr 12 2017 10:06:21 GMT-0400", + "timeRestore": true, + "timeTo": "Thu Apr 12 2018 10:06:21 GMT-0400", + "title": "filters", + "version": 1 + }, + "type": "dashboard", + "updated_at": "2018-04-12T14:11:13.576Z" + } + } +} + +{ + "type": "doc", + "value": { + "id": "index-pattern:f908c8e0-3e6d-11e8-bbb9-e15942d5d48c", + "index": ".kibana", + "source": { + "index-pattern": { + "fields": "[{\"name\":\"_id\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":false},{\"name\":\"_index\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":false},{\"name\":\"_score\",\"type\":\"number\",\"count\":0,\"scripted\":false,\"searchable\":false,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"_source\",\"type\":\"_source\",\"count\":0,\"scripted\":false,\"searchable\":false,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"_type\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":false},{\"name\":\"activity level\",\"type\":\"number\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"barking level\",\"type\":\"number\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"breed\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"breed.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"size\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"size.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"trainability\",\"type\":\"number\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true}]", + "title": "dogbreeds" + }, + "type": "index-pattern", + "updated_at": "2018-04-12T16:24:29.357Z" + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:5e085850-3e6e-11e8-bbb9-e15942d5d48c", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-12T16:27:17.973Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"index\":\"f908c8e0-3e6d-11e8-bbb9-e15942d5d48c\",\"filter\":[],\"query\":{\"language\":\"lucene\",\"query\":\"\"}}" + }, + "title": "non timebased line chart - dog data", + "uiStateJSON": "{}", + "version": 1, + "visState": "{\"title\":\"non timebased line chart - dog data\",\"type\":\"line\",\"params\":{\"type\":\"line\",\"grid\":{\"categoryLines\":false,\"style\":{\"color\":\"#eee\"}},\"categoryAxes\":[{\"id\":\"CategoryAxis-1\",\"type\":\"category\",\"position\":\"bottom\",\"show\":true,\"style\":{},\"scale\":{\"type\":\"linear\"},\"labels\":{\"show\":true,\"truncate\":100},\"title\":{}}],\"valueAxes\":[{\"id\":\"ValueAxis-1\",\"name\":\"LeftAxis-1\",\"type\":\"value\",\"position\":\"left\",\"show\":true,\"style\":{},\"scale\":{\"type\":\"linear\",\"mode\":\"normal\"},\"labels\":{\"show\":true,\"rotate\":0,\"filter\":false,\"truncate\":100},\"title\":{\"text\":\"Max trainability\"}}],\"seriesParams\":[{\"show\":\"true\",\"type\":\"line\",\"mode\":\"normal\",\"data\":{\"label\":\"Max trainability\",\"id\":\"1\"},\"valueAxis\":\"ValueAxis-1\",\"drawLinesBetweenPoints\":true,\"showCircles\":true},{\"show\":true,\"mode\":\"normal\",\"type\":\"line\",\"drawLinesBetweenPoints\":true,\"showCircles\":true,\"data\":{\"id\":\"3\",\"label\":\"Max barking level\"},\"valueAxis\":\"ValueAxis-1\"},{\"show\":true,\"mode\":\"normal\",\"type\":\"line\",\"drawLinesBetweenPoints\":true,\"showCircles\":true,\"data\":{\"id\":\"4\",\"label\":\"Max activity level\"},\"valueAxis\":\"ValueAxis-1\"}],\"addTooltip\":true,\"addLegend\":true,\"legendPosition\":\"right\",\"times\":[],\"addTimeMarker\":false},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"max\",\"schema\":\"metric\",\"params\":{\"field\":\"trainability\"}},{\"id\":\"2\",\"enabled\":true,\"type\":\"terms\",\"schema\":\"segment\",\"params\":{\"field\":\"breed.keyword\",\"otherBucket\":false,\"otherBucketLabel\":\"Other\",\"missingBucket\":false,\"missingBucketLabel\":\"Missing\",\"size\":5,\"order\":\"desc\",\"orderBy\":\"1\"}},{\"id\":\"3\",\"enabled\":true,\"type\":\"max\",\"schema\":\"metric\",\"params\":{\"field\":\"barking level\"}},{\"id\":\"4\",\"enabled\":true,\"type\":\"max\",\"schema\":\"metric\",\"params\":{\"field\":\"activity level\"}}]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "dashboard:a5d56330-3e6e-11e8-bbb9-e15942d5d48c", + "index": ".kibana", + "source": { + "dashboard": { + "description": "I have two visualizations that are created off a non time based index", + "hits": 0, + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" + }, + "optionsJSON": "{\"darkTheme\":false,\"useMargins\":true,\"hidePanelTitles\":false}", + "panelsJSON": "[{\"gridData\":{\"w\":24,\"h\":15,\"x\":0,\"y\":0,\"i\":\"1\"},\"version\":\"6.3.0\",\"panelIndex\":\"1\",\"type\":\"visualization\",\"id\":\"5e085850-3e6e-11e8-bbb9-e15942d5d48c\",\"embeddableConfig\":{}},{\"gridData\":{\"w\":24,\"h\":15,\"x\":24,\"y\":0,\"i\":\"2\"},\"version\":\"6.3.0\",\"panelIndex\":\"2\",\"type\":\"visualization\",\"id\":\"8bc8d6c0-3e6e-11e8-bbb9-e15942d5d48c\",\"embeddableConfig\":{}}]", + "timeRestore": false, + "title": "Non time based", + "version": 1 + }, + "type": "dashboard", + "updated_at": "2018-04-12T16:29:18.435Z" + } + } +} + +{ + "type": "doc", + "value": { + "id": "dashboard:d2525040-3dcd-11e8-8660-4d65aa086b3c", + "index": ".kibana", + "source": { + "dashboard": { + "description": "I have one of every visualization type since the last time I was created!", + "hits": 0, + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"query\":{\"language\":\"lucene\",\"query\":\"\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" + }, + "optionsJSON": "{\"darkTheme\":false,\"hidePanelTitles\":false,\"useMargins\":true}", + "panelsJSON": "[{\"panelIndex\":\"1\",\"gridData\":{\"x\":0,\"y\":0,\"w\":24,\"h\":15,\"i\":\"1\"},\"embeddableConfig\":{},\"id\":\"e6140540-3dca-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"2\",\"gridData\":{\"x\":24,\"y\":0,\"w\":24,\"h\":15,\"i\":\"2\"},\"embeddableConfig\":{},\"id\":\"3525b840-3dcb-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"3\",\"gridData\":{\"x\":0,\"y\":15,\"w\":24,\"h\":15,\"i\":\"3\"},\"embeddableConfig\":{},\"id\":\"4b5d6ef0-3dcb-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"4\",\"gridData\":{\"x\":24,\"y\":15,\"w\":24,\"h\":15,\"i\":\"4\"},\"embeddableConfig\":{},\"id\":\"37a541c0-3dcc-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"5\",\"gridData\":{\"x\":0,\"y\":30,\"w\":24,\"h\":15,\"i\":\"5\"},\"embeddableConfig\":{},\"id\":\"ffa2e0c0-3dcb-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"6\",\"gridData\":{\"x\":24,\"y\":30,\"w\":24,\"h\":15,\"i\":\"6\"},\"embeddableConfig\":{},\"id\":\"e2023110-3dcb-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"7\",\"gridData\":{\"x\":0,\"y\":45,\"w\":24,\"h\":15,\"i\":\"7\"},\"embeddableConfig\":{},\"id\":\"145ced90-3dcb-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"8\",\"gridData\":{\"x\":24,\"y\":45,\"w\":24,\"h\":15,\"i\":\"8\"},\"embeddableConfig\":{},\"id\":\"2d1b1620-3dcd-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"9\",\"gridData\":{\"x\":0,\"y\":60,\"w\":24,\"h\":15,\"i\":\"9\"},\"embeddableConfig\":{},\"id\":\"42535e30-3dcd-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"10\",\"gridData\":{\"x\":24,\"y\":60,\"w\":24,\"h\":15,\"i\":\"10\"},\"embeddableConfig\":{},\"id\":\"42535e30-3dcd-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"11\",\"gridData\":{\"x\":0,\"y\":75,\"w\":24,\"h\":15,\"i\":\"11\"},\"embeddableConfig\":{},\"id\":\"4c0f47e0-3dcd-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"12\",\"gridData\":{\"x\":24,\"y\":75,\"w\":24,\"h\":15,\"i\":\"12\"},\"embeddableConfig\":{},\"id\":\"11ae2bd0-3dcc-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"13\",\"gridData\":{\"x\":0,\"y\":90,\"w\":24,\"h\":15,\"i\":\"13\"},\"embeddableConfig\":{},\"id\":\"3fe22200-3dcb-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"14\",\"gridData\":{\"x\":24,\"y\":90,\"w\":24,\"h\":15,\"i\":\"14\"},\"embeddableConfig\":{},\"id\":\"4ca00ba0-3dcc-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"15\",\"gridData\":{\"x\":0,\"y\":105,\"w\":24,\"h\":15,\"i\":\"15\"},\"embeddableConfig\":{},\"id\":\"78803be0-3dcd-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"16\",\"gridData\":{\"x\":24,\"y\":105,\"w\":24,\"h\":15,\"i\":\"16\"},\"embeddableConfig\":{},\"id\":\"b92ae920-3dcc-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"17\",\"gridData\":{\"x\":0,\"y\":120,\"w\":24,\"h\":15,\"i\":\"17\"},\"embeddableConfig\":{},\"id\":\"e4d8b430-3dcc-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"18\",\"gridData\":{\"x\":24,\"y\":120,\"w\":24,\"h\":15,\"i\":\"18\"},\"embeddableConfig\":{},\"id\":\"f81134a0-3dcc-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"19\",\"gridData\":{\"x\":0,\"y\":135,\"w\":24,\"h\":15,\"i\":\"19\"},\"embeddableConfig\":{},\"id\":\"cc43fab0-3dcc-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"20\",\"gridData\":{\"x\":24,\"y\":135,\"w\":24,\"h\":15,\"i\":\"20\"},\"embeddableConfig\":{},\"id\":\"02a2e4e0-3dcd-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"21\",\"gridData\":{\"x\":0,\"y\":150,\"w\":24,\"h\":15,\"i\":\"21\"},\"embeddableConfig\":{},\"id\":\"df815d20-3dcc-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"22\",\"gridData\":{\"x\":24,\"y\":150,\"w\":24,\"h\":15,\"i\":\"22\"},\"embeddableConfig\":{},\"id\":\"c40f4d40-3dcc-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"23\",\"gridData\":{\"x\":0,\"y\":165,\"w\":24,\"h\":15,\"i\":\"23\"},\"embeddableConfig\":{},\"id\":\"7fda8ee0-3dcd-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"24\",\"gridData\":{\"x\":24,\"y\":165,\"w\":24,\"h\":15,\"i\":\"24\"},\"embeddableConfig\":{},\"id\":\"a16d1990-3dca-11e8-8660-4d65aa086b3c\",\"type\":\"search\",\"version\":\"6.3.0\"},{\"panelIndex\":\"25\",\"gridData\":{\"x\":0,\"y\":180,\"w\":24,\"h\":15,\"i\":\"25\"},\"embeddableConfig\":{},\"id\":\"be5accf0-3dca-11e8-8660-4d65aa086b3c\",\"type\":\"search\",\"version\":\"6.3.0\"},{\"panelIndex\":\"26\",\"gridData\":{\"x\":24,\"y\":180,\"w\":24,\"h\":15,\"i\":\"26\"},\"embeddableConfig\":{},\"id\":\"ca5ada40-3dca-11e8-8660-4d65aa086b3c\",\"type\":\"search\",\"version\":\"6.3.0\"},{\"panelIndex\":\"27\",\"gridData\":{\"x\":0,\"y\":195,\"w\":24,\"h\":15,\"i\":\"27\"},\"embeddableConfig\":{},\"id\":\"771b4f10-3e59-11e8-9fc3-39e49624228e\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"28\",\"gridData\":{\"x\":24,\"y\":195,\"w\":24,\"h\":15,\"i\":\"28\"},\"embeddableConfig\":{},\"id\":\"5e085850-3e6e-11e8-bbb9-e15942d5d48c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"29\",\"gridData\":{\"x\":0,\"y\":210,\"w\":24,\"h\":15,\"i\":\"29\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"8bc8d6c0-3e6e-11e8-bbb9-e15942d5d48c\",\"embeddableConfig\":{}},{\"gridData\":{\"w\":24,\"h\":15,\"x\":24,\"y\":210,\"i\":\"30\"},\"version\":\"6.3.0\",\"panelIndex\":\"30\",\"type\":\"visualization\",\"id\":\"befdb6b0-3e59-11e8-9fc3-39e49624228e\",\"embeddableConfig\":{}}]", + "refreshInterval": { + "display": "Off", + "pause": false, + "value": 0 + }, + "timeFrom": "Mon Apr 09 2018 17:56:08 GMT-0400", + "timeRestore": true, + "timeTo": "Wed Apr 11 2018 17:56:08 GMT-0400", + "title": "dashboard with everything", + "version": 1 + }, + "type": "dashboard", + "updated_at": "2018-04-16T16:05:02.915Z" + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:29bd0240-4197-11e8-bb13-d53698fb349a", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-16T16:56:53.092Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[{\"meta\":{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"negate\":false,\"disabled\":false,\"alias\":null,\"type\":\"phrase\",\"key\":\"geo.src\",\"value\":\"CN\",\"params\":{\"query\":\"CN\",\"type\":\"phrase\"}},\"query\":{\"match\":{\"geo.src\":{\"query\":\"CN\",\"type\":\"phrase\"}}},\"$state\":{\"store\":\"appState\"}}],\"query\":{\"query\":\"bytes >= 10000\",\"language\":\"kuery\"}}" + }, + "title": "Kuery: pie bytes with kuery and filter", + "uiStateJSON": "{}", + "version": 1, + "visState": "{\"title\":\"Kuery: pie bytes with kuery and filter\",\"type\":\"pie\",\"params\":{\"type\":\"pie\",\"addTooltip\":true,\"addLegend\":true,\"legendPosition\":\"right\",\"isDonut\":true,\"labels\":{\"show\":false,\"values\":true,\"last_level\":true,\"truncate\":100}},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"count\",\"schema\":\"metric\",\"params\":{}},{\"id\":\"2\",\"enabled\":true,\"type\":\"terms\",\"schema\":\"segment\",\"params\":{\"field\":\"bytes\",\"otherBucket\":false,\"otherBucketLabel\":\"Other\",\"missingBucket\":false,\"missingBucketLabel\":\"Missing\",\"size\":10,\"order\":\"desc\",\"orderBy\":\"1\"}}]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "index-pattern:0bf35f60-3dc9-11e8-8660-4d65aa086b3c", + "index": ".kibana", + "source": { + "index-pattern": { + "fieldFormatMap": "{\"machine.ram\":{\"id\":\"number\",\"params\":{\"pattern\":\"0,0.[000] b\"}}}", + "fields": "[{\"name\":\"@message\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"@message.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"@tags\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"@tags.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"@timestamp\",\"type\":\"date\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"_id\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":false},{\"name\":\"_index\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":false},{\"name\":\"_score\",\"type\":\"number\",\"count\":0,\"scripted\":false,\"searchable\":false,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"_source\",\"type\":\"_source\",\"count\":0,\"scripted\":false,\"searchable\":false,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"_type\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":false},{\"name\":\"agent\",\"type\":\"string\",\"count\":2,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"agent.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"bytes\",\"type\":\"number\",\"count\":3,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"clientip\",\"type\":\"ip\",\"count\":3,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"extension\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"extension.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"geo.coordinates\",\"type\":\"geo_point\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"geo.dest\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"geo.src\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"geo.srcdest\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"headings\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"headings.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"host\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"host.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"id\",\"type\":\"number\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"index\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"index.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"ip\",\"type\":\"ip\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"links\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"links.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"machine.os\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"machine.os.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"machine.ram\",\"type\":\"number\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"memory\",\"type\":\"number\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"meta.char\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"meta.related\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"meta.user.firstname\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"meta.user.lastname\",\"type\":\"number\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"phpmemory\",\"type\":\"number\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"referer\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"relatedContent.article:modified_time\",\"type\":\"date\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"relatedContent.article:published_time\",\"type\":\"date\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"relatedContent.article:section\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"relatedContent.article:section.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"relatedContent.article:tag\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"relatedContent.article:tag.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"relatedContent.og:description\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"relatedContent.og:description.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"relatedContent.og:image\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"relatedContent.og:image.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"relatedContent.og:image:height\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"relatedContent.og:image:height.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"relatedContent.og:image:width\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"relatedContent.og:image:width.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"relatedContent.og:site_name\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"relatedContent.og:site_name.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"relatedContent.og:title\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"relatedContent.og:title.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"relatedContent.og:type\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"relatedContent.og:type.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"relatedContent.og:url\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"relatedContent.og:url.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"relatedContent.twitter:card\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"relatedContent.twitter:card.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"relatedContent.twitter:description\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"relatedContent.twitter:description.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"relatedContent.twitter:image\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"relatedContent.twitter:image.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"relatedContent.twitter:site\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"relatedContent.twitter:site.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"relatedContent.twitter:title\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"relatedContent.twitter:title.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"relatedContent.url\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"relatedContent.url.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"request\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"request.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"response\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"response.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"spaces\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"spaces.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"url\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"url.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"utc_time\",\"type\":\"date\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"xss\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"xss.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true}]", + "timeFieldName": "@timestamp", + "title": "logstash-*" + }, + "type": "index-pattern", + "updated_at": "2018-04-16T16:57:12.263Z" + } + } +} + +{ + "type": "doc", + "value": { + "id": "search:55d37a30-4197-11e8-bb13-d53698fb349a", + "index": ".kibana", + "source": { + "search": { + "columns": [ + "agent", + "bytes", + "clientip" + ], + "description": "", + "hits": 0, + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"highlightAll\":true,\"version\":true,\"query\":{\"query\":\"clientip : 73.14.212.83\",\"language\":\"kuery\"},\"filter\":[{\"meta\":{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"negate\":false,\"disabled\":false,\"alias\":null,\"type\":\"range\",\"key\":\"bytes\",\"value\":\"100 to 1,000\",\"params\":{\"gte\":100,\"lt\":1000}},\"range\":{\"bytes\":{\"gte\":100,\"lt\":1000}},\"$state\":{\"store\":\"appState\"}}]}" + }, + "sort": [ + "@timestamp", + "desc" + ], + "title": "Bytes and kuery in saved search with filter", + "version": 1 + }, + "type": "search", + "updated_at": "2018-04-16T16:58:07.059Z" + } + } +} + +{ + "type": "doc", + "value": { + "id": "dashboard:b60de070-4197-11e8-bb13-d53698fb349a", + "index": ".kibana", + "source": { + "dashboard": { + "description": "Bytes bytes and more bytes", + "hits": 0, + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"query\":{\"language\":\"lucene\",\"query\":\"\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" + }, + "optionsJSON": "{\"darkTheme\":false,\"hidePanelTitles\":false,\"useMargins\":true}", + "panelsJSON": "[{\"panelIndex\":\"1\",\"gridData\":{\"x\":0,\"y\":0,\"w\":24,\"h\":15,\"i\":\"1\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"7ff2c4c0-4191-11e8-bb13-d53698fb349a\",\"embeddableConfig\":{}},{\"panelIndex\":\"2\",\"gridData\":{\"x\":24,\"y\":0,\"w\":24,\"h\":15,\"i\":\"2\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"03d2afd0-4192-11e8-bb13-d53698fb349a\",\"embeddableConfig\":{}},{\"panelIndex\":\"3\",\"gridData\":{\"x\":0,\"y\":15,\"w\":24,\"h\":15,\"i\":\"3\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"63983430-4192-11e8-bb13-d53698fb349a\",\"embeddableConfig\":{}},{\"panelIndex\":\"4\",\"gridData\":{\"x\":24,\"y\":15,\"w\":17,\"h\":8,\"i\":\"4\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"0ca8c600-4195-11e8-bb13-d53698fb349a\",\"embeddableConfig\":{}},{\"panelIndex\":\"5\",\"gridData\":{\"x\":0,\"y\":30,\"w\":18,\"h\":13,\"i\":\"5\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"c10c6b00-4191-11e8-bb13-d53698fb349a\",\"embeddableConfig\":{}},{\"panelIndex\":\"6\",\"gridData\":{\"x\":24,\"y\":37,\"w\":24,\"h\":12,\"i\":\"6\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"760a9060-4190-11e8-bb13-d53698fb349a\",\"embeddableConfig\":{}},{\"panelIndex\":\"7\",\"gridData\":{\"x\":18,\"y\":30,\"w\":9,\"h\":7,\"i\":\"7\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"1dcdfe30-4192-11e8-bb13-d53698fb349a\",\"embeddableConfig\":{}},{\"panelIndex\":\"8\",\"gridData\":{\"x\":28,\"y\":23,\"w\":15,\"h\":13,\"i\":\"8\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"584c0300-4191-11e8-bb13-d53698fb349a\",\"embeddableConfig\":{}},{\"panelIndex\":\"9\",\"gridData\":{\"x\":0,\"y\":43,\"w\":24,\"h\":15,\"i\":\"9\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"b3e70d00-4190-11e8-bb13-d53698fb349a\",\"embeddableConfig\":{}},{\"panelIndex\":\"10\",\"gridData\":{\"x\":24,\"y\":49,\"w\":18,\"h\":12,\"i\":\"10\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"df72ad40-4194-11e8-bb13-d53698fb349a\",\"embeddableConfig\":{}},{\"panelIndex\":\"11\",\"gridData\":{\"x\":0,\"y\":58,\"w\":24,\"h\":15,\"i\":\"11\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"9bebe980-4192-11e8-bb13-d53698fb349a\",\"embeddableConfig\":{}},{\"panelIndex\":\"12\",\"gridData\":{\"x\":24,\"y\":61,\"w\":5,\"h\":4,\"i\":\"12\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"9fb4c670-4194-11e8-bb13-d53698fb349a\",\"embeddableConfig\":{}},{\"panelIndex\":\"13\",\"gridData\":{\"x\":0,\"y\":73,\"w\":17,\"h\":6,\"i\":\"13\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"35417e50-4194-11e8-bb13-d53698fb349a\",\"embeddableConfig\":{}},{\"panelIndex\":\"14\",\"gridData\":{\"x\":24,\"y\":65,\"w\":24,\"h\":15,\"i\":\"14\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"039e4770-4194-11e8-bb13-d53698fb349a\",\"embeddableConfig\":{}},{\"panelIndex\":\"15\",\"gridData\":{\"x\":0,\"y\":79,\"w\":24,\"h\":6,\"i\":\"15\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"76c7f020-4194-11e8-bb13-d53698fb349a\",\"embeddableConfig\":{}},{\"panelIndex\":\"16\",\"gridData\":{\"x\":24,\"y\":80,\"w\":24,\"h\":15,\"i\":\"16\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"8090dcb0-4195-11e8-bb13-d53698fb349a\",\"embeddableConfig\":{}},{\"panelIndex\":\"17\",\"gridData\":{\"x\":0,\"y\":85,\"w\":13,\"h\":11,\"i\":\"17\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"29bd0240-4197-11e8-bb13-d53698fb349a\",\"embeddableConfig\":{}},{\"panelIndex\":\"18\",\"gridData\":{\"x\":24,\"y\":95,\"w\":23,\"h\":11,\"i\":\"18\"},\"version\":\"6.3.0\",\"type\":\"search\",\"id\":\"55d37a30-4197-11e8-bb13-d53698fb349a\",\"embeddableConfig\":{}}]", + "refreshInterval": { + "display": "Off", + "pause": false, + "value": 0 + }, + "timeFrom": "Mon Apr 09 2018 17:56:08 GMT-0400", + "timeRestore": true, + "timeTo": "Wed Apr 11 2018 17:56:08 GMT-0400", + "title": "All about those bytes", + "version": 1 + }, + "type": "dashboard", + "updated_at": "2018-04-16T17:00:48.503Z" + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:78803be0-3dcd-11e8-8660-4d65aa086b3c", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-17T15:06:32.127Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[],\"query\":{\"query\":\"\",\"language\":\"lucene\"}}" + }, + "title": "Rendering Test: tag cloud", + "uiStateJSON": "{}", + "version": 1, + "visState": "{\"title\":\"Rendering Test: tag cloud\",\"type\":\"tagcloud\",\"params\":{\"scale\":\"linear\",\"orientation\":\"single\",\"minFontSize\":18,\"maxFontSize\":72,\"showLabel\":true},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"count\",\"schema\":\"metric\",\"params\":{}},{\"id\":\"2\",\"enabled\":true,\"type\":\"terms\",\"schema\":\"segment\",\"params\":{\"field\":\"geo.src\",\"otherBucket\":false,\"otherBucketLabel\":\"Other\",\"missingBucket\":false,\"missingBucketLabel\":\"Missing\",\"size\":5,\"order\":\"desc\",\"orderBy\":\"1\"}}]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:3fe22200-3dcb-11e8-8660-4d65aa086b3c", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-17T15:06:32.130Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[],\"query\":{\"query\":\"\",\"language\":\"lucene\"}}" + }, + "title": "Rendering Test: pie", + "uiStateJSON": "{}", + "version": 1, + "visState": "{\"title\":\"Rendering Test: pie\",\"type\":\"pie\",\"params\":{\"type\":\"pie\",\"addTooltip\":true,\"addLegend\":true,\"legendPosition\":\"right\",\"isDonut\":true,\"labels\":{\"show\":false,\"values\":true,\"last_level\":true,\"truncate\":100}},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"count\",\"schema\":\"metric\",\"params\":{}},{\"id\":\"2\",\"enabled\":true,\"type\":\"terms\",\"schema\":\"segment\",\"params\":{\"field\":\"bytes\",\"otherBucket\":false,\"otherBucketLabel\":\"Other\",\"missingBucket\":false,\"missingBucketLabel\":\"Missing\",\"size\":5,\"order\":\"desc\",\"orderBy\":\"1\"}}]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:4ca00ba0-3dcc-11e8-8660-4d65aa086b3c", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-17T15:06:32.131Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[],\"query\":{\"query\":\"\",\"language\":\"lucene\"}}" + }, + "title": "Rendering Test: region map", + "uiStateJSON": "{\"mapZoom\":2,\"mapCenter\":[8.754794702435618,-9.140625000000002]}", + "version": 1, + "visState": "{\"title\":\"Rendering Test: region map\",\"type\":\"region_map\",\"params\":{\"legendPosition\":\"bottomright\",\"addTooltip\":true,\"colorSchema\":\"Yellow to Red\",\"selectedLayer\":{\"attribution\":\"

Made with NaturalEarth | Elastic Maps Service

\",\"name\":\"World Countries\",\"weight\":1,\"format\":{\"type\":\"geojson\"},\"url\":\"https://staging-dot-elastic-layer.appspot.com/blob/5715999101812736?elastic_tile_service_tos=agree&my_app_version=6.3.0\",\"fields\":[{\"name\":\"iso2\",\"description\":\"Two letter abbreviation\"},{\"name\":\"iso3\",\"description\":\"Three letter abbreviation\"},{\"name\":\"name\",\"description\":\"Country name\"}],\"created_at\":\"2017-07-31T16:00:19.996450\",\"tags\":[],\"id\":5715999101812736,\"layerId\":\"elastic_maps_service.World Countries\"},\"selectedJoinField\":{\"name\":\"iso2\",\"description\":\"Two letter abbreviation\"},\"isDisplayWarning\":true,\"wms\":{\"enabled\":false,\"options\":{\"format\":\"image/png\",\"transparent\":true},\"baseLayersAreLoaded\":{},\"tmsLayers\":[{\"id\":\"road_map\",\"url\":\"https://tiles-stage.elastic.co/v2/default/{z}/{x}/{y}.png?elastic_tile_service_tos=agree&my_app_name=kibana&my_app_version=6.3.0\",\"minZoom\":0,\"maxZoom\":10,\"attribution\":\"

© OpenStreetMap contributors | Elastic Maps Service

\",\"subdomains\":[]}],\"selectedTmsLayer\":{\"id\":\"road_map\",\"url\":\"https://tiles-stage.elastic.co/v2/default/{z}/{x}/{y}.png?elastic_tile_service_tos=agree&my_app_name=kibana&my_app_version=6.3.0\",\"minZoom\":0,\"maxZoom\":10,\"attribution\":\"

© OpenStreetMap contributors | Elastic Maps Service

\",\"subdomains\":[]}},\"mapZoom\":2,\"mapCenter\":[0,0],\"outlineWeight\":1,\"showAllShapes\":true},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"count\",\"schema\":\"metric\",\"params\":{}},{\"id\":\"2\",\"enabled\":true,\"type\":\"terms\",\"schema\":\"segment\",\"params\":{\"field\":\"geo.src\",\"otherBucket\":false,\"otherBucketLabel\":\"Other\",\"missingBucket\":false,\"missingBucketLabel\":\"Missing\",\"size\":5,\"order\":\"desc\",\"orderBy\":\"1\"}}]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:11ae2bd0-3dcc-11e8-8660-4d65aa086b3c", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-17T15:06:32.133Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[],\"query\":{\"query\":\"\",\"language\":\"lucene\"}}" + }, + "title": "Rendering Test: metric", + "uiStateJSON": "{}", + "version": 1, + "visState": "{\"title\":\"Rendering Test: metric\",\"type\":\"metric\",\"params\":{\"addTooltip\":true,\"addLegend\":false,\"type\":\"metric\",\"metric\":{\"percentageMode\":false,\"useRanges\":false,\"colorSchema\":\"Green to Red\",\"metricColorMode\":\"None\",\"colorsRange\":[{\"from\":0,\"to\":10000}],\"labels\":{\"show\":true},\"invertColors\":false,\"style\":{\"bgFill\":\"#000\",\"bgColor\":false,\"labelColor\":false,\"subText\":\"\",\"fontSize\":60}}},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"cardinality\",\"schema\":\"metric\",\"params\":{\"field\":\"bytes\"}}]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:145ced90-3dcb-11e8-8660-4d65aa086b3c", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-17T15:06:32.134Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[],\"query\":{\"query\":\"\",\"language\":\"lucene\"}}" + }, + "title": "Rendering Test: heatmap", + "uiStateJSON": "{\"vis\":{\"defaultColors\":{\"0 - 15\":\"rgb(247,252,245)\",\"15 - 30\":\"rgb(199,233,192)\",\"30 - 45\":\"rgb(116,196,118)\",\"45 - 60\":\"rgb(35,139,69)\"}}}", + "version": 1, + "visState": "{\"title\":\"Rendering Test: heatmap\",\"type\":\"heatmap\",\"params\":{\"type\":\"heatmap\",\"addTooltip\":true,\"addLegend\":true,\"enableHover\":false,\"legendPosition\":\"right\",\"times\":[],\"colorsNumber\":4,\"colorSchema\":\"Greens\",\"setColorRange\":false,\"colorsRange\":[],\"invertColors\":false,\"percentageMode\":false,\"valueAxes\":[{\"show\":false,\"id\":\"ValueAxis-1\",\"type\":\"value\",\"scale\":{\"type\":\"linear\",\"defaultYExtents\":false},\"labels\":{\"show\":false,\"rotate\":0,\"overwriteColor\":false,\"color\":\"#555\"}}]},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"count\",\"schema\":\"metric\",\"params\":{}},{\"id\":\"2\",\"enabled\":true,\"type\":\"terms\",\"schema\":\"segment\",\"params\":{\"field\":\"bytes\",\"otherBucket\":false,\"otherBucketLabel\":\"Other\",\"missingBucket\":false,\"missingBucketLabel\":\"Missing\",\"size\":5,\"order\":\"desc\",\"orderBy\":\"1\"}},{\"id\":\"3\",\"enabled\":true,\"type\":\"terms\",\"schema\":\"group\",\"params\":{\"field\":\"geo.src\",\"otherBucket\":false,\"otherBucketLabel\":\"Other\",\"missingBucket\":false,\"missingBucketLabel\":\"Missing\",\"size\":5,\"order\":\"desc\",\"orderBy\":\"1\"}}]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:e2023110-3dcb-11e8-8660-4d65aa086b3c", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-17T15:06:32.135Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[],\"query\":{\"language\":\"lucene\",\"query\":\"\"}}" + }, + "title": "Rendering Test: guage", + "uiStateJSON": "{\"vis\":{\"colors\":{\"0 - 50000\":\"#EF843C\",\"75000 - 10000000\":\"#3F6833\"},\"defaultColors\":{\"0 - 5000000\":\"rgb(0,104,55)\",\"50000000 - 74998990099\":\"rgb(165,0,38)\"}}}", + "version": 1, + "visState": "{\"title\":\"Rendering Test: guage\",\"type\":\"gauge\",\"params\":{\"addLegend\":true,\"addTooltip\":true,\"gauge\":{\"backStyle\":\"Full\",\"colorSchema\":\"Green to Red\",\"colorsRange\":[{\"from\":0,\"to\":5000000},{\"from\":50000000,\"to\":74998990099}],\"extendRange\":true,\"gaugeColorMode\":\"Labels\",\"gaugeStyle\":\"Full\",\"gaugeType\":\"Arc\",\"invertColors\":false,\"labels\":{\"color\":\"black\",\"show\":true},\"orientation\":\"vertical\",\"percentageMode\":false,\"scale\":{\"color\":\"#333\",\"labels\":false,\"show\":true},\"style\":{\"bgColor\":false,\"bgFill\":\"#eee\",\"bgMask\":false,\"bgWidth\":0.9,\"fontSize\":60,\"labelColor\":true,\"mask\":false,\"maskBars\":50,\"subText\":\"\",\"width\":0.9},\"type\":\"meter\",\"verticalSplit\":false},\"isDisplayWarning\":false,\"type\":\"gauge\"},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"avg\",\"schema\":\"metric\",\"params\":{\"field\":\"machine.ram\"}}]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:b92ae920-3dcc-11e8-8660-4d65aa086b3c", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-17T15:06:31.110Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{}" + }, + "title": "Rendering Test: timelion", + "uiStateJSON": "{}", + "version": 1, + "visState": "{\"title\":\"Rendering Test: timelion\",\"type\":\"timelion\",\"params\":{\"expression\":\".es(*, metric=avg:bytes, split=ip:5)\",\"interval\":\"auto\"},\"aggs\":[]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:e4d8b430-3dcc-11e8-8660-4d65aa086b3c", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-17T15:06:31.106Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{}" + }, + "title": "Rendering Test: tsvb-guage", + "uiStateJSON": "{}", + "version": 1, + "visState": "{\"title\":\"Rendering Test: tsvb-guage\",\"type\":\"metrics\",\"params\":{\"id\":\"61ca57f0-469d-11e7-af02-69e470af7417\",\"type\":\"gauge\",\"series\":[{\"id\":\"61ca57f1-469d-11e7-af02-69e470af7417\",\"color\":\"#68BC00\",\"split_mode\":\"everything\",\"metrics\":[{\"id\":\"61ca57f2-469d-11e7-af02-69e470af7417\",\"type\":\"avg\",\"field\":\"bytes\"}],\"seperate_axis\":0,\"axis_position\":\"right\",\"formatter\":\"number\",\"chart_type\":\"line\",\"line_width\":1,\"point_size\":1,\"fill\":0.5,\"stacked\":\"none\"},{\"id\":\"d18e5970-3dcc-11e8-a2f6-c162ca6cf6ea\",\"color\":\"rgba(160,70,216,1)\",\"split_mode\":\"filter\",\"metrics\":[{\"id\":\"d18e5971-3dcc-11e8-a2f6-c162ca6cf6ea\",\"type\":\"avg\",\"field\":\"bytes\"}],\"seperate_axis\":0,\"axis_position\":\"right\",\"formatter\":\"number\",\"chart_type\":\"line\",\"line_width\":1,\"point_size\":1,\"fill\":0.5,\"stacked\":\"none\",\"filter\":\"bytes:>1000\"}],\"time_field\":\"@timestamp\",\"index_pattern\":\"logstash-*\",\"interval\":\"auto\",\"axis_position\":\"left\",\"axis_formatter\":\"number\",\"show_legend\":1,\"show_grid\":1,\"background_color_rules\":[{\"id\":\"c50bd5b0-3dcc-11e8-a2f6-c162ca6cf6ea\"}],\"bar_color_rules\":[{\"id\":\"cd25a820-3dcc-11e8-a2f6-c162ca6cf6ea\"}],\"gauge_color_rules\":[{\"id\":\"e0be22e0-3dcc-11e8-a2f6-c162ca6cf6ea\"}],\"gauge_width\":10,\"gauge_inner_width\":10,\"gauge_style\":\"half\"},\"aggs\":[]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:4c0f47e0-3dcd-11e8-8660-4d65aa086b3c", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-17T15:06:31.111Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{}" + }, + "title": "Rendering Test: markdown", + "uiStateJSON": "{}", + "version": 1, + "visState": "{\"title\":\"Rendering Test: markdown\",\"type\":\"markdown\",\"params\":{\"fontSize\":20,\"openLinksInNewTab\":false,\"markdown\":\"I'm a markdown!\"},\"aggs\":[]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:2d1b1620-3dcd-11e8-8660-4d65aa086b3c", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-17T15:06:31.123Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{}" + }, + "title": "Rendering Test: input control", + "uiStateJSON": "{}", + "version": 1, + "visState": "{\"title\":\"Rendering Test: input control\",\"type\":\"input_control_vis\",\"params\":{\"controls\":[{\"id\":\"1523481142694\",\"indexPattern\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"fieldName\":\"bytes\",\"parent\":\"\",\"label\":\"Bytes Input List\",\"type\":\"list\",\"options\":{\"type\":\"terms\",\"multiselect\":true,\"size\":5,\"order\":\"desc\"}},{\"id\":\"1523481163654\",\"indexPattern\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"fieldName\":\"bytes\",\"parent\":\"\",\"label\":\"Bytes range\",\"type\":\"range\",\"options\":{\"decimalPlaces\":0,\"step\":1}},{\"id\":\"1523481176519\",\"indexPattern\":\"a0f483a0-3dc9-11e8-8660-4d65aa086b3c\",\"fieldName\":\"sound.keyword\",\"parent\":\"\",\"label\":\"Animal sounds\",\"type\":\"list\",\"options\":{\"type\":\"terms\",\"multiselect\":true,\"size\":5,\"order\":\"desc\"}}],\"updateFiltersOnChange\":false,\"useTimeFilter\":false,\"pinFilters\":false},\"aggs\":[]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:8bc8d6c0-3e6e-11e8-bbb9-e15942d5d48c", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-17T15:06:31.173Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"index\":\"f908c8e0-3e6d-11e8-bbb9-e15942d5d48c\",\"filter\":[{\"meta\":{\"index\":\"f908c8e0-3e6d-11e8-bbb9-e15942d5d48c\",\"negate\":false,\"disabled\":false,\"alias\":null,\"type\":\"phrase\",\"key\":\"size.keyword\",\"value\":\"extra large\",\"params\":{\"query\":\"extra large\",\"type\":\"phrase\"}},\"query\":{\"match\":{\"size.keyword\":{\"query\":\"extra large\",\"type\":\"phrase\"}}},\"$state\":{\"store\":\"appState\"}}],\"query\":{\"language\":\"lucene\",\"query\":\"\"}}" + }, + "title": "Rendering Test: non timebased line chart - dog data - with filter", + "uiStateJSON": "{}", + "version": 1, + "visState": "{\"aggs\":[{\"enabled\":true,\"id\":\"1\",\"params\":{\"field\":\"trainability\"},\"schema\":\"metric\",\"type\":\"max\"},{\"enabled\":true,\"id\":\"2\",\"params\":{\"field\":\"breed.keyword\",\"missingBucket\":false,\"missingBucketLabel\":\"Missing\",\"order\":\"desc\",\"orderBy\":\"1\",\"otherBucket\":false,\"otherBucketLabel\":\"Other\",\"size\":5},\"schema\":\"segment\",\"type\":\"terms\"},{\"enabled\":true,\"id\":\"3\",\"params\":{\"field\":\"barking level\"},\"schema\":\"metric\",\"type\":\"max\"},{\"enabled\":true,\"id\":\"4\",\"params\":{\"field\":\"activity level\"},\"schema\":\"metric\",\"type\":\"max\"}],\"params\":{\"addLegend\":true,\"addTimeMarker\":false,\"addTooltip\":true,\"categoryAxes\":[{\"id\":\"CategoryAxis-1\",\"labels\":{\"show\":true,\"truncate\":100},\"position\":\"bottom\",\"scale\":{\"type\":\"linear\"},\"show\":true,\"style\":{},\"title\":{},\"type\":\"category\"}],\"grid\":{\"categoryLines\":false,\"style\":{\"color\":\"#eee\"}},\"legendPosition\":\"right\",\"seriesParams\":[{\"data\":{\"id\":\"1\",\"label\":\"Max trainability\"},\"drawLinesBetweenPoints\":true,\"mode\":\"normal\",\"show\":\"true\",\"showCircles\":true,\"type\":\"line\",\"valueAxis\":\"ValueAxis-1\"},{\"data\":{\"id\":\"3\",\"label\":\"Max barking level\"},\"drawLinesBetweenPoints\":true,\"mode\":\"normal\",\"show\":true,\"showCircles\":true,\"type\":\"line\",\"valueAxis\":\"ValueAxis-1\"},{\"data\":{\"id\":\"4\",\"label\":\"Max activity level\"},\"drawLinesBetweenPoints\":true,\"mode\":\"normal\",\"show\":true,\"showCircles\":true,\"type\":\"line\",\"valueAxis\":\"ValueAxis-1\"}],\"times\":[],\"type\":\"line\",\"valueAxes\":[{\"id\":\"ValueAxis-1\",\"labels\":{\"filter\":false,\"rotate\":0,\"show\":true,\"truncate\":100},\"name\":\"LeftAxis-1\",\"position\":\"left\",\"scale\":{\"mode\":\"normal\",\"type\":\"linear\"},\"show\":true,\"style\":{},\"title\":{\"text\":\"Max trainability\"},\"type\":\"value\"}]},\"title\":\"Rendering Test: non timebased line chart - dog data - with filter\",\"type\":\"line\"}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:42535e30-3dcd-11e8-8660-4d65aa086b3c", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-17T15:06:31.124Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{}" + }, + "title": "Rendering Test: input control parent", + "uiStateJSON": "{}", + "version": 1, + "visState": "{\"title\":\"Rendering Test: input control parent\",\"type\":\"input_control_vis\",\"params\":{\"controls\":[{\"id\":\"1523481216736\",\"indexPattern\":\"a0f483a0-3dc9-11e8-8660-4d65aa086b3c\",\"fieldName\":\"animal.keyword\",\"parent\":\"\",\"label\":\"Animal type\",\"type\":\"list\",\"options\":{\"type\":\"terms\",\"multiselect\":true,\"size\":5,\"order\":\"desc\"}},{\"id\":\"1523481176519\",\"indexPattern\":\"a0f483a0-3dc9-11e8-8660-4d65aa086b3c\",\"fieldName\":\"sound.keyword\",\"parent\":\"1523481216736\",\"label\":\"Animal sounds\",\"type\":\"list\",\"options\":{\"type\":\"terms\",\"multiselect\":true,\"size\":5,\"order\":\"desc\"}}],\"updateFiltersOnChange\":false,\"useTimeFilter\":false,\"pinFilters\":false},\"aggs\":[]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:7fda8ee0-3dcd-11e8-8660-4d65aa086b3c", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-17T15:06:30.344Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{}" + }, + "title": "Rendering Test: vega", + "uiStateJSON": "{}", + "version": 1, + "visState": "{\"title\":\"Rendering Test: vega\",\"type\":\"vega\",\"params\":{\"spec\":\"{\\n/*\\n\\nWelcome to Vega visualizations. Here you can design your own dataviz from scratch using a declarative language called Vega, or its simpler form Vega-Lite. In Vega, you have the full control of what data is loaded, even from multiple sources, how that data is transformed, and what visual elements are used to show it. Use help icon to view Vega examples, tutorials, and other docs. Use the wrench icon to reformat this text, or to remove comments.\\n\\nThis example graph shows the document count in all indexes in the current time range. You might need to adjust the time filter in the upper right corner.\\n*/\\n\\n $schema: https://vega.github.io/schema/vega-lite/v2.json\\n title: Event counts from all indexes\\n\\n // Define the data source\\n data: {\\n url: {\\n/*\\nAn object instead of a string for the \\\"url\\\" param is treated as an Elasticsearch query. Anything inside this object is not part of the Vega language, but only understood by Kibana and Elasticsearch server. This query counts the number of documents per time interval, assuming you have a @timestamp field in your data.\\n\\nKibana has a special handling for the fields surrounded by \\\"%\\\". They are processed before the the query is sent to Elasticsearch. This way the query becomes context aware, and can use the time range and the dashboard filters.\\n*/\\n\\n // Apply dashboard context filters when set\\n %context%: true\\n // Filter the time picker (upper right corner) with this field\\n %timefield%: @timestamp\\n\\n/*\\nSee .search() documentation for : https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/api-reference.html#api-search\\n*/\\n\\n // Which index to search\\n index: _all\\n // Aggregate data by the time field into time buckets, counting the number of documents in each bucket.\\n body: {\\n aggs: {\\n time_buckets: {\\n date_histogram: {\\n // Use date histogram aggregation on @timestamp field\\n field: @timestamp\\n // The interval value will depend on the daterange picker (true), or use an integer to set an approximate bucket count\\n interval: {%autointerval%: true}\\n // Make sure we get an entire range, even if it has no data\\n extended_bounds: {\\n // Use the current time range's start and end\\n min: {%timefilter%: \\\"min\\\"}\\n max: {%timefilter%: \\\"max\\\"}\\n }\\n // Use this for linear (e.g. line, area) graphs. Without it, empty buckets will not show up\\n min_doc_count: 0\\n }\\n }\\n }\\n // Speed up the response by only including aggregation results\\n size: 0\\n }\\n }\\n/*\\nElasticsearch will return results in this format:\\n\\naggregations: {\\n time_buckets: {\\n buckets: [\\n {\\n key_as_string: 2015-11-30T22:00:00.000Z\\n key: 1448920800000\\n doc_count: 0\\n },\\n {\\n key_as_string: 2015-11-30T23:00:00.000Z\\n key: 1448924400000\\n doc_count: 0\\n }\\n ...\\n ]\\n }\\n}\\n\\nFor our graph, we only need the list of bucket values. Use the format.property to discard everything else.\\n*/\\n format: {property: \\\"aggregations.time_buckets.buckets\\\"}\\n }\\n\\n // \\\"mark\\\" is the graphics element used to show our data. Other mark values are: area, bar, circle, line, point, rect, rule, square, text, and tick. See https://vega.github.io/vega-lite/docs/mark.html\\n mark: line\\n\\n // \\\"encoding\\\" tells the \\\"mark\\\" what data to use and in what way. See https://vega.github.io/vega-lite/docs/encoding.html\\n encoding: {\\n x: {\\n // The \\\"key\\\" value is the timestamp in milliseconds. Use it for X axis.\\n field: key\\n type: temporal\\n axis: {title: false} // Customize X axis format\\n }\\n y: {\\n // The \\\"doc_count\\\" is the count per bucket. Use it for Y axis.\\n field: doc_count\\n type: quantitative\\n axis: {title: \\\"Document count\\\"}\\n }\\n }\\n}\\n\"},\"aggs\":[]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:02a2e4e0-3dcd-11e8-8660-4d65aa086b3c", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-17T15:06:30.351Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{}" + }, + "title": "Rendering Test: tsvb-table", + "uiStateJSON": "{}", + "version": 1, + "visState": "{\"title\":\"Rendering Test: tsvb-table\",\"type\":\"metrics\",\"params\":{\"id\":\"61ca57f0-469d-11e7-af02-69e470af7417\",\"type\":\"table\",\"series\":[{\"id\":\"61ca57f1-469d-11e7-af02-69e470af7417\",\"color\":\"#68BC00\",\"split_mode\":\"everything\",\"metrics\":[{\"id\":\"61ca57f2-469d-11e7-af02-69e470af7417\",\"type\":\"avg\",\"field\":\"bytes\"}],\"seperate_axis\":0,\"axis_position\":\"right\",\"formatter\":\"number\",\"chart_type\":\"line\",\"line_width\":1,\"point_size\":1,\"fill\":0.5,\"stacked\":\"none\"},{\"id\":\"d18e5970-3dcc-11e8-a2f6-c162ca6cf6ea\",\"color\":\"rgba(160,70,216,1)\",\"split_mode\":\"filter\",\"metrics\":[{\"id\":\"d18e5971-3dcc-11e8-a2f6-c162ca6cf6ea\",\"type\":\"avg\",\"field\":\"bytes\"}],\"seperate_axis\":0,\"axis_position\":\"right\",\"formatter\":\"number\",\"chart_type\":\"line\",\"line_width\":1,\"point_size\":1,\"fill\":0.5,\"stacked\":\"none\",\"filter\":\"bytes:>1000\"}],\"time_field\":\"@timestamp\",\"index_pattern\":\"logstash-*\",\"interval\":\"auto\",\"axis_position\":\"left\",\"axis_formatter\":\"number\",\"show_legend\":1,\"show_grid\":1,\"background_color_rules\":[{\"id\":\"c50bd5b0-3dcc-11e8-a2f6-c162ca6cf6ea\"}],\"bar_color_rules\":[{\"id\":\"cd25a820-3dcc-11e8-a2f6-c162ca6cf6ea\"}],\"gauge_color_rules\":[{\"id\":\"e0be22e0-3dcc-11e8-a2f6-c162ca6cf6ea\"}],\"gauge_width\":10,\"gauge_inner_width\":10,\"gauge_style\":\"half\",\"markdown\":\"\\nHi Avg last bytes: {{ average_of_bytes.last.raw }}\",\"pivot_id\":\"bytes\",\"pivot_label\":\"Hello\"},\"aggs\":[]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:f81134a0-3dcc-11e8-8660-4d65aa086b3c", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-17T15:06:30.355Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{}" + }, + "title": "Rendering Test: tsvb-markdown", + "uiStateJSON": "{}", + "version": 1, + "visState": "{\"title\":\"Rendering Test: tsvb-markdown\",\"type\":\"metrics\",\"params\":{\"id\":\"61ca57f0-469d-11e7-af02-69e470af7417\",\"type\":\"markdown\",\"series\":[{\"id\":\"61ca57f1-469d-11e7-af02-69e470af7417\",\"color\":\"#68BC00\",\"split_mode\":\"everything\",\"metrics\":[{\"id\":\"61ca57f2-469d-11e7-af02-69e470af7417\",\"type\":\"avg\",\"field\":\"bytes\"}],\"seperate_axis\":0,\"axis_position\":\"right\",\"formatter\":\"number\",\"chart_type\":\"line\",\"line_width\":1,\"point_size\":1,\"fill\":0.5,\"stacked\":\"none\"},{\"id\":\"d18e5970-3dcc-11e8-a2f6-c162ca6cf6ea\",\"color\":\"rgba(160,70,216,1)\",\"split_mode\":\"filter\",\"metrics\":[{\"id\":\"d18e5971-3dcc-11e8-a2f6-c162ca6cf6ea\",\"type\":\"avg\",\"field\":\"bytes\"}],\"seperate_axis\":0,\"axis_position\":\"right\",\"formatter\":\"number\",\"chart_type\":\"line\",\"line_width\":1,\"point_size\":1,\"fill\":0.5,\"stacked\":\"none\",\"filter\":\"bytes:>1000\"}],\"time_field\":\"@timestamp\",\"index_pattern\":\"logstash-*\",\"interval\":\"auto\",\"axis_position\":\"left\",\"axis_formatter\":\"number\",\"show_legend\":1,\"show_grid\":1,\"background_color_rules\":[{\"id\":\"c50bd5b0-3dcc-11e8-a2f6-c162ca6cf6ea\"}],\"bar_color_rules\":[{\"id\":\"cd25a820-3dcc-11e8-a2f6-c162ca6cf6ea\"}],\"gauge_color_rules\":[{\"id\":\"e0be22e0-3dcc-11e8-a2f6-c162ca6cf6ea\"}],\"gauge_width\":10,\"gauge_inner_width\":10,\"gauge_style\":\"half\",\"markdown\":\"\\nHi Avg last bytes: {{ average_of_bytes.last.raw }}\"},\"aggs\":[]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:df815d20-3dcc-11e8-8660-4d65aa086b3c", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-17T15:06:30.349Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{}" + }, + "title": "Rendering Test: tsvb-topn", + "uiStateJSON": "{}", + "version": 1, + "visState": "{\"title\":\"Rendering Test: tsvb-topn\",\"type\":\"metrics\",\"params\":{\"id\":\"61ca57f0-469d-11e7-af02-69e470af7417\",\"type\":\"top_n\",\"series\":[{\"id\":\"61ca57f1-469d-11e7-af02-69e470af7417\",\"color\":\"#68BC00\",\"split_mode\":\"everything\",\"metrics\":[{\"id\":\"61ca57f2-469d-11e7-af02-69e470af7417\",\"type\":\"avg\",\"field\":\"bytes\"}],\"seperate_axis\":0,\"axis_position\":\"right\",\"formatter\":\"number\",\"chart_type\":\"line\",\"line_width\":1,\"point_size\":1,\"fill\":0.5,\"stacked\":\"none\"},{\"id\":\"d18e5970-3dcc-11e8-a2f6-c162ca6cf6ea\",\"color\":\"rgba(160,70,216,1)\",\"split_mode\":\"filter\",\"metrics\":[{\"id\":\"d18e5971-3dcc-11e8-a2f6-c162ca6cf6ea\",\"type\":\"avg\",\"field\":\"bytes\"}],\"seperate_axis\":0,\"axis_position\":\"right\",\"formatter\":\"number\",\"chart_type\":\"line\",\"line_width\":1,\"point_size\":1,\"fill\":0.5,\"stacked\":\"none\",\"filter\":\"bytes:>1000\"}],\"time_field\":\"@timestamp\",\"index_pattern\":\"logstash-*\",\"interval\":\"auto\",\"axis_position\":\"left\",\"axis_formatter\":\"number\",\"show_legend\":1,\"show_grid\":1,\"background_color_rules\":[{\"id\":\"c50bd5b0-3dcc-11e8-a2f6-c162ca6cf6ea\"}],\"bar_color_rules\":[{\"id\":\"cd25a820-3dcc-11e8-a2f6-c162ca6cf6ea\"}]},\"aggs\":[]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:cc43fab0-3dcc-11e8-8660-4d65aa086b3c", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-17T15:06:30.353Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{}" + }, + "title": "Rendering Test: tsvb-metric", + "uiStateJSON": "{}", + "version": 1, + "visState": "{\"title\":\"Rendering Test: tsvb-metric\",\"type\":\"metrics\",\"params\":{\"id\":\"61ca57f0-469d-11e7-af02-69e470af7417\",\"type\":\"metric\",\"series\":[{\"id\":\"61ca57f1-469d-11e7-af02-69e470af7417\",\"color\":\"#68BC00\",\"split_mode\":\"everything\",\"metrics\":[{\"id\":\"61ca57f2-469d-11e7-af02-69e470af7417\",\"type\":\"sum_of_squares\",\"field\":\"bytes\"}],\"seperate_axis\":0,\"axis_position\":\"right\",\"formatter\":\"number\",\"chart_type\":\"line\",\"line_width\":1,\"point_size\":1,\"fill\":0.5,\"stacked\":\"none\"}],\"time_field\":\"@timestamp\",\"index_pattern\":\"logstash-*\",\"interval\":\"auto\",\"axis_position\":\"left\",\"axis_formatter\":\"number\",\"show_legend\":1,\"show_grid\":1,\"background_color_rules\":[{\"id\":\"c50bd5b0-3dcc-11e8-a2f6-c162ca6cf6ea\"}]},\"aggs\":[]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:c40f4d40-3dcc-11e8-8660-4d65aa086b3c", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-17T15:06:30.347Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{}" + }, + "title": "Rendering Test: tsvb-ts", + "uiStateJSON": "{}", + "version": 1, + "visState": "{\"title\":\"Rendering Test: tsvb-ts\",\"type\":\"metrics\",\"params\":{\"id\":\"61ca57f0-469d-11e7-af02-69e470af7417\",\"type\":\"timeseries\",\"series\":[{\"id\":\"61ca57f1-469d-11e7-af02-69e470af7417\",\"color\":\"#68BC00\",\"split_mode\":\"everything\",\"metrics\":[{\"id\":\"61ca57f2-469d-11e7-af02-69e470af7417\",\"type\":\"count\"}],\"seperate_axis\":0,\"axis_position\":\"right\",\"formatter\":\"number\",\"chart_type\":\"line\",\"line_width\":1,\"point_size\":1,\"fill\":0.5,\"stacked\":\"none\"}],\"time_field\":\"@timestamp\",\"index_pattern\":\"\",\"interval\":\"auto\",\"axis_position\":\"left\",\"axis_formatter\":\"number\",\"show_legend\":1,\"show_grid\":1},\"aggs\":[]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:ffa2e0c0-3dcb-11e8-8660-4d65aa086b3c", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-17T15:06:33.153Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[],\"query\":{\"query\":\"\",\"language\":\"lucene\"}}" + }, + "title": "Rendering Test: goal", + "uiStateJSON": "{\"vis\":{\"defaultColors\":{\"0 - 100\":\"rgb(0,104,55)\"}}}", + "version": 1, + "visState": "{\"title\":\"Rendering Test: goal\",\"type\":\"goal\",\"params\":{\"addTooltip\":true,\"addLegend\":false,\"isDisplayWarning\":false,\"type\":\"gauge\",\"gauge\":{\"verticalSplit\":false,\"autoExtend\":false,\"percentageMode\":true,\"gaugeType\":\"Arc\",\"gaugeStyle\":\"Full\",\"backStyle\":\"Full\",\"orientation\":\"vertical\",\"useRanges\":false,\"colorSchema\":\"Green to Red\",\"gaugeColorMode\":\"None\",\"colorsRange\":[{\"from\":0,\"to\":4000}],\"invertColors\":false,\"labels\":{\"show\":true,\"color\":\"black\"},\"scale\":{\"show\":false,\"labels\":false,\"color\":\"#333\",\"width\":2},\"type\":\"meter\",\"style\":{\"bgFill\":\"#000\",\"bgColor\":false,\"labelColor\":false,\"subText\":\"\",\"fontSize\":60}}},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"count\",\"schema\":\"metric\",\"params\":{}},{\"id\":\"2\",\"enabled\":true,\"type\":\"terms\",\"schema\":\"group\",\"params\":{\"field\":\"geo.src\",\"otherBucket\":false,\"otherBucketLabel\":\"Other\",\"missingBucket\":false,\"missingBucketLabel\":\"Missing\",\"size\":2,\"order\":\"desc\",\"orderBy\":\"1\"}}]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:37a541c0-3dcc-11e8-8660-4d65aa086b3c", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-17T15:06:33.156Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[{\"meta\":{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"negate\":true,\"disabled\":false,\"alias\":null,\"type\":\"range\",\"key\":\"bytes\",\"value\":\"0 to 10,000\",\"params\":{\"gte\":0,\"lt\":10000}},\"range\":{\"bytes\":{\"gte\":0,\"lt\":10000}},\"$state\":{\"store\":\"appState\"}}],\"query\":{\"query\":\"\",\"language\":\"lucene\"}}" + }, + "title": "Rendering Test: geo map", + "uiStateJSON": "{\"mapZoom\":4,\"mapCenter\":[35.460669951495305,-85.60546875000001]}", + "version": 1, + "visState": "{\"title\":\"Rendering Test: geo map\",\"type\":\"tile_map\",\"params\":{\"mapType\":\"Scaled Circle Markers\",\"isDesaturated\":true,\"addTooltip\":true,\"heatClusterSize\":1.5,\"legendPosition\":\"bottomright\",\"mapZoom\":2,\"mapCenter\":[0,0],\"wms\":{\"enabled\":false,\"options\":{\"format\":\"image/png\",\"transparent\":true},\"baseLayersAreLoaded\":{},\"tmsLayers\":[{\"id\":\"road_map\",\"url\":\"https://tiles-stage.elastic.co/v2/default/{z}/{x}/{y}.png?elastic_tile_service_tos=agree&my_app_name=kibana&my_app_version=6.3.0\",\"minZoom\":0,\"maxZoom\":10,\"attribution\":\"

© OpenStreetMap contributors | Elastic Maps Service

\",\"subdomains\":[]}],\"selectedTmsLayer\":{\"id\":\"road_map\",\"url\":\"https://tiles-stage.elastic.co/v2/default/{z}/{x}/{y}.png?elastic_tile_service_tos=agree&my_app_name=kibana&my_app_version=6.3.0\",\"minZoom\":0,\"maxZoom\":10,\"attribution\":\"

© OpenStreetMap contributors | Elastic Maps Service

\",\"subdomains\":[]}}},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"count\",\"schema\":\"metric\",\"params\":{}},{\"id\":\"2\",\"enabled\":true,\"type\":\"geohash_grid\",\"schema\":\"segment\",\"params\":{\"field\":\"geo.coordinates\",\"autoPrecision\":true,\"isFilteredByCollar\":true,\"useGeocentroid\":true,\"precision\":3}}]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:4b5d6ef0-3dcb-11e8-8660-4d65aa086b3c", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-17T15:06:33.162Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[],\"query\":{\"query\":\"\",\"language\":\"lucene\"}}" + }, + "title": "Rendering Test: datatable", + "uiStateJSON": "{\"vis\":{\"params\":{\"sort\":{\"columnIndex\":null,\"direction\":null}}}}", + "version": 1, + "visState": "{\"title\":\"Rendering Test: datatable\",\"type\":\"table\",\"params\":{\"perPage\":10,\"showPartialRows\":false,\"showMeticsAtAllLevels\":false,\"sort\":{\"columnIndex\":null,\"direction\":null},\"showTotal\":false,\"totalFunc\":\"sum\"},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"count\",\"schema\":\"metric\",\"params\":{}},{\"id\":\"2\",\"enabled\":true,\"type\":\"terms\",\"schema\":\"bucket\",\"params\":{\"field\":\"clientip\",\"otherBucket\":false,\"otherBucketLabel\":\"Other\",\"missingBucket\":false,\"missingBucketLabel\":\"Missing\",\"size\":5,\"order\":\"desc\",\"orderBy\":\"1\"}}]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:3525b840-3dcb-11e8-8660-4d65aa086b3c", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-17T15:06:33.163Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[],\"query\":{\"query\":\"\",\"language\":\"lucene\"}}" + }, + "title": "Rendering Test: bar", + "uiStateJSON": "{}", + "version": 1, + "visState": "{\"title\":\"Rendering Test: bar\",\"type\":\"horizontal_bar\",\"params\":{\"type\":\"histogram\",\"grid\":{\"categoryLines\":false,\"style\":{\"color\":\"#eee\"}},\"categoryAxes\":[{\"id\":\"CategoryAxis-1\",\"type\":\"category\",\"position\":\"left\",\"show\":true,\"style\":{},\"scale\":{\"type\":\"linear\"},\"labels\":{\"show\":true,\"rotate\":0,\"filter\":false,\"truncate\":200},\"title\":{}}],\"valueAxes\":[{\"id\":\"ValueAxis-1\",\"name\":\"LeftAxis-1\",\"type\":\"value\",\"position\":\"bottom\",\"show\":true,\"style\":{},\"scale\":{\"type\":\"linear\",\"mode\":\"normal\"},\"labels\":{\"show\":true,\"rotate\":75,\"filter\":true,\"truncate\":100},\"title\":{\"text\":\"Count\"}}],\"seriesParams\":[{\"show\":true,\"type\":\"histogram\",\"mode\":\"normal\",\"data\":{\"label\":\"Count\",\"id\":\"1\"},\"valueAxis\":\"ValueAxis-1\",\"drawLinesBetweenPoints\":true,\"showCircles\":true}],\"addTooltip\":true,\"addLegend\":true,\"legendPosition\":\"right\",\"times\":[],\"addTimeMarker\":false},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"count\",\"schema\":\"metric\",\"params\":{}},{\"id\":\"2\",\"enabled\":true,\"type\":\"date_histogram\",\"schema\":\"segment\",\"params\":{\"field\":\"@timestamp\",\"interval\":\"auto\",\"customInterval\":\"2h\",\"min_doc_count\":1,\"extended_bounds\":{}}},{\"id\":\"3\",\"enabled\":true,\"type\":\"terms\",\"schema\":\"group\",\"params\":{\"field\":\"geo.src\",\"otherBucket\":false,\"otherBucketLabel\":\"Other\",\"missingBucket\":false,\"missingBucketLabel\":\"Missing\",\"size\":3,\"order\":\"desc\",\"orderBy\":\"1\"}}]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:e6140540-3dca-11e8-8660-4d65aa086b3c", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-17T15:06:33.165Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[{\"meta\":{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"negate\":true,\"disabled\":false,\"alias\":null,\"type\":\"phrase\",\"key\":\"geo.src\",\"value\":\"CN\",\"params\":{\"query\":\"CN\",\"type\":\"phrase\"}},\"query\":{\"match\":{\"geo.src\":{\"query\":\"CN\",\"type\":\"phrase\"}}},\"$state\":{\"store\":\"appState\"}}],\"query\":{\"query\":\"\",\"language\":\"lucene\"}}" + }, + "title": "Rendering Test: area with not filter", + "uiStateJSON": "{}", + "version": 1, + "visState": "{\"title\":\"Rendering Test: area with not filter\",\"type\":\"area\",\"params\":{\"type\":\"area\",\"grid\":{\"categoryLines\":false,\"style\":{\"color\":\"#eee\"}},\"categoryAxes\":[{\"id\":\"CategoryAxis-1\",\"type\":\"category\",\"position\":\"bottom\",\"show\":true,\"style\":{},\"scale\":{\"type\":\"linear\"},\"labels\":{\"show\":true,\"truncate\":100},\"title\":{}}],\"valueAxes\":[{\"id\":\"ValueAxis-1\",\"name\":\"LeftAxis-1\",\"type\":\"value\",\"position\":\"left\",\"show\":true,\"style\":{},\"scale\":{\"type\":\"linear\",\"mode\":\"normal\"},\"labels\":{\"show\":true,\"rotate\":0,\"filter\":false,\"truncate\":100},\"title\":{\"text\":\"Count\"}}],\"seriesParams\":[{\"show\":\"true\",\"type\":\"area\",\"mode\":\"stacked\",\"data\":{\"label\":\"Count\",\"id\":\"1\"},\"drawLinesBetweenPoints\":true,\"showCircles\":true,\"interpolate\":\"linear\",\"valueAxis\":\"ValueAxis-1\"}],\"addTooltip\":true,\"addLegend\":true,\"legendPosition\":\"right\",\"times\":[],\"addTimeMarker\":false},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"count\",\"schema\":\"metric\",\"params\":{}},{\"id\":\"2\",\"enabled\":true,\"type\":\"date_histogram\",\"schema\":\"segment\",\"params\":{\"field\":\"@timestamp\",\"interval\":\"auto\",\"customInterval\":\"2h\",\"min_doc_count\":1,\"extended_bounds\":{}}},{\"id\":\"3\",\"enabled\":true,\"type\":\"filters\",\"schema\":\"group\",\"params\":{\"filters\":[{\"input\":{\"query\":\"bytes:>1000\"},\"label\":\"\"},{\"input\":{\"query\":\"bytes:>10\"}}]}}]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:4c0c3f90-3e5a-11e8-9fc3-39e49624228e", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-17T15:06:33.166Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"index\":\"a0f483a0-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[{\"meta\":{\"index\":\"a0f483a0-3dc9-11e8-8660-4d65aa086b3c\",\"field\":\"isDog\",\"negate\":false,\"disabled\":false,\"alias\":null,\"type\":\"phrase\",\"key\":\"isDog\",\"value\":\"true\",\"params\":{\"value\":true}},\"script\":{\"script\":{\"inline\":\"boolean compare(Supplier s, def v) {return s.get() == v;}compare(() -> { return doc['animal.keyword'].value == 'dog' }, params.value);\",\"lang\":\"painless\",\"params\":{\"value\":true}}},\"$state\":{\"store\":\"appState\"}}],\"query\":{\"query\":\"weightLbs:>40\",\"language\":\"lucene\"}}" + }, + "title": "Rendering Test: scripted filter and query", + "uiStateJSON": "{}", + "version": 1, + "visState": "{\"title\":\"Rendering Test: scripted filter and query\",\"type\":\"pie\",\"params\":{\"type\":\"pie\",\"addTooltip\":true,\"addLegend\":true,\"legendPosition\":\"right\",\"isDonut\":true,\"labels\":{\"show\":false,\"values\":true,\"last_level\":true,\"truncate\":100}},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"count\",\"schema\":\"metric\",\"params\":{}},{\"id\":\"2\",\"enabled\":true,\"type\":\"terms\",\"schema\":\"segment\",\"params\":{\"field\":\"sound.keyword\",\"otherBucket\":false,\"otherBucketLabel\":\"Other\",\"missingBucket\":false,\"missingBucketLabel\":\"Missing\",\"size\":5,\"order\":\"desc\",\"orderBy\":\"1\"}}]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:50643b60-3dd3-11e8-b2b9-5d5dc1715159", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-17T15:06:34.195Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"index\":\"a0f483a0-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[],\"query\":{\"query\":\"\",\"language\":\"lucene\"}}" + }, + "title": "Rendering Test: animal sounds pie", + "uiStateJSON": "{}", + "version": 1, + "visState": "{\"title\":\"Rendering Test: animal sounds pie\",\"type\":\"pie\",\"params\":{\"type\":\"pie\",\"addTooltip\":true,\"addLegend\":true,\"legendPosition\":\"right\",\"isDonut\":true,\"labels\":{\"show\":false,\"values\":true,\"last_level\":true,\"truncate\":100}},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"count\",\"schema\":\"metric\",\"params\":{}},{\"id\":\"2\",\"enabled\":true,\"type\":\"terms\",\"schema\":\"segment\",\"params\":{\"field\":\"sound.keyword\",\"otherBucket\":false,\"otherBucketLabel\":\"Other\",\"missingBucket\":false,\"missingBucketLabel\":\"Missing\",\"size\":5,\"order\":\"desc\",\"orderBy\":\"1\"}}]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:771b4f10-3e59-11e8-9fc3-39e49624228e", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-17T15:06:34.200Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"filter\":[],\"query\":{\"query\":\"\",\"language\":\"lucene\"}}" + }, + "savedSearchId": "a16d1990-3dca-11e8-8660-4d65aa086b3c", + "title": "Rendering Test: animal weights linked to search", + "uiStateJSON": "{}", + "version": 1, + "visState": "{\"title\":\"Rendering Test: animal weights linked to search\",\"type\":\"pie\",\"params\":{\"type\":\"pie\",\"addTooltip\":true,\"addLegend\":true,\"legendPosition\":\"right\",\"isDonut\":true,\"labels\":{\"show\":false,\"values\":true,\"last_level\":true,\"truncate\":100}},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"count\",\"schema\":\"metric\",\"params\":{}},{\"id\":\"2\",\"enabled\":true,\"type\":\"terms\",\"schema\":\"segment\",\"params\":{\"field\":\"name.keyword\",\"otherBucket\":false,\"otherBucketLabel\":\"Other\",\"missingBucket\":false,\"missingBucketLabel\":\"Missing\",\"size\":5,\"order\":\"desc\",\"orderBy\":\"1\"}}]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:76c7f020-4194-11e8-bb13-d53698fb349a", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-17T15:06:34.583Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{}" + }, + "title": "Filter Bytes Test: tsvb top n with bytes filter", + "uiStateJSON": "{}", + "version": 1, + "visState": "{\"title\":\"Filter Bytes Test: tsvb top n with bytes filter\",\"type\":\"metrics\",\"params\":{\"id\":\"61ca57f0-469d-11e7-af02-69e470af7417\",\"type\":\"top_n\",\"series\":[{\"id\":\"61ca57f1-469d-11e7-af02-69e470af7417\",\"color\":\"#68BC00\",\"split_mode\":\"filters\",\"metrics\":[{\"id\":\"482d6560-4194-11e8-a461-7d278185cba4\",\"type\":\"avg\",\"field\":\"bytes\"}],\"seperate_axis\":0,\"axis_position\":\"right\",\"formatter\":\"number\",\"chart_type\":\"line\",\"line_width\":1,\"point_size\":1,\"fill\":0.5,\"stacked\":\"none\",\"terms_field\":\"clientip\",\"filter\":\"Filter Bytes Test:>1000\",\"override_index_pattern\":0,\"series_index_pattern\":\"logstash-*\",\"series_time_field\":\"utc_time\",\"series_interval\":\"1m\",\"value_template\":\"\",\"split_filters\":[{\"filter\":\"Filter Bytes Test:>100\",\"label\":\"\",\"color\":\"#68BC00\",\"id\":\"39a107e0-4194-11e8-a461-7d278185cba4\"}]},{\"id\":\"4fd5b150-4194-11e8-a461-7d278185cba4\",\"color\":\"#68BC00\",\"split_mode\":\"everything\",\"metrics\":[{\"id\":\"4fd5b151-4194-11e8-a461-7d278185cba4\",\"type\":\"avg\",\"field\":\"bytes\"}],\"seperate_axis\":0,\"axis_position\":\"right\",\"formatter\":\"number\",\"chart_type\":\"line\",\"line_width\":1,\"point_size\":1,\"fill\":0.5,\"stacked\":\"none\",\"filter\":\"Filter Bytes Test:>3000\"}],\"time_field\":\"@timestamp\",\"index_pattern\":\"logstash-*\",\"interval\":\"auto\",\"axis_position\":\"left\",\"axis_formatter\":\"number\",\"show_legend\":1,\"show_grid\":1,\"background_color_rules\":[{\"id\":\"06893260-4194-11e8-a461-7d278185cba4\"}],\"bar_color_rules\":[{\"id\":\"36a0e740-4194-11e8-a461-7d278185cba4\"}]},\"aggs\":[]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:0ca8c600-4195-11e8-bb13-d53698fb349a", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-17T15:06:35.229Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{}" + }, + "title": "Filter Bytes Test: input control with filter", + "uiStateJSON": "{}", + "version": 1, + "visState": "{\"title\":\"Filter Bytes Test: input control with filter\",\"type\":\"input_control_vis\",\"params\":{\"controls\":[{\"id\":\"1523896850250\",\"indexPattern\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"fieldName\":\"bytes\",\"parent\":\"\",\"label\":\"Byte Options\",\"type\":\"list\",\"options\":{\"type\":\"terms\",\"multiselect\":true,\"size\":10,\"order\":\"desc\"}}],\"updateFiltersOnChange\":false,\"useTimeFilter\":false,\"pinFilters\":false},\"aggs\":[]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:039e4770-4194-11e8-bb13-d53698fb349a", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-17T15:06:35.220Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{}" + }, + "title": "Filter Bytes Test: tsvb time series with bytes filter split by clientip", + "uiStateJSON": "{}", + "version": 1, + "visState": "{\"title\":\"Filter Bytes Test: tsvb time series with bytes filter split by clientip\",\"type\":\"metrics\",\"params\":{\"id\":\"61ca57f0-469d-11e7-af02-69e470af7417\",\"type\":\"timeseries\",\"series\":[{\"id\":\"61ca57f1-469d-11e7-af02-69e470af7417\",\"color\":\"#68BC00\",\"split_mode\":\"terms\",\"metrics\":[{\"value\":\"\",\"id\":\"61ca57f2-469d-11e7-af02-69e470af7417\",\"type\":\"sum\",\"field\":\"bytes\"}],\"seperate_axis\":0,\"axis_position\":\"right\",\"formatter\":\"number\",\"chart_type\":\"line\",\"line_width\":1,\"point_size\":1,\"fill\":0.5,\"stacked\":\"none\",\"terms_field\":\"clientip\",\"filter\":\"Filter Bytes Test:>1000\"}],\"time_field\":\"@timestamp\",\"index_pattern\":\"logstash-*\",\"interval\":\"auto\",\"axis_position\":\"left\",\"axis_formatter\":\"number\",\"show_legend\":1,\"show_grid\":1},\"aggs\":[]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:760a9060-4190-11e8-bb13-d53698fb349a", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-17T15:06:35.235Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[{\"meta\":{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"negate\":false,\"disabled\":false,\"alias\":null,\"type\":\"phrase\",\"key\":\"geo.src\",\"value\":\"US\",\"params\":{\"query\":\"US\",\"type\":\"phrase\"}},\"query\":{\"match\":{\"geo.src\":{\"query\":\"US\",\"type\":\"phrase\"}}},\"$state\":{\"store\":\"appState\"}}],\"query\":{\"query\":\"\",\"language\":\"lucene\"}}" + }, + "title": "Filter Bytes Test: max bytes in US - area chart with filter", + "uiStateJSON": "{}", + "version": 1, + "visState": "{\"title\":\"Filter Bytes Test: max bytes in US - area chart with filter\",\"type\":\"area\",\"params\":{\"type\":\"area\",\"grid\":{\"categoryLines\":false,\"style\":{\"color\":\"#eee\"}},\"categoryAxes\":[{\"id\":\"CategoryAxis-1\",\"type\":\"category\",\"position\":\"bottom\",\"show\":true,\"style\":{},\"scale\":{\"type\":\"linear\"},\"labels\":{\"show\":true,\"truncate\":100},\"title\":{}}],\"valueAxes\":[{\"id\":\"ValueAxis-1\",\"name\":\"LeftAxis-1\",\"type\":\"value\",\"position\":\"left\",\"show\":true,\"style\":{},\"scale\":{\"type\":\"linear\",\"mode\":\"normal\"},\"labels\":{\"show\":true,\"rotate\":0,\"filter\":false,\"truncate\":100},\"title\":{\"text\":\"Max bytes\"}}],\"seriesParams\":[{\"show\":\"true\",\"type\":\"area\",\"mode\":\"stacked\",\"data\":{\"label\":\"Max bytes\",\"id\":\"1\"},\"drawLinesBetweenPoints\":true,\"showCircles\":true,\"interpolate\":\"linear\",\"valueAxis\":\"ValueAxis-1\"}],\"addTooltip\":true,\"addLegend\":true,\"legendPosition\":\"right\",\"times\":[],\"addTimeMarker\":false},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"max\",\"schema\":\"metric\",\"params\":{\"field\":\"bytes\"}},{\"id\":\"2\",\"enabled\":true,\"type\":\"date_histogram\",\"schema\":\"segment\",\"params\":{\"field\":\"@timestamp\",\"interval\":\"auto\",\"customInterval\":\"2h\",\"min_doc_count\":1,\"extended_bounds\":{}}}]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:b3e70d00-4190-11e8-bb13-d53698fb349a", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-17T15:06:35.236Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[],\"query\":{\"query\":\"\",\"language\":\"lucene\"}}" + }, + "title": "Filter Bytes Test: standard deviation heatmap with other bucket", + "uiStateJSON": "{\"vis\":{\"defaultColors\":{\"-4,000 - 1,000\":\"rgb(247,252,245)\",\"1,000 - 6,000\":\"rgb(199,233,192)\",\"6,000 - 11,000\":\"rgb(116,196,118)\",\"11,000 - 16,000\":\"rgb(35,139,69)\"}}}", + "version": 1, + "visState": "{\"title\":\"Filter Bytes Test: standard deviation heatmap with other bucket\",\"type\":\"heatmap\",\"params\":{\"type\":\"heatmap\",\"addTooltip\":true,\"addLegend\":true,\"enableHover\":false,\"legendPosition\":\"right\",\"times\":[],\"colorsNumber\":4,\"colorSchema\":\"Greens\",\"setColorRange\":false,\"colorsRange\":[],\"invertColors\":false,\"percentageMode\":false,\"valueAxes\":[{\"show\":false,\"id\":\"ValueAxis-1\",\"type\":\"value\",\"scale\":{\"type\":\"linear\",\"defaultYExtents\":false},\"labels\":{\"show\":false,\"rotate\":0,\"overwriteColor\":false,\"color\":\"#555\"}}]},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"std_dev\",\"schema\":\"metric\",\"params\":{\"field\":\"bytes\"}},{\"id\":\"2\",\"enabled\":true,\"type\":\"terms\",\"schema\":\"segment\",\"params\":{\"field\":\"geo.src\",\"otherBucket\":true,\"otherBucketLabel\":\"Other\",\"missingBucket\":false,\"missingBucketLabel\":\"Missing\",\"size\":10,\"order\":\"desc\",\"orderBy\":\"_term\"}}]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:c10c6b00-4191-11e8-bb13-d53698fb349a", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-17T15:06:36.267Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[],\"query\":{\"query\":\"\",\"language\":\"lucene\"}}" + }, + "title": "Filter Bytes Test: max bytes guage percent mode", + "uiStateJSON": "{\"vis\":{\"defaultColors\":{\"0 - 1\":\"rgb(0,104,55)\",\"1 - 15\":\"rgb(255,255,190)\",\"15 - 100\":\"rgb(165,0,38)\"}}}", + "version": 1, + "visState": "{\"title\":\"Filter Bytes Test: max bytes guage percent mode\",\"type\":\"gauge\",\"params\":{\"type\":\"gauge\",\"addTooltip\":true,\"addLegend\":true,\"isDisplayWarning\":false,\"gauge\":{\"verticalSplit\":false,\"extendRange\":true,\"percentageMode\":true,\"gaugeType\":\"Arc\",\"gaugeStyle\":\"Full\",\"backStyle\":\"Full\",\"orientation\":\"vertical\",\"colorSchema\":\"Green to Red\",\"gaugeColorMode\":\"Labels\",\"colorsRange\":[{\"from\":0,\"to\":500},{\"from\":500,\"to\":7500},{\"from\":7500,\"to\":50000}],\"invertColors\":false,\"labels\":{\"show\":true,\"color\":\"black\"},\"scale\":{\"show\":true,\"labels\":false,\"color\":\"#333\"},\"type\":\"meter\",\"style\":{\"bgWidth\":0.9,\"width\":0.9,\"mask\":false,\"bgMask\":false,\"maskBars\":50,\"bgFill\":\"#eee\",\"bgColor\":false,\"subText\":\"Im subtext\",\"fontSize\":60,\"labelColor\":true}}},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"max\",\"schema\":\"metric\",\"params\":{\"field\":\"bytes\"}}]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:03d2afd0-4192-11e8-bb13-d53698fb349a", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-17T15:06:36.269Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[],\"query\":{\"query\":\"\",\"language\":\"lucene\"}}" + }, + "title": "Filter Bytes Test: Goal unique count", + "uiStateJSON": "{\"vis\":{\"defaultColors\":{\"0 - 10000\":\"rgb(0,104,55)\"}}}", + "version": 1, + "visState": "{\"title\":\"Filter Bytes Test: Goal unique count\",\"type\":\"goal\",\"params\":{\"addTooltip\":true,\"addLegend\":false,\"isDisplayWarning\":false,\"type\":\"gauge\",\"gauge\":{\"verticalSplit\":false,\"autoExtend\":false,\"percentageMode\":false,\"gaugeType\":\"Arc\",\"gaugeStyle\":\"Full\",\"backStyle\":\"Full\",\"orientation\":\"vertical\",\"useRanges\":false,\"colorSchema\":\"Green to Red\",\"gaugeColorMode\":\"None\",\"colorsRange\":[{\"from\":0,\"to\":10000}],\"invertColors\":false,\"labels\":{\"show\":true,\"color\":\"black\"},\"scale\":{\"show\":false,\"labels\":false,\"color\":\"#333\",\"width\":2},\"type\":\"meter\",\"style\":{\"bgFill\":\"#000\",\"bgColor\":false,\"labelColor\":false,\"subText\":\"\",\"fontSize\":60}}},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"cardinality\",\"schema\":\"metric\",\"params\":{\"field\":\"bytes\"}}]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:7ff2c4c0-4191-11e8-bb13-d53698fb349a", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-17T15:06:36.270Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[],\"query\":{\"query\":\"\",\"language\":\"lucene\"}}" + }, + "title": "Filter Bytes Test: Data table top hit with significant terms geo.src", + "uiStateJSON": "{\"vis\":{\"params\":{\"sort\":{\"columnIndex\":null,\"direction\":null}}}}", + "version": 1, + "visState": "{\"title\":\"Filter Bytes Test: Data table top hit with significant terms geo.src\",\"type\":\"table\",\"params\":{\"perPage\":10,\"showPartialRows\":false,\"showMeticsAtAllLevels\":false,\"sort\":{\"columnIndex\":null,\"direction\":null},\"showTotal\":false,\"totalFunc\":\"sum\"},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"top_hits\",\"schema\":\"metric\",\"params\":{\"field\":\"bytes\",\"aggregate\":\"average\",\"size\":1,\"sortField\":\"@timestamp\",\"sortOrder\":\"desc\"}},{\"id\":\"2\",\"enabled\":true,\"type\":\"significant_terms\",\"schema\":\"bucket\",\"params\":{\"field\":\"geo.src\",\"size\":10}}]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:df72ad40-4194-11e8-bb13-d53698fb349a", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-17T15:06:36.276Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[{\"meta\":{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"negate\":true,\"disabled\":false,\"alias\":null,\"type\":\"phrase\",\"key\":\"bytes\",\"value\":\"0\",\"params\":{\"query\":0,\"type\":\"phrase\"}},\"query\":{\"match\":{\"bytes\":{\"query\":0,\"type\":\"phrase\"}}},\"$state\":{\"store\":\"appState\"}}],\"query\":{\"query\":\"\",\"language\":\"lucene\"}}" + }, + "title": "Filter Bytes Test: tag cloud with not 0 bytes filter", + "uiStateJSON": "{}", + "version": 1, + "visState": "{\"title\":\"Filter Bytes Test: tag cloud with not 0 bytes filter\",\"type\":\"tagcloud\",\"params\":{\"scale\":\"linear\",\"orientation\":\"single\",\"minFontSize\":18,\"maxFontSize\":72,\"showLabel\":true},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"count\",\"schema\":\"metric\",\"params\":{}},{\"id\":\"2\",\"enabled\":true,\"type\":\"terms\",\"schema\":\"segment\",\"params\":{\"field\":\"bytes\",\"otherBucket\":false,\"otherBucketLabel\":\"Other\",\"missingBucket\":false,\"missingBucketLabel\":\"Missing\",\"size\":5,\"order\":\"desc\",\"orderBy\":\"1\"}}]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:63983430-4192-11e8-bb13-d53698fb349a", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-17T15:06:36.275Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[{\"meta\":{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"negate\":false,\"disabled\":false,\"alias\":null,\"type\":\"phrase\",\"key\":\"geo.src\",\"value\":\"US\",\"params\":{\"query\":\"US\",\"type\":\"phrase\"}},\"query\":{\"match\":{\"geo.src\":{\"query\":\"US\",\"type\":\"phrase\"}}},\"$state\":{\"store\":\"appState\"}}],\"query\":{\"query\":\"Filter Bytes Test:>5000\",\"language\":\"lucene\"}}" + }, + "title": "Filter Bytes Test: geo map with filter and query bytes > 5000 in US geo.src, heatmap setting", + "uiStateJSON": "{\"mapZoom\":7,\"mapCenter\":[42.98857645832184,-75.49804687500001]}", + "version": 1, + "visState": "{\"title\":\"Filter Bytes Test: geo map with filter and query bytes > 5000 in US geo.src, heatmap setting\",\"type\":\"tile_map\",\"params\":{\"mapType\":\"Heatmap\",\"isDesaturated\":true,\"addTooltip\":true,\"heatClusterSize\":1.5,\"legendPosition\":\"bottomright\",\"mapZoom\":2,\"mapCenter\":[0,0],\"wms\":{\"enabled\":false,\"options\":{\"format\":\"image/png\",\"transparent\":true},\"baseLayersAreLoaded\":{},\"tmsLayers\":[{\"id\":\"road_map\",\"url\":\"https://tiles-stage.elastic.co/v2/default/{z}/{x}/{y}.png?elastic_tile_service_tos=agree&my_app_name=kibana&my_app_version=6.3.0\",\"minZoom\":0,\"maxZoom\":10,\"attribution\":\"

© OpenStreetMap contributors | Elastic Maps Service

\",\"subdomains\":[]}],\"selectedTmsLayer\":{\"id\":\"road_map\",\"url\":\"https://tiles-stage.elastic.co/v2/default/{z}/{x}/{y}.png?elastic_tile_service_tos=agree&my_app_name=kibana&my_app_version=6.3.0\",\"minZoom\":0,\"maxZoom\":10,\"attribution\":\"

© OpenStreetMap contributors | Elastic Maps Service

\",\"subdomains\":[]}}},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"count\",\"schema\":\"metric\",\"params\":{}},{\"id\":\"2\",\"enabled\":true,\"type\":\"geohash_grid\",\"schema\":\"segment\",\"params\":{\"field\":\"geo.coordinates\",\"autoPrecision\":true,\"isFilteredByCollar\":true,\"useGeocentroid\":true,\"precision\":4}}]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "search:be5accf0-3dca-11e8-8660-4d65aa086b3c", + "index": ".kibana", + "source": { + "search": { + "columns": [ + "agent", + "bytes", + "clientip" + ], + "description": "", + "hits": 0, + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"highlightAll\":true,\"version\":true,\"query\":{\"language\":\"lucene\",\"query\":\"\"},\"filter\":[]}" + }, + "sort": [ + "@timestamp", + "desc" + ], + "title": "Rendering Test: saved search", + "version": 1 + }, + "type": "search", + "updated_at": "2018-04-17T15:09:39.805Z" + } + } +} + +{ + "type": "doc", + "value": { + "id": "search:ca5ada40-3dca-11e8-8660-4d65aa086b3c", + "index": ".kibana", + "source": { + "search": { + "columns": [ + "agent", + "bytes", + "clientip" + ], + "description": "", + "hits": 0, + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"highlightAll\":true,\"version\":true,\"query\":{\"language\":\"lucene\",\"query\":\"\"},\"filter\":[{\"meta\":{\"negate\":false,\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"type\":\"phrase\",\"key\":\"bytes\",\"value\":\"1,607\",\"params\":{\"query\":1607,\"type\":\"phrase\"},\"disabled\":false,\"alias\":null},\"query\":{\"match\":{\"bytes\":{\"query\":1607,\"type\":\"phrase\"}}},\"$state\":{\"store\":\"appState\"}}]}" + }, + "sort": [ + "@timestamp", + "desc" + ], + "title": "Filter Bytes Test: search with filter", + "version": 1 + }, + "type": "search", + "updated_at": "2018-04-17T15:09:55.976Z" + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:9bebe980-4192-11e8-bb13-d53698fb349a", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-17T15:59:42.648Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{}" + }, + "title": "Filter Bytes Test: timelion split 5 on bytes", + "uiStateJSON": "{}", + "version": 1, + "visState": "{\"title\":\"Filter Bytes Test: timelion split 5 on bytes\",\"type\":\"timelion\",\"params\":{\"expression\":\".es(*, split=bytes:5)\",\"interval\":\"auto\"},\"aggs\":[]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:1dcdfe30-4192-11e8-bb13-d53698fb349a", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-17T15:59:56.976Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[],\"query\":{\"query\":\"bytes:>100\",\"language\":\"lucene\"}}" + }, + "title": "Filter Bytes Test: min bytes metric with query", + "uiStateJSON": "{}", + "version": 1, + "visState": "{\"title\":\"Filter Bytes Test: min bytes metric with query\",\"type\":\"metric\",\"params\":{\"addTooltip\":true,\"addLegend\":false,\"type\":\"metric\",\"metric\":{\"percentageMode\":false,\"useRanges\":false,\"colorSchema\":\"Green to Red\",\"metricColorMode\":\"None\",\"colorsRange\":[{\"from\":0,\"to\":10000}],\"labels\":{\"show\":true},\"invertColors\":false,\"style\":{\"bgFill\":\"#000\",\"bgColor\":false,\"labelColor\":false,\"subText\":\"\",\"fontSize\":60}}},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"min\",\"schema\":\"metric\",\"params\":{\"field\":\"bytes\"}}]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:35417e50-4194-11e8-bb13-d53698fb349a", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-17T16:06:03.785Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{}" + }, + "title": "Filter Bytes Test: tsvb metric with custom interval and bytes filter", + "uiStateJSON": "{}", + "version": 1, + "visState": "{\"title\":\"Filter Bytes Test: tsvb metric with custom interval and bytes filter\",\"type\":\"metrics\",\"params\":{\"id\":\"61ca57f0-469d-11e7-af02-69e470af7417\",\"type\":\"metric\",\"series\":[{\"id\":\"61ca57f1-469d-11e7-af02-69e470af7417\",\"color\":\"#68BC00\",\"split_mode\":\"everything\",\"metrics\":[{\"value\":\"\",\"id\":\"61ca57f2-469d-11e7-af02-69e470af7417\",\"type\":\"sum\",\"field\":\"bytes\"}],\"seperate_axis\":0,\"axis_position\":\"right\",\"formatter\":\"number\",\"chart_type\":\"line\",\"line_width\":1,\"point_size\":1,\"fill\":0.5,\"stacked\":\"none\",\"terms_field\":\"clientip\",\"filter\":\"Filter Bytes Test:>1000\",\"override_index_pattern\":1,\"series_index_pattern\":\"logstash-*\",\"series_time_field\":\"utc_time\",\"series_interval\":\"1d\",\"value_template\":\"{{value}} custom template\"}],\"time_field\":\"@timestamp\",\"index_pattern\":\"logstash-*\",\"interval\":\"auto\",\"axis_position\":\"left\",\"axis_formatter\":\"number\",\"show_legend\":1,\"show_grid\":1,\"background_color_rules\":[{\"id\":\"06893260-4194-11e8-a461-7d278185cba4\"}]},\"aggs\":[]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:9fb4c670-4194-11e8-bb13-d53698fb349a", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-17T16:32:59.086Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{}" + }, + "title": "Filter Bytes Test: tsvb markdown", + "uiStateJSON": "{}", + "version": 1, + "visState": "{\"title\":\"Filter Bytes Test: tsvb markdown\",\"type\":\"metrics\",\"params\":{\"id\":\"61ca57f0-469d-11e7-af02-69e470af7417\",\"type\":\"markdown\",\"series\":[{\"id\":\"61ca57f1-469d-11e7-af02-69e470af7417\",\"color\":\"#68BC00\",\"split_mode\":\"filters\",\"metrics\":[{\"id\":\"482d6560-4194-11e8-a461-7d278185cba4\",\"type\":\"avg\",\"field\":\"bytes\"}],\"seperate_axis\":0,\"axis_position\":\"right\",\"formatter\":\"number\",\"chart_type\":\"line\",\"line_width\":1,\"point_size\":1,\"fill\":0.5,\"stacked\":\"none\",\"terms_field\":\"clientip\",\"filter\":\"Filter Bytes Test:>1000\",\"override_index_pattern\":0,\"series_index_pattern\":\"logstash-*\",\"series_time_field\":\"utc_time\",\"series_interval\":\"1m\",\"value_template\":\"\",\"split_filters\":[{\"filter\":\"bytes:>1000\",\"label\":\"\",\"color\":\"#68BC00\",\"id\":\"39a107e0-4194-11e8-a461-7d278185cba4\"}],\"label\":\"\",\"var_name\":\"\"}],\"time_field\":\"@timestamp\",\"index_pattern\":\"logstash-*\",\"interval\":\"auto\",\"axis_position\":\"left\",\"axis_formatter\":\"number\",\"show_legend\":1,\"show_grid\":1,\"background_color_rules\":[{\"id\":\"06893260-4194-11e8-a461-7d278185cba4\"}],\"bar_color_rules\":[{\"id\":\"36a0e740-4194-11e8-a461-7d278185cba4\"}],\"markdown\":\"{{bytes_1000.last.formatted}}\"},\"aggs\":[]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:584c0300-4191-11e8-bb13-d53698fb349a", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-17T18:36:30.315Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[],\"query\":{\"query\":\"bytes:>9000\",\"language\":\"lucene\"}}" + }, + "title": "Filter Bytes Test: split by geo with query", + "uiStateJSON": "{}", + "version": 1, + "visState": "{\"title\":\"Filter Bytes Test: split by geo with query\",\"type\":\"pie\",\"params\":{\"type\":\"pie\",\"addTooltip\":true,\"addLegend\":true,\"legendPosition\":\"right\",\"isDonut\":true,\"labels\":{\"show\":false,\"values\":true,\"last_level\":true,\"truncate\":100}},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"sum\",\"schema\":\"metric\",\"params\":{\"field\":\"bytes\"}},{\"id\":\"2\",\"enabled\":true,\"type\":\"terms\",\"schema\":\"segment\",\"params\":{\"field\":\"geo.src\",\"otherBucket\":false,\"otherBucketLabel\":\"Other\",\"missingBucket\":false,\"missingBucketLabel\":\"Missing\",\"size\":5,\"order\":\"desc\",\"orderBy\":\"1\"}}]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "config:7.0.0-alpha1", + "index": ".kibana", + "source": { + "config": { + "buildNum": null, + "dateFormat:tz": "UTC", + "defaultIndex": "0bf35f60-3dc9-11e8-8660-4d65aa086b3c", + "notifications:lifetime:banner": 3600000, + "notifications:lifetime:error": 3600000, + "notifications:lifetime:info": 3600000, + "notifications:lifetime:warning": 3600000 + }, + "type": "config", + "updated_at": "2018-04-17T19:25:03.632Z" + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:8090dcb0-4195-11e8-bb13-d53698fb349a", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-04-17T19:28:21.967Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{}" + }, + "title": "Filter Bytes Test: vega", + "uiStateJSON": "{}", + "version": 1, + "visState": "{\"title\":\"Filter Bytes Test: vega\",\"type\":\"vega\",\"params\":{\"spec\":\"{ \\nconfig: { kibana: { renderer: \\\"svg\\\" }},\\n/*\\n\\nWelcome to Vega visualizations. Here you can design your own dataviz from scratch using a declarative language called Vega, or its simpler form Vega-Lite. In Vega, you have the full control of what data is loaded, even from multiple sources, how that data is transformed, and what visual elements are used to show it. Use help icon to view Vega examples, tutorials, and other docs. Use the wrench icon to reformat this text, or to remove comments.\\n\\nThis example graph shows the document count in all indexes in the current time range. You might need to adjust the time filter in the upper right corner.\\n*/\\n\\n $schema: https://vega.github.io/schema/vega-lite/v2.json\\n title: Event counts from all indexes\\n\\n // Define the data source\\n data: {\\n url: {\\n/*\\nAn object instead of a string for the \\\"url\\\" param is treated as an Elasticsearch query. Anything inside this object is not part of the Vega language, but only understood by Kibana and Elasticsearch server. This query counts the number of documents per time interval, assuming you have a @timestamp field in your data.\\n\\nKibana has a special handling for the fields surrounded by \\\"%\\\". They are processed before the the query is sent to Elasticsearch. This way the query becomes context aware, and can use the time range and the dashboard filters.\\n*/\\n\\n // Apply dashboard context filters when set\\n %context%: true\\n // Filter the time picker (upper right corner) with this field\\n %timefield%: @timestamp\\n\\n/*\\nSee .search() documentation for : https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/api-reference.html#api-search\\n*/\\n\\n // Which index to search\\n index: _all\\n // Aggregate data by the time field into time buckets, counting the number of documents in each bucket.\\n body: {\\n aggs: {\\n time_buckets: {\\n date_histogram: {\\n // Use date histogram aggregation on @timestamp field\\n field: @timestamp\\n // The interval value will depend on the daterange picker (true), or use an integer to set an approximate bucket count\\n interval: {%autointerval%: true}\\n // Make sure we get an entire range, even if it has no data\\n extended_bounds: {\\n // Use the current time range's start and end\\n min: {%timefilter%: \\\"min\\\"}\\n max: {%timefilter%: \\\"max\\\"}\\n }\\n // Use this for linear (e.g. line, area) graphs. Without it, empty buckets will not show up\\n min_doc_count: 0\\n }\\n }\\n }\\n // Speed up the response by only including aggregation results\\n size: 0\\n }\\n }\\n/*\\nElasticsearch will return results in this format:\\n\\naggregations: {\\n time_buckets: {\\n buckets: [\\n {\\n key_as_string: 2015-11-30T22:00:00.000Z\\n key: 1448920800000\\n doc_count: 0\\n },\\n {\\n key_as_string: 2015-11-30T23:00:00.000Z\\n key: 1448924400000\\n doc_count: 0\\n }\\n ...\\n ]\\n }\\n}\\n\\nFor our graph, we only need the list of bucket values. Use the format.property to discard everything else.\\n*/\\n format: {property: \\\"aggregations.time_buckets.buckets\\\"}\\n }\\n\\n // \\\"mark\\\" is the graphics element used to show our data. Other mark values are: area, bar, circle, line, point, rect, rule, square, text, and tick. See https://vega.github.io/vega-lite/docs/mark.html\\n mark: line\\n\\n // \\\"encoding\\\" tells the \\\"mark\\\" what data to use and in what way. See https://vega.github.io/vega-lite/docs/encoding.html\\n encoding: {\\n x: {\\n // The \\\"key\\\" value is the timestamp in milliseconds. Use it for X axis.\\n field: key\\n type: temporal\\n axis: {title: false} // Customize X axis format\\n }\\n y: {\\n // The \\\"doc_count\\\" is the count per bucket. Use it for Y axis.\\n field: doc_count\\n type: quantitative\\n axis: {title: \\\"Document count\\\"}\\n }\\n }\\n}\\n\"},\"aggs\":[]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "config:6.2.4", + "index": ".kibana", + "source": { + "config": { + "buildNum": 16627, + "defaultIndex": "0bf35f60-3dc9-11e8-8660-4d65aa086b3c", + "xPackMonitoring:showBanner": false + }, + "type": "config", + "updated_at": "2018-05-09T20:50:57.021Z" + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:edb65990-53ca-11e8-b481-c9426d020fcd", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-05-09T20:52:47.144Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"index\":\"a0f483a0-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[],\"query\":{\"query\":\"\",\"language\":\"lucene\"}}" + }, + "title": "table created in 6_2", + "uiStateJSON": "{\"vis\":{\"params\":{\"sort\":{\"columnIndex\":null,\"direction\":null}}}}", + "version": 1, + "visState": "{\"title\":\"table created in 6_2\",\"type\":\"table\",\"params\":{\"perPage\":10,\"showPartialRows\":false,\"showMeticsAtAllLevels\":false,\"sort\":{\"columnIndex\":null,\"direction\":null},\"showTotal\":false,\"totalFunc\":\"sum\"},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"count\",\"schema\":\"metric\",\"params\":{}},{\"id\":\"2\",\"enabled\":true,\"type\":\"terms\",\"schema\":\"bucket\",\"params\":{\"field\":\"weightLbs\",\"otherBucket\":false,\"otherBucketLabel\":\"Other\",\"missingBucket\":false,\"missingBucketLabel\":\"Missing\",\"size\":5,\"order\":\"desc\",\"orderBy\":\"1\"}},{\"id\":\"3\",\"enabled\":true,\"type\":\"terms\",\"schema\":\"bucket\",\"params\":{\"field\":\"animal.keyword\",\"otherBucket\":false,\"otherBucketLabel\":\"Other\",\"missingBucket\":false,\"missingBucketLabel\":\"Missing\",\"size\":5,\"order\":\"desc\",\"orderBy\":\"1\"}}]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:0644f890-53cb-11e8-b481-c9426d020fcd", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2018-05-09T20:53:28.345Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"index\":\"a0f483a0-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[],\"query\":{\"query\":\"weightLbs:>10\",\"language\":\"lucene\"}}" + }, + "title": "Weight in lbs pie created in 6.2", + "uiStateJSON": "{}", + "version": 1, + "visState": "{\"title\":\"Weight in lbs pie created in 6.2\",\"type\":\"pie\",\"params\":{\"type\":\"pie\",\"addTooltip\":true,\"addLegend\":true,\"legendPosition\":\"right\",\"isDonut\":true,\"labels\":{\"show\":false,\"values\":true,\"last_level\":true,\"truncate\":100}},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"count\",\"schema\":\"metric\",\"params\":{}},{\"id\":\"2\",\"enabled\":true,\"type\":\"terms\",\"schema\":\"segment\",\"params\":{\"field\":\"weightLbs\",\"otherBucket\":false,\"otherBucketLabel\":\"Other\",\"missingBucket\":false,\"missingBucketLabel\":\"Missing\",\"size\":5,\"order\":\"desc\",\"orderBy\":\"1\"}}]}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "dashboard:1b2f47b0-53cb-11e8-b481-c9426d020fcd", + "index": ".kibana", + "source": { + "dashboard": { + "description": "", + "hits": 0, + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"query\":{\"language\":\"lucene\",\"query\":\"weightLbs:>15\"},\"filter\":[{\"meta\":{\"index\":\"a0f483a0-3dc9-11e8-8660-4d65aa086b3c\",\"field\":\"isDog\",\"negate\":false,\"disabled\":false,\"alias\":null,\"type\":\"phrase\",\"key\":\"isDog\",\"value\":\"true\",\"params\":{\"value\":true}},\"script\":{\"script\":{\"inline\":\"boolean compare(Supplier s, def v) {return s.get() == v;}compare(() -> { return doc['animal.keyword'].value == 'dog' }, params.value);\",\"lang\":\"painless\",\"params\":{\"value\":true}}},\"$state\":{\"store\":\"appState\"}}],\"highlightAll\":true,\"version\":true}" + }, + "optionsJSON": "{\"darkTheme\":false,\"hidePanelTitles\":false,\"useMargins\":true}", + "panelsJSON": "[{\"gridData\":{\"h\":3,\"i\":\"4\",\"w\":6,\"x\":6,\"y\":0},\"id\":\"edb65990-53ca-11e8-b481-c9426d020fcd\",\"panelIndex\":\"4\",\"type\":\"visualization\",\"version\":\"6.2.4\"},{\"gridData\":{\"w\":6,\"h\":3,\"x\":0,\"y\":0,\"i\":\"5\"},\"version\":\"6.2.4\",\"panelIndex\":\"5\",\"type\":\"visualization\",\"id\":\"0644f890-53cb-11e8-b481-c9426d020fcd\"}]", + "refreshInterval": { + "display": "Off", + "pause": false, + "value": 0 + }, + "timeFrom": "Mon Apr 09 2018 17:56:08 GMT-0400", + "timeRestore": true, + "timeTo": "Wed Apr 11 2018 17:56:08 GMT-0400", + "title": "Animal Weights (created in 6.2)", + "version": 1 + }, + "type": "dashboard", + "updated_at": "2018-05-09T20:54:03.435Z" + } + } +} + +{ + "type": "doc", + "value": { + "id": "index-pattern:a0f483a0-3dc9-11e8-8660-4d65aa086b3c", + "index": ".kibana", + "source": { + "index-pattern": { + "fieldFormatMap": "{\"weightLbs\":{\"id\":\"number\",\"params\":{\"pattern\":\"0,0.0\"}},\"is_dog\":{\"id\":\"boolean\"},\"isDog\":{\"id\":\"boolean\"}}", + "fields": "[{\"name\":\"@timestamp\",\"type\":\"date\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"_id\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":false},{\"name\":\"_index\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":false},{\"name\":\"_score\",\"type\":\"number\",\"count\":0,\"scripted\":false,\"searchable\":false,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"_source\",\"type\":\"_source\",\"count\":0,\"scripted\":false,\"searchable\":false,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"_type\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":false},{\"name\":\"animal\",\"type\":\"string\",\"count\":3,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"animal.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"name\",\"type\":\"string\",\"count\":1,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"name.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"sound\",\"type\":\"string\",\"count\":2,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"sound.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"weightLbs\",\"type\":\"number\",\"count\":2,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"isDog\",\"type\":\"boolean\",\"count\":0,\"scripted\":true,\"script\":\"return doc['animal.keyword'].value == 'dog'\",\"lang\":\"painless\",\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":false}]", + "timeFieldName": "@timestamp", + "title": "animals-*" + }, + "type": "index-pattern", + "updated_at": "2018-05-09T20:55:44.314Z" + } + } +} + +{ + "type": "doc", + "value": { + "id": "search:6351c590-53cb-11e8-b481-c9426d020fcd", + "index": ".kibana", + "source": { + "search": { + "columns": [ + "animal", + "sound", + "weightLbs" + ], + "description": "", + "hits": 0, + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"index\":\"a0f483a0-3dc9-11e8-8660-4d65aa086b3c\",\"highlightAll\":true,\"version\":true,\"query\":{\"language\":\"lucene\",\"query\":\"weightLbs:>10\"},\"filter\":[{\"meta\":{\"index\":\"a0f483a0-3dc9-11e8-8660-4d65aa086b3c\",\"negate\":false,\"disabled\":false,\"alias\":null,\"type\":\"phrase\",\"key\":\"sound.keyword\",\"value\":\"growl\",\"params\":{\"query\":\"growl\",\"type\":\"phrase\"}},\"query\":{\"match\":{\"sound.keyword\":{\"query\":\"growl\",\"type\":\"phrase\"}}},\"$state\":{\"store\":\"appState\"}}]}" + }, + "sort": [ + "@timestamp", + "desc" + ], + "title": "Search created in 6.2", + "version": 1 + }, + "type": "search", + "updated_at": "2018-05-09T20:56:04.457Z" + } + } +} + +{ + "type": "doc", + "value": { + "id": "visualization:47b5cf60-9e93-11ea-853e-adc0effaf76d", + "index": ".kibana", + "source": { + "type": "visualization", + "updated_at": "2020-05-25T15:16:27.743Z", + "visualization": { + "description": "", + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"index\":\"1b1789d0-9e93-11ea-853e-adc0effaf76d\"}" + }, + "title": "vis with missing index pattern", + "uiStateJSON": "{}", + "version": 1, + "visState": "{\"type\":\"pie\",\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"count\",\"schema\":\"metric\",\"params\":{}}],\"params\":{\"type\":\"pie\",\"addTooltip\":true,\"addLegend\":true,\"legendPosition\":\"right\",\"isDonut\":true,\"labels\":{\"show\":false,\"values\":true,\"last_level\":true,\"truncate\":100}},\"title\":\"vis with missing index pattern\"}" + } + } + } +} + +{ + "type": "doc", + "value": { + "id": "dashboard:502e63a0-9e93-11ea-853e-adc0effaf76d", + "index": ".kibana", + "source": { + "dashboard": { + "description": "", + "hits": 0, + "kibanaSavedObjectMeta": { + "searchSourceJSON": "{\"query\":{\"language\":\"kuery\",\"query\":\"\"},\"filter\":[]}" + }, + "optionsJSON": "{\"hidePanelTitles\":false,\"useMargins\":true}", + "panelsJSON": "[{\"version\":\"6.3.0\",\"gridData\":{\"x\":0,\"y\":0,\"w\":24,\"h\":15,\"i\":\"6cfbe6cc-1872-4cb4-9455-a02eeb75127e\"},\"panelIndex\":\"6cfbe6cc-1872-4cb4-9455-a02eeb75127e\",\"embeddableConfig\":{},\"type\":\"visualization\",\"id\":\"47b5cf60-9e93-11ea-853e-adc0effaf76d\"}]", + "timeRestore": false, + "title": "dashboard with missing index pattern", + "version": 1 + }, + "type": "dashboard", + "updated_at": "2020-05-25T15:16:27.743Z" + } + } +} diff --git a/test/functional/fixtures/es_archiver/dashboard/current/kibana/data.json.gz b/test/functional/fixtures/es_archiver/dashboard/current/kibana/data.json.gz deleted file mode 100644 index 767d27fb325df94e1951a008cd1c23b136f8cfc4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 16094 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 diff --git a/test/functional/services/common/browser.ts b/test/functional/services/common/browser.ts index 46d57f030937b..634991fd45b73 100644 --- a/test/functional/services/common/browser.ts +++ b/test/functional/services/common/browser.ts @@ -409,6 +409,21 @@ export async function BrowserProvider({ getService }: FtrProviderContext) { return await driver.getAllWindowHandles(); } + /** + * Switches driver to specific browser tab by index + * + * @param {string} tabIndex + * @param {string} value + * @return {Promise} + */ + public async switchTab(tabIndex: number) { + const tabs = await driver.getAllWindowHandles(); + if (tabs.length <= tabIndex) { + throw new Error(`Out of existing tabs bounds`); + } + await driver.switchTo().window(tabs[tabIndex]); + } + /** * Sets a value in local storage for the focused window/frame. * From e39f5b25d279d618f3a6a8d91eb1f1e7182eb36e Mon Sep 17 00:00:00 2001 From: Anton Dosov Date: Mon, 25 May 2020 17:37:21 +0200 Subject: [PATCH 3/6] gz --- .../dashboard/current/kibana/data.json | 1976 ----------------- .../dashboard/current/kibana/data.json.gz | Bin 0 -> 16538 bytes 2 files changed, 1976 deletions(-) delete mode 100644 test/functional/fixtures/es_archiver/dashboard/current/kibana/data.json create mode 100644 test/functional/fixtures/es_archiver/dashboard/current/kibana/data.json.gz diff --git a/test/functional/fixtures/es_archiver/dashboard/current/kibana/data.json b/test/functional/fixtures/es_archiver/dashboard/current/kibana/data.json deleted file mode 100644 index cc5346823bf95..0000000000000 --- a/test/functional/fixtures/es_archiver/dashboard/current/kibana/data.json +++ /dev/null @@ -1,1976 +0,0 @@ -{ - "type": "doc", - "value": { - "id": "search:a16d1990-3dca-11e8-8660-4d65aa086b3c", - "index": ".kibana", - "source": { - "search": { - "columns": [ - "animal", - "isDog", - "name", - "sound", - "weightLbs" - ], - "description": "", - "hits": 0, - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"index\":\"a0f483a0-3dc9-11e8-8660-4d65aa086b3c\",\"highlightAll\":true,\"version\":true,\"query\":{\"language\":\"lucene\",\"query\":\"weightLbs:>40\"},\"filter\":[]}" - }, - "sort": [ - "weightLbs", - "desc" - ], - "title": "animal weights", - "version": 1 - }, - "type": "search", - "updated_at": "2018-04-11T20:55:26.317Z" - } - } -} - -{ - "type": "doc", - "value": { - "id": "config:6.3.0", - "index": ".kibana", - "source": { - "config": { - "buildNum": 8467, - "defaultIndex": "0bf35f60-3dc9-11e8-8660-4d65aa086b3c" - }, - "type": "config", - "updated_at": "2018-04-11T20:43:55.434Z" - } - } -} - -{ - "type": "doc", - "value": { - "id": "dashboard:61c58ad0-3dd3-11e8-b2b9-5d5dc1715159", - "index": ".kibana", - "source": { - "dashboard": { - "description": "", - "hits": 0, - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[{\"meta\":{\"index\":\"a0f483a0-3dc9-11e8-8660-4d65aa086b3c\",\"negate\":false,\"disabled\":false,\"alias\":null,\"type\":\"phrase\",\"key\":\"animal\",\"value\":\"dog\",\"params\":{\"query\":\"dog\",\"type\":\"phrase\"}},\"query\":{\"match\":{\"animal\":{\"query\":\"dog\",\"type\":\"phrase\"}}},\"$state\":{\"store\":\"appState\"}}],\"highlightAll\":true,\"version\":true}" - }, - "optionsJSON": "{\"darkTheme\":false,\"useMargins\":true,\"hidePanelTitles\":false}", - "panelsJSON": "[{\"gridData\":{\"w\":24,\"h\":15,\"x\":0,\"y\":0,\"i\":\"1\"},\"version\":\"6.3.0\",\"panelIndex\":\"1\",\"type\":\"visualization\",\"id\":\"50643b60-3dd3-11e8-b2b9-5d5dc1715159\",\"embeddableConfig\":{}},{\"gridData\":{\"w\":24,\"h\":15,\"x\":24,\"y\":0,\"i\":\"2\"},\"version\":\"6.3.0\",\"panelIndex\":\"2\",\"type\":\"search\",\"id\":\"a16d1990-3dca-11e8-8660-4d65aa086b3c\",\"embeddableConfig\":{}}]", - "refreshInterval": { - "display": "Off", - "pause": false, - "value": 0 - }, - "timeFrom": "Mon Apr 09 2018 17:56:08 GMT-0400", - "timeRestore": true, - "timeTo": "Wed Apr 11 2018 17:56:08 GMT-0400", - "title": "dashboard with filter", - "version": 1 - }, - "type": "dashboard", - "updated_at": "2018-04-11T21:57:52.253Z" - } - } -} - -{ - "type": "doc", - "value": { - "id": "dashboard:2ae34a60-3dd4-11e8-b2b9-5d5dc1715159", - "index": ".kibana", - "source": { - "dashboard": { - "description": "", - "hits": 0, - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" - }, - "optionsJSON": "{\"darkTheme\":false,\"useMargins\":true,\"hidePanelTitles\":false}", - "panelsJSON": "[{\"gridData\":{\"w\":24,\"h\":15,\"x\":0,\"y\":0,\"i\":\"1\"},\"version\":\"6.3.0\",\"panelIndex\":\"1\",\"type\":\"visualization\",\"id\":\"145ced90-3dcb-11e8-8660-4d65aa086b3c\",\"embeddableConfig\":{}},{\"gridData\":{\"w\":24,\"h\":15,\"x\":24,\"y\":0,\"i\":\"2\"},\"version\":\"6.3.0\",\"panelIndex\":\"2\",\"type\":\"visualization\",\"id\":\"e2023110-3dcb-11e8-8660-4d65aa086b3c\",\"embeddableConfig\":{}}]", - "timeRestore": false, - "title": "couple panels", - "version": 1 - }, - "type": "dashboard", - "updated_at": "2018-04-11T22:03:29.670Z" - } - } -} - -{ - "type": "doc", - "value": { - "id": "dashboard:76d03330-3dd3-11e8-b2b9-5d5dc1715159", - "index": ".kibana", - "source": { - "dashboard": { - "description": "and_descriptions_has_underscores", - "hits": 0, - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" - }, - "optionsJSON": "{\"darkTheme\":false,\"useMargins\":true,\"hidePanelTitles\":false}", - "panelsJSON": "[]", - "timeRestore": false, - "title": "dashboard_with_underscores", - "version": 1 - }, - "type": "dashboard", - "updated_at": "2018-04-11T21:58:27.555Z" - } - } -} - -{ - "type": "doc", - "value": { - "id": "dashboard:9b780cd0-3dd3-11e8-b2b9-5d5dc1715159", - "index": ".kibana", - "source": { - "dashboard": { - "description": "", - "hits": 0, - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" - }, - "optionsJSON": "{\"darkTheme\":false,\"useMargins\":true,\"hidePanelTitles\":false}", - "panelsJSON": "[]", - "timeRestore": false, - "title": "* hi & $%!!@# 漢字 ^--=++[]{};'~`~<>?,./:\";'\\|\\\\ special chars", - "version": 1 - }, - "type": "dashboard", - "updated_at": "2018-04-11T22:00:07.322Z" - } - } -} - -{ - "type": "doc", - "value": { - "id": "dashboard:6c0b16e0-3dd3-11e8-b2b9-5d5dc1715159", - "index": ".kibana", - "source": { - "dashboard": { - "description": "", - "hits": 0, - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" - }, - "optionsJSON": "{\"darkTheme\":false,\"useMargins\":true,\"hidePanelTitles\":false}", - "panelsJSON": "[]", - "timeRestore": false, - "title": "dashboard-name-has-dashes", - "version": 1 - }, - "type": "dashboard", - "updated_at": "2018-04-11T21:58:09.486Z" - } - } -} - -{ - "type": "doc", - "value": { - "id": "dashboard:19523860-3dd4-11e8-b2b9-5d5dc1715159", - "index": ".kibana", - "source": { - "dashboard": { - "description": "", - "hits": 0, - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" - }, - "optionsJSON": "{\"darkTheme\":false,\"useMargins\":true,\"hidePanelTitles\":false}", - "panelsJSON": "[]", - "timeRestore": false, - "title": "im empty too", - "version": 1 - }, - "type": "dashboard", - "updated_at": "2018-04-11T22:03:00.198Z" - } - } -} - -{ - "type": "doc", - "value": { - "id": "dashboard:14616b50-3dd4-11e8-b2b9-5d5dc1715159", - "index": ".kibana", - "source": { - "dashboard": { - "description": "", - "hits": 0, - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" - }, - "optionsJSON": "{\"darkTheme\":false,\"useMargins\":true,\"hidePanelTitles\":false}", - "panelsJSON": "[]", - "timeRestore": false, - "title": "im empty", - "version": 1 - }, - "type": "dashboard", - "updated_at": "2018-04-11T22:02:51.909Z" - } - } -} - -{ - "type": "doc", - "value": { - "id": "dashboard:33bb8ad0-3dd4-11e8-b2b9-5d5dc1715159", - "index": ".kibana", - "source": { - "dashboard": { - "description": "", - "hits": 0, - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" - }, - "optionsJSON": "{\"darkTheme\":false,\"useMargins\":true,\"hidePanelTitles\":false}", - "panelsJSON": "[{\"panelIndex\":\"1\",\"gridData\":{\"x\":0,\"y\":0,\"w\":24,\"h\":15,\"i\":\"1\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"145ced90-3dcb-11e8-8660-4d65aa086b3c\",\"embeddableConfig\":{}},{\"panelIndex\":\"2\",\"gridData\":{\"x\":24,\"y\":0,\"w\":24,\"h\":15,\"i\":\"2\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"e2023110-3dcb-11e8-8660-4d65aa086b3c\",\"embeddableConfig\":{}},{\"panelIndex\":\"3\",\"gridData\":{\"x\":0,\"y\":15,\"w\":24,\"h\":15,\"i\":\"3\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"4b5d6ef0-3dcb-11e8-8660-4d65aa086b3c\",\"embeddableConfig\":{}}]", - "timeRestore": false, - "title": "few panels", - "version": 1 - }, - "type": "dashboard", - "updated_at": "2018-04-11T22:03:44.509Z" - } - } -} - -{ - "type": "doc", - "value": { - "id": "dashboard:60659030-3dd4-11e8-b2b9-5d5dc1715159", - "index": ".kibana", - "source": { - "dashboard": { - "description": "", - "hits": 0, - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" - }, - "optionsJSON": "{\"darkTheme\":false,\"useMargins\":true,\"hidePanelTitles\":false}", - "panelsJSON": "[]", - "timeRestore": false, - "title": "zz 2", - "version": 1 - }, - "type": "dashboard", - "updated_at": "2018-04-11T22:04:59.443Z" - } - } -} - -{ - "type": "doc", - "value": { - "id": "dashboard:65227c00-3dd4-11e8-b2b9-5d5dc1715159", - "index": ".kibana", - "source": { - "dashboard": { - "description": "", - "hits": 0, - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" - }, - "optionsJSON": "{\"darkTheme\":false,\"useMargins\":true,\"hidePanelTitles\":false}", - "panelsJSON": "[]", - "timeRestore": false, - "title": "zz 3", - "version": 1 - }, - "type": "dashboard", - "updated_at": "2018-04-11T22:05:07.392Z" - } - } -} - -{ - "type": "doc", - "value": { - "id": "dashboard:6803a2f0-3dd4-11e8-b2b9-5d5dc1715159", - "index": ".kibana", - "source": { - "dashboard": { - "description": "", - "hits": 0, - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" - }, - "optionsJSON": "{\"darkTheme\":false,\"useMargins\":true,\"hidePanelTitles\":false}", - "panelsJSON": "[]", - "timeRestore": false, - "title": "zz 4", - "version": 1 - }, - "type": "dashboard", - "updated_at": "2018-04-11T22:05:12.223Z" - } - } -} - -{ - "type": "doc", - "value": { - "id": "dashboard:6b18f940-3dd4-11e8-b2b9-5d5dc1715159", - "index": ".kibana", - "source": { - "dashboard": { - "description": "", - "hits": 0, - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" - }, - "optionsJSON": "{\"darkTheme\":false,\"useMargins\":true,\"hidePanelTitles\":false}", - "panelsJSON": "[]", - "timeRestore": false, - "title": "zz 5", - "version": 1 - }, - "type": "dashboard", - "updated_at": "2018-04-11T22:05:17.396Z" - } - } -} - -{ - "type": "doc", - "value": { - "id": "dashboard:6e12ff60-3dd4-11e8-b2b9-5d5dc1715159", - "index": ".kibana", - "source": { - "dashboard": { - "description": "", - "hits": 0, - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" - }, - "optionsJSON": "{\"darkTheme\":false,\"useMargins\":true,\"hidePanelTitles\":false}", - "panelsJSON": "[]", - "timeRestore": false, - "title": "zz 6", - "version": 1 - }, - "type": "dashboard", - "updated_at": "2018-04-11T22:05:22.390Z" - } - } -} - -{ - "type": "doc", - "value": { - "id": "dashboard:4f0fd980-3dd4-11e8-b2b9-5d5dc1715159", - "index": ".kibana", - "source": { - "dashboard": { - "description": "", - "hits": 0, - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" - }, - "optionsJSON": "{\"darkTheme\":false,\"useMargins\":true,\"hidePanelTitles\":false}", - "panelsJSON": "[]", - "timeRestore": false, - "title": "zz", - "version": 1 - }, - "type": "dashboard", - "updated_at": "2018-04-11T22:04:30.360Z" - } - } -} - -{ - "type": "doc", - "value": { - "id": "dashboard:3de0bda0-3dd4-11e8-b2b9-5d5dc1715159", - "index": ".kibana", - "source": { - "dashboard": { - "description": "", - "hits": 0, - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" - }, - "optionsJSON": "{\"darkTheme\":false,\"useMargins\":true,\"hidePanelTitles\":false}", - "panelsJSON": "[]", - "timeRestore": false, - "title": "1", - "version": 1 - }, - "type": "dashboard", - "updated_at": "2018-04-11T22:04:01.530Z" - } - } -} - -{ - "type": "doc", - "value": { - "id": "dashboard:46c8b580-3dd4-11e8-b2b9-5d5dc1715159", - "index": ".kibana", - "source": { - "dashboard": { - "description": "", - "hits": 0, - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" - }, - "optionsJSON": "{\"darkTheme\":false,\"useMargins\":true,\"hidePanelTitles\":false}", - "panelsJSON": "[]", - "timeRestore": false, - "title": "2", - "version": 1 - }, - "type": "dashboard", - "updated_at": "2018-04-11T22:04:16.472Z" - } - } -} - -{ - "type": "doc", - "value": { - "id": "dashboard:708fe640-3dd4-11e8-b2b9-5d5dc1715159", - "index": ".kibana", - "source": { - "dashboard": { - "description": "", - "hits": 0, - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" - }, - "optionsJSON": "{\"darkTheme\":false,\"useMargins\":true,\"hidePanelTitles\":false}", - "panelsJSON": "[]", - "timeRestore": false, - "title": "zz 7", - "version": 1 - }, - "type": "dashboard", - "updated_at": "2018-04-11T22:05:26.564Z" - } - } -} - -{ - "type": "doc", - "value": { - "id": "dashboard:7b8d50a0-3dd4-11e8-b2b9-5d5dc1715159", - "index": ".kibana", - "source": { - "dashboard": { - "description": "", - "hits": 0, - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" - }, - "optionsJSON": "{\"darkTheme\":false,\"useMargins\":true,\"hidePanelTitles\":false}", - "panelsJSON": "[]", - "timeRestore": false, - "title": "Hi i have a lot of words in my dashboard name! It's pretty long i wonder what it'll look like", - "version": 1 - }, - "type": "dashboard", - "updated_at": "2018-04-11T22:05:45.002Z" - } - } -} - -{ - "type": "doc", - "value": { - "id": "dashboard:7e42d3b0-3dd4-11e8-b2b9-5d5dc1715159", - "index": ".kibana", - "source": { - "dashboard": { - "description": "", - "hits": 0, - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" - }, - "optionsJSON": "{\"darkTheme\":false,\"useMargins\":true,\"hidePanelTitles\":false}", - "panelsJSON": "[]", - "timeRestore": false, - "title": "bye", - "version": 1 - }, - "type": "dashboard", - "updated_at": "2018-04-11T22:05:49.547Z" - } - } -} - -{ - "type": "doc", - "value": { - "id": "dashboard:846988b0-3dd4-11e8-b2b9-5d5dc1715159", - "index": ".kibana", - "source": { - "dashboard": { - "description": "", - "hits": 0, - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" - }, - "optionsJSON": "{\"darkTheme\":false,\"useMargins\":true,\"hidePanelTitles\":false}", - "panelsJSON": "[]", - "timeRestore": false, - "title": "last", - "version": 1 - }, - "type": "dashboard", - "updated_at": "2018-04-11T22:05:59.867Z" - } - } -} - -{ - "type": "doc", - "value": { - "id": "dashboard:cbd3bc30-3e5a-11e8-9fc3-39e49624228e", - "index": ".kibana", - "source": { - "dashboard": { - "description": "", - "hits": 0, - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"query\":{\"query\":\"weightLbs:<50\",\"language\":\"lucene\"},\"filter\":[{\"meta\":{\"index\":\"a0f483a0-3dc9-11e8-8660-4d65aa086b3c\",\"negate\":true,\"disabled\":false,\"alias\":null,\"type\":\"phrase\",\"key\":\"name.keyword\",\"value\":\"Fee Fee\",\"params\":{\"query\":\"Fee Fee\",\"type\":\"phrase\"}},\"query\":{\"match\":{\"name.keyword\":{\"query\":\"Fee Fee\",\"type\":\"phrase\"}}},\"$state\":{\"store\":\"appState\"}}],\"highlightAll\":true,\"version\":true}" - }, - "optionsJSON": "{\"darkTheme\":true,\"useMargins\":true,\"hidePanelTitles\":true}", - "panelsJSON": "[{\"panelIndex\":\"1\",\"gridData\":{\"x\":0,\"y\":0,\"w\":24,\"h\":15,\"i\":\"1\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"771b4f10-3e59-11e8-9fc3-39e49624228e\",\"embeddableConfig\":{}},{\"panelIndex\":\"2\",\"gridData\":{\"x\":24,\"y\":0,\"w\":24,\"h\":15,\"i\":\"2\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"befdb6b0-3e59-11e8-9fc3-39e49624228e\",\"embeddableConfig\":{}},{\"panelIndex\":\"3\",\"gridData\":{\"x\":0,\"y\":15,\"w\":24,\"h\":15,\"i\":\"3\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"4c0c3f90-3e5a-11e8-9fc3-39e49624228e\",\"embeddableConfig\":{}}]", - "timeRestore": false, - "title": "bug", - "version": 1 - }, - "type": "dashboard", - "updated_at": "2018-04-12T14:07:12.243Z" - } - } -} - -{ - "type": "doc", - "value": { - "id": "dashboard:5bac3a80-3e5b-11e8-9fc3-39e49624228e", - "index": ".kibana", - "source": { - "dashboard": { - "description": "dashboard with scripted filter, negated filter and query", - "hits": 0, - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"query\":{\"language\":\"lucene\",\"query\":\"weightLbs:<50\"},\"filter\":[{\"$state\":{\"store\":\"appState\"},\"meta\":{\"alias\":null,\"disabled\":false,\"index\":\"a0f483a0-3dc9-11e8-8660-4d65aa086b3c\",\"key\":\"name.keyword\",\"negate\":true,\"params\":{\"query\":\"Fee Fee\",\"type\":\"phrase\"},\"type\":\"phrase\",\"value\":\"Fee Fee\"},\"query\":{\"match\":{\"name.keyword\":{\"query\":\"Fee Fee\",\"type\":\"phrase\"}}}},{\"$state\":{\"store\":\"appState\"},\"meta\":{\"alias\":\"is dog\",\"disabled\":false,\"field\":\"isDog\",\"index\":\"a0f483a0-3dc9-11e8-8660-4d65aa086b3c\",\"key\":\"isDog\",\"negate\":false,\"params\":{\"value\":true},\"type\":\"phrase\",\"value\":\"true\"},\"script\":{\"script\":{\"inline\":\"boolean compare(Supplier s, def v) {return s.get() == v;}compare(() -> { return doc['animal.keyword'].value == 'dog' }, params.value);\",\"lang\":\"painless\",\"params\":{\"value\":true}}}}],\"highlightAll\":true,\"version\":true}" - }, - "optionsJSON": "{\"darkTheme\":true,\"hidePanelTitles\":false,\"useMargins\":true}", - "panelsJSON": "[{\"panelIndex\":\"1\",\"gridData\":{\"x\":0,\"y\":0,\"w\":24,\"h\":15,\"i\":\"1\"},\"embeddableConfig\":{},\"id\":\"771b4f10-3e59-11e8-9fc3-39e49624228e\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"3\",\"gridData\":{\"x\":24,\"y\":0,\"w\":24,\"h\":15,\"i\":\"3\"},\"embeddableConfig\":{},\"id\":\"4c0c3f90-3e5a-11e8-9fc3-39e49624228e\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"4\",\"gridData\":{\"x\":0,\"y\":15,\"w\":24,\"h\":15,\"i\":\"4\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"50643b60-3dd3-11e8-b2b9-5d5dc1715159\",\"embeddableConfig\":{}}]", - "refreshInterval": { - "display": "Off", - "pause": false, - "section": 0, - "value": 0 - }, - "timeFrom": "Wed Apr 12 2017 10:06:21 GMT-0400", - "timeRestore": true, - "timeTo": "Thu Apr 12 2018 10:06:21 GMT-0400", - "title": "filters", - "version": 1 - }, - "type": "dashboard", - "updated_at": "2018-04-12T14:11:13.576Z" - } - } -} - -{ - "type": "doc", - "value": { - "id": "index-pattern:f908c8e0-3e6d-11e8-bbb9-e15942d5d48c", - "index": ".kibana", - "source": { - "index-pattern": { - "fields": "[{\"name\":\"_id\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":false},{\"name\":\"_index\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":false},{\"name\":\"_score\",\"type\":\"number\",\"count\":0,\"scripted\":false,\"searchable\":false,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"_source\",\"type\":\"_source\",\"count\":0,\"scripted\":false,\"searchable\":false,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"_type\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":false},{\"name\":\"activity level\",\"type\":\"number\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"barking level\",\"type\":\"number\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"breed\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"breed.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"size\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"size.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"trainability\",\"type\":\"number\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true}]", - "title": "dogbreeds" - }, - "type": "index-pattern", - "updated_at": "2018-04-12T16:24:29.357Z" - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:5e085850-3e6e-11e8-bbb9-e15942d5d48c", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-12T16:27:17.973Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"index\":\"f908c8e0-3e6d-11e8-bbb9-e15942d5d48c\",\"filter\":[],\"query\":{\"language\":\"lucene\",\"query\":\"\"}}" - }, - "title": "non timebased line chart - dog data", - "uiStateJSON": "{}", - "version": 1, - "visState": "{\"title\":\"non timebased line chart - dog data\",\"type\":\"line\",\"params\":{\"type\":\"line\",\"grid\":{\"categoryLines\":false,\"style\":{\"color\":\"#eee\"}},\"categoryAxes\":[{\"id\":\"CategoryAxis-1\",\"type\":\"category\",\"position\":\"bottom\",\"show\":true,\"style\":{},\"scale\":{\"type\":\"linear\"},\"labels\":{\"show\":true,\"truncate\":100},\"title\":{}}],\"valueAxes\":[{\"id\":\"ValueAxis-1\",\"name\":\"LeftAxis-1\",\"type\":\"value\",\"position\":\"left\",\"show\":true,\"style\":{},\"scale\":{\"type\":\"linear\",\"mode\":\"normal\"},\"labels\":{\"show\":true,\"rotate\":0,\"filter\":false,\"truncate\":100},\"title\":{\"text\":\"Max trainability\"}}],\"seriesParams\":[{\"show\":\"true\",\"type\":\"line\",\"mode\":\"normal\",\"data\":{\"label\":\"Max trainability\",\"id\":\"1\"},\"valueAxis\":\"ValueAxis-1\",\"drawLinesBetweenPoints\":true,\"showCircles\":true},{\"show\":true,\"mode\":\"normal\",\"type\":\"line\",\"drawLinesBetweenPoints\":true,\"showCircles\":true,\"data\":{\"id\":\"3\",\"label\":\"Max barking level\"},\"valueAxis\":\"ValueAxis-1\"},{\"show\":true,\"mode\":\"normal\",\"type\":\"line\",\"drawLinesBetweenPoints\":true,\"showCircles\":true,\"data\":{\"id\":\"4\",\"label\":\"Max activity level\"},\"valueAxis\":\"ValueAxis-1\"}],\"addTooltip\":true,\"addLegend\":true,\"legendPosition\":\"right\",\"times\":[],\"addTimeMarker\":false},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"max\",\"schema\":\"metric\",\"params\":{\"field\":\"trainability\"}},{\"id\":\"2\",\"enabled\":true,\"type\":\"terms\",\"schema\":\"segment\",\"params\":{\"field\":\"breed.keyword\",\"otherBucket\":false,\"otherBucketLabel\":\"Other\",\"missingBucket\":false,\"missingBucketLabel\":\"Missing\",\"size\":5,\"order\":\"desc\",\"orderBy\":\"1\"}},{\"id\":\"3\",\"enabled\":true,\"type\":\"max\",\"schema\":\"metric\",\"params\":{\"field\":\"barking level\"}},{\"id\":\"4\",\"enabled\":true,\"type\":\"max\",\"schema\":\"metric\",\"params\":{\"field\":\"activity level\"}}]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "dashboard:a5d56330-3e6e-11e8-bbb9-e15942d5d48c", - "index": ".kibana", - "source": { - "dashboard": { - "description": "I have two visualizations that are created off a non time based index", - "hits": 0, - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" - }, - "optionsJSON": "{\"darkTheme\":false,\"useMargins\":true,\"hidePanelTitles\":false}", - "panelsJSON": "[{\"gridData\":{\"w\":24,\"h\":15,\"x\":0,\"y\":0,\"i\":\"1\"},\"version\":\"6.3.0\",\"panelIndex\":\"1\",\"type\":\"visualization\",\"id\":\"5e085850-3e6e-11e8-bbb9-e15942d5d48c\",\"embeddableConfig\":{}},{\"gridData\":{\"w\":24,\"h\":15,\"x\":24,\"y\":0,\"i\":\"2\"},\"version\":\"6.3.0\",\"panelIndex\":\"2\",\"type\":\"visualization\",\"id\":\"8bc8d6c0-3e6e-11e8-bbb9-e15942d5d48c\",\"embeddableConfig\":{}}]", - "timeRestore": false, - "title": "Non time based", - "version": 1 - }, - "type": "dashboard", - "updated_at": "2018-04-12T16:29:18.435Z" - } - } -} - -{ - "type": "doc", - "value": { - "id": "dashboard:d2525040-3dcd-11e8-8660-4d65aa086b3c", - "index": ".kibana", - "source": { - "dashboard": { - "description": "I have one of every visualization type since the last time I was created!", - "hits": 0, - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"query\":{\"language\":\"lucene\",\"query\":\"\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" - }, - "optionsJSON": "{\"darkTheme\":false,\"hidePanelTitles\":false,\"useMargins\":true}", - "panelsJSON": "[{\"panelIndex\":\"1\",\"gridData\":{\"x\":0,\"y\":0,\"w\":24,\"h\":15,\"i\":\"1\"},\"embeddableConfig\":{},\"id\":\"e6140540-3dca-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"2\",\"gridData\":{\"x\":24,\"y\":0,\"w\":24,\"h\":15,\"i\":\"2\"},\"embeddableConfig\":{},\"id\":\"3525b840-3dcb-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"3\",\"gridData\":{\"x\":0,\"y\":15,\"w\":24,\"h\":15,\"i\":\"3\"},\"embeddableConfig\":{},\"id\":\"4b5d6ef0-3dcb-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"4\",\"gridData\":{\"x\":24,\"y\":15,\"w\":24,\"h\":15,\"i\":\"4\"},\"embeddableConfig\":{},\"id\":\"37a541c0-3dcc-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"5\",\"gridData\":{\"x\":0,\"y\":30,\"w\":24,\"h\":15,\"i\":\"5\"},\"embeddableConfig\":{},\"id\":\"ffa2e0c0-3dcb-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"6\",\"gridData\":{\"x\":24,\"y\":30,\"w\":24,\"h\":15,\"i\":\"6\"},\"embeddableConfig\":{},\"id\":\"e2023110-3dcb-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"7\",\"gridData\":{\"x\":0,\"y\":45,\"w\":24,\"h\":15,\"i\":\"7\"},\"embeddableConfig\":{},\"id\":\"145ced90-3dcb-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"8\",\"gridData\":{\"x\":24,\"y\":45,\"w\":24,\"h\":15,\"i\":\"8\"},\"embeddableConfig\":{},\"id\":\"2d1b1620-3dcd-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"9\",\"gridData\":{\"x\":0,\"y\":60,\"w\":24,\"h\":15,\"i\":\"9\"},\"embeddableConfig\":{},\"id\":\"42535e30-3dcd-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"10\",\"gridData\":{\"x\":24,\"y\":60,\"w\":24,\"h\":15,\"i\":\"10\"},\"embeddableConfig\":{},\"id\":\"42535e30-3dcd-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"11\",\"gridData\":{\"x\":0,\"y\":75,\"w\":24,\"h\":15,\"i\":\"11\"},\"embeddableConfig\":{},\"id\":\"4c0f47e0-3dcd-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"12\",\"gridData\":{\"x\":24,\"y\":75,\"w\":24,\"h\":15,\"i\":\"12\"},\"embeddableConfig\":{},\"id\":\"11ae2bd0-3dcc-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"13\",\"gridData\":{\"x\":0,\"y\":90,\"w\":24,\"h\":15,\"i\":\"13\"},\"embeddableConfig\":{},\"id\":\"3fe22200-3dcb-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"14\",\"gridData\":{\"x\":24,\"y\":90,\"w\":24,\"h\":15,\"i\":\"14\"},\"embeddableConfig\":{},\"id\":\"4ca00ba0-3dcc-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"15\",\"gridData\":{\"x\":0,\"y\":105,\"w\":24,\"h\":15,\"i\":\"15\"},\"embeddableConfig\":{},\"id\":\"78803be0-3dcd-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"16\",\"gridData\":{\"x\":24,\"y\":105,\"w\":24,\"h\":15,\"i\":\"16\"},\"embeddableConfig\":{},\"id\":\"b92ae920-3dcc-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"17\",\"gridData\":{\"x\":0,\"y\":120,\"w\":24,\"h\":15,\"i\":\"17\"},\"embeddableConfig\":{},\"id\":\"e4d8b430-3dcc-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"18\",\"gridData\":{\"x\":24,\"y\":120,\"w\":24,\"h\":15,\"i\":\"18\"},\"embeddableConfig\":{},\"id\":\"f81134a0-3dcc-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"19\",\"gridData\":{\"x\":0,\"y\":135,\"w\":24,\"h\":15,\"i\":\"19\"},\"embeddableConfig\":{},\"id\":\"cc43fab0-3dcc-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"20\",\"gridData\":{\"x\":24,\"y\":135,\"w\":24,\"h\":15,\"i\":\"20\"},\"embeddableConfig\":{},\"id\":\"02a2e4e0-3dcd-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"21\",\"gridData\":{\"x\":0,\"y\":150,\"w\":24,\"h\":15,\"i\":\"21\"},\"embeddableConfig\":{},\"id\":\"df815d20-3dcc-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"22\",\"gridData\":{\"x\":24,\"y\":150,\"w\":24,\"h\":15,\"i\":\"22\"},\"embeddableConfig\":{},\"id\":\"c40f4d40-3dcc-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"23\",\"gridData\":{\"x\":0,\"y\":165,\"w\":24,\"h\":15,\"i\":\"23\"},\"embeddableConfig\":{},\"id\":\"7fda8ee0-3dcd-11e8-8660-4d65aa086b3c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"24\",\"gridData\":{\"x\":24,\"y\":165,\"w\":24,\"h\":15,\"i\":\"24\"},\"embeddableConfig\":{},\"id\":\"a16d1990-3dca-11e8-8660-4d65aa086b3c\",\"type\":\"search\",\"version\":\"6.3.0\"},{\"panelIndex\":\"25\",\"gridData\":{\"x\":0,\"y\":180,\"w\":24,\"h\":15,\"i\":\"25\"},\"embeddableConfig\":{},\"id\":\"be5accf0-3dca-11e8-8660-4d65aa086b3c\",\"type\":\"search\",\"version\":\"6.3.0\"},{\"panelIndex\":\"26\",\"gridData\":{\"x\":24,\"y\":180,\"w\":24,\"h\":15,\"i\":\"26\"},\"embeddableConfig\":{},\"id\":\"ca5ada40-3dca-11e8-8660-4d65aa086b3c\",\"type\":\"search\",\"version\":\"6.3.0\"},{\"panelIndex\":\"27\",\"gridData\":{\"x\":0,\"y\":195,\"w\":24,\"h\":15,\"i\":\"27\"},\"embeddableConfig\":{},\"id\":\"771b4f10-3e59-11e8-9fc3-39e49624228e\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"28\",\"gridData\":{\"x\":24,\"y\":195,\"w\":24,\"h\":15,\"i\":\"28\"},\"embeddableConfig\":{},\"id\":\"5e085850-3e6e-11e8-bbb9-e15942d5d48c\",\"type\":\"visualization\",\"version\":\"6.3.0\"},{\"panelIndex\":\"29\",\"gridData\":{\"x\":0,\"y\":210,\"w\":24,\"h\":15,\"i\":\"29\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"8bc8d6c0-3e6e-11e8-bbb9-e15942d5d48c\",\"embeddableConfig\":{}},{\"gridData\":{\"w\":24,\"h\":15,\"x\":24,\"y\":210,\"i\":\"30\"},\"version\":\"6.3.0\",\"panelIndex\":\"30\",\"type\":\"visualization\",\"id\":\"befdb6b0-3e59-11e8-9fc3-39e49624228e\",\"embeddableConfig\":{}}]", - "refreshInterval": { - "display": "Off", - "pause": false, - "value": 0 - }, - "timeFrom": "Mon Apr 09 2018 17:56:08 GMT-0400", - "timeRestore": true, - "timeTo": "Wed Apr 11 2018 17:56:08 GMT-0400", - "title": "dashboard with everything", - "version": 1 - }, - "type": "dashboard", - "updated_at": "2018-04-16T16:05:02.915Z" - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:29bd0240-4197-11e8-bb13-d53698fb349a", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-16T16:56:53.092Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[{\"meta\":{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"negate\":false,\"disabled\":false,\"alias\":null,\"type\":\"phrase\",\"key\":\"geo.src\",\"value\":\"CN\",\"params\":{\"query\":\"CN\",\"type\":\"phrase\"}},\"query\":{\"match\":{\"geo.src\":{\"query\":\"CN\",\"type\":\"phrase\"}}},\"$state\":{\"store\":\"appState\"}}],\"query\":{\"query\":\"bytes >= 10000\",\"language\":\"kuery\"}}" - }, - "title": "Kuery: pie bytes with kuery and filter", - "uiStateJSON": "{}", - "version": 1, - "visState": "{\"title\":\"Kuery: pie bytes with kuery and filter\",\"type\":\"pie\",\"params\":{\"type\":\"pie\",\"addTooltip\":true,\"addLegend\":true,\"legendPosition\":\"right\",\"isDonut\":true,\"labels\":{\"show\":false,\"values\":true,\"last_level\":true,\"truncate\":100}},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"count\",\"schema\":\"metric\",\"params\":{}},{\"id\":\"2\",\"enabled\":true,\"type\":\"terms\",\"schema\":\"segment\",\"params\":{\"field\":\"bytes\",\"otherBucket\":false,\"otherBucketLabel\":\"Other\",\"missingBucket\":false,\"missingBucketLabel\":\"Missing\",\"size\":10,\"order\":\"desc\",\"orderBy\":\"1\"}}]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "index-pattern:0bf35f60-3dc9-11e8-8660-4d65aa086b3c", - "index": ".kibana", - "source": { - "index-pattern": { - "fieldFormatMap": "{\"machine.ram\":{\"id\":\"number\",\"params\":{\"pattern\":\"0,0.[000] b\"}}}", - "fields": "[{\"name\":\"@message\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"@message.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"@tags\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"@tags.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"@timestamp\",\"type\":\"date\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"_id\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":false},{\"name\":\"_index\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":false},{\"name\":\"_score\",\"type\":\"number\",\"count\":0,\"scripted\":false,\"searchable\":false,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"_source\",\"type\":\"_source\",\"count\":0,\"scripted\":false,\"searchable\":false,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"_type\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":false},{\"name\":\"agent\",\"type\":\"string\",\"count\":2,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"agent.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"bytes\",\"type\":\"number\",\"count\":3,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"clientip\",\"type\":\"ip\",\"count\":3,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"extension\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"extension.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"geo.coordinates\",\"type\":\"geo_point\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"geo.dest\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"geo.src\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"geo.srcdest\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"headings\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"headings.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"host\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"host.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"id\",\"type\":\"number\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"index\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"index.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"ip\",\"type\":\"ip\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"links\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"links.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"machine.os\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"machine.os.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"machine.ram\",\"type\":\"number\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"memory\",\"type\":\"number\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"meta.char\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"meta.related\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"meta.user.firstname\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"meta.user.lastname\",\"type\":\"number\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"phpmemory\",\"type\":\"number\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"referer\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"relatedContent.article:modified_time\",\"type\":\"date\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"relatedContent.article:published_time\",\"type\":\"date\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"relatedContent.article:section\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"relatedContent.article:section.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"relatedContent.article:tag\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"relatedContent.article:tag.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"relatedContent.og:description\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"relatedContent.og:description.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"relatedContent.og:image\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"relatedContent.og:image.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"relatedContent.og:image:height\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"relatedContent.og:image:height.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"relatedContent.og:image:width\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"relatedContent.og:image:width.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"relatedContent.og:site_name\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"relatedContent.og:site_name.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"relatedContent.og:title\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"relatedContent.og:title.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"relatedContent.og:type\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"relatedContent.og:type.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"relatedContent.og:url\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"relatedContent.og:url.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"relatedContent.twitter:card\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"relatedContent.twitter:card.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"relatedContent.twitter:description\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"relatedContent.twitter:description.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"relatedContent.twitter:image\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"relatedContent.twitter:image.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"relatedContent.twitter:site\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"relatedContent.twitter:site.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"relatedContent.twitter:title\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"relatedContent.twitter:title.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"relatedContent.url\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"relatedContent.url.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"request\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"request.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"response\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"response.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"spaces\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"spaces.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"url\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"url.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"utc_time\",\"type\":\"date\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"xss\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"xss.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true}]", - "timeFieldName": "@timestamp", - "title": "logstash-*" - }, - "type": "index-pattern", - "updated_at": "2018-04-16T16:57:12.263Z" - } - } -} - -{ - "type": "doc", - "value": { - "id": "search:55d37a30-4197-11e8-bb13-d53698fb349a", - "index": ".kibana", - "source": { - "search": { - "columns": [ - "agent", - "bytes", - "clientip" - ], - "description": "", - "hits": 0, - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"highlightAll\":true,\"version\":true,\"query\":{\"query\":\"clientip : 73.14.212.83\",\"language\":\"kuery\"},\"filter\":[{\"meta\":{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"negate\":false,\"disabled\":false,\"alias\":null,\"type\":\"range\",\"key\":\"bytes\",\"value\":\"100 to 1,000\",\"params\":{\"gte\":100,\"lt\":1000}},\"range\":{\"bytes\":{\"gte\":100,\"lt\":1000}},\"$state\":{\"store\":\"appState\"}}]}" - }, - "sort": [ - "@timestamp", - "desc" - ], - "title": "Bytes and kuery in saved search with filter", - "version": 1 - }, - "type": "search", - "updated_at": "2018-04-16T16:58:07.059Z" - } - } -} - -{ - "type": "doc", - "value": { - "id": "dashboard:b60de070-4197-11e8-bb13-d53698fb349a", - "index": ".kibana", - "source": { - "dashboard": { - "description": "Bytes bytes and more bytes", - "hits": 0, - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"query\":{\"language\":\"lucene\",\"query\":\"\"},\"filter\":[],\"highlightAll\":true,\"version\":true}" - }, - "optionsJSON": "{\"darkTheme\":false,\"hidePanelTitles\":false,\"useMargins\":true}", - "panelsJSON": "[{\"panelIndex\":\"1\",\"gridData\":{\"x\":0,\"y\":0,\"w\":24,\"h\":15,\"i\":\"1\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"7ff2c4c0-4191-11e8-bb13-d53698fb349a\",\"embeddableConfig\":{}},{\"panelIndex\":\"2\",\"gridData\":{\"x\":24,\"y\":0,\"w\":24,\"h\":15,\"i\":\"2\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"03d2afd0-4192-11e8-bb13-d53698fb349a\",\"embeddableConfig\":{}},{\"panelIndex\":\"3\",\"gridData\":{\"x\":0,\"y\":15,\"w\":24,\"h\":15,\"i\":\"3\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"63983430-4192-11e8-bb13-d53698fb349a\",\"embeddableConfig\":{}},{\"panelIndex\":\"4\",\"gridData\":{\"x\":24,\"y\":15,\"w\":17,\"h\":8,\"i\":\"4\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"0ca8c600-4195-11e8-bb13-d53698fb349a\",\"embeddableConfig\":{}},{\"panelIndex\":\"5\",\"gridData\":{\"x\":0,\"y\":30,\"w\":18,\"h\":13,\"i\":\"5\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"c10c6b00-4191-11e8-bb13-d53698fb349a\",\"embeddableConfig\":{}},{\"panelIndex\":\"6\",\"gridData\":{\"x\":24,\"y\":37,\"w\":24,\"h\":12,\"i\":\"6\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"760a9060-4190-11e8-bb13-d53698fb349a\",\"embeddableConfig\":{}},{\"panelIndex\":\"7\",\"gridData\":{\"x\":18,\"y\":30,\"w\":9,\"h\":7,\"i\":\"7\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"1dcdfe30-4192-11e8-bb13-d53698fb349a\",\"embeddableConfig\":{}},{\"panelIndex\":\"8\",\"gridData\":{\"x\":28,\"y\":23,\"w\":15,\"h\":13,\"i\":\"8\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"584c0300-4191-11e8-bb13-d53698fb349a\",\"embeddableConfig\":{}},{\"panelIndex\":\"9\",\"gridData\":{\"x\":0,\"y\":43,\"w\":24,\"h\":15,\"i\":\"9\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"b3e70d00-4190-11e8-bb13-d53698fb349a\",\"embeddableConfig\":{}},{\"panelIndex\":\"10\",\"gridData\":{\"x\":24,\"y\":49,\"w\":18,\"h\":12,\"i\":\"10\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"df72ad40-4194-11e8-bb13-d53698fb349a\",\"embeddableConfig\":{}},{\"panelIndex\":\"11\",\"gridData\":{\"x\":0,\"y\":58,\"w\":24,\"h\":15,\"i\":\"11\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"9bebe980-4192-11e8-bb13-d53698fb349a\",\"embeddableConfig\":{}},{\"panelIndex\":\"12\",\"gridData\":{\"x\":24,\"y\":61,\"w\":5,\"h\":4,\"i\":\"12\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"9fb4c670-4194-11e8-bb13-d53698fb349a\",\"embeddableConfig\":{}},{\"panelIndex\":\"13\",\"gridData\":{\"x\":0,\"y\":73,\"w\":17,\"h\":6,\"i\":\"13\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"35417e50-4194-11e8-bb13-d53698fb349a\",\"embeddableConfig\":{}},{\"panelIndex\":\"14\",\"gridData\":{\"x\":24,\"y\":65,\"w\":24,\"h\":15,\"i\":\"14\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"039e4770-4194-11e8-bb13-d53698fb349a\",\"embeddableConfig\":{}},{\"panelIndex\":\"15\",\"gridData\":{\"x\":0,\"y\":79,\"w\":24,\"h\":6,\"i\":\"15\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"76c7f020-4194-11e8-bb13-d53698fb349a\",\"embeddableConfig\":{}},{\"panelIndex\":\"16\",\"gridData\":{\"x\":24,\"y\":80,\"w\":24,\"h\":15,\"i\":\"16\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"8090dcb0-4195-11e8-bb13-d53698fb349a\",\"embeddableConfig\":{}},{\"panelIndex\":\"17\",\"gridData\":{\"x\":0,\"y\":85,\"w\":13,\"h\":11,\"i\":\"17\"},\"version\":\"6.3.0\",\"type\":\"visualization\",\"id\":\"29bd0240-4197-11e8-bb13-d53698fb349a\",\"embeddableConfig\":{}},{\"panelIndex\":\"18\",\"gridData\":{\"x\":24,\"y\":95,\"w\":23,\"h\":11,\"i\":\"18\"},\"version\":\"6.3.0\",\"type\":\"search\",\"id\":\"55d37a30-4197-11e8-bb13-d53698fb349a\",\"embeddableConfig\":{}}]", - "refreshInterval": { - "display": "Off", - "pause": false, - "value": 0 - }, - "timeFrom": "Mon Apr 09 2018 17:56:08 GMT-0400", - "timeRestore": true, - "timeTo": "Wed Apr 11 2018 17:56:08 GMT-0400", - "title": "All about those bytes", - "version": 1 - }, - "type": "dashboard", - "updated_at": "2018-04-16T17:00:48.503Z" - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:78803be0-3dcd-11e8-8660-4d65aa086b3c", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-17T15:06:32.127Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[],\"query\":{\"query\":\"\",\"language\":\"lucene\"}}" - }, - "title": "Rendering Test: tag cloud", - "uiStateJSON": "{}", - "version": 1, - "visState": "{\"title\":\"Rendering Test: tag cloud\",\"type\":\"tagcloud\",\"params\":{\"scale\":\"linear\",\"orientation\":\"single\",\"minFontSize\":18,\"maxFontSize\":72,\"showLabel\":true},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"count\",\"schema\":\"metric\",\"params\":{}},{\"id\":\"2\",\"enabled\":true,\"type\":\"terms\",\"schema\":\"segment\",\"params\":{\"field\":\"geo.src\",\"otherBucket\":false,\"otherBucketLabel\":\"Other\",\"missingBucket\":false,\"missingBucketLabel\":\"Missing\",\"size\":5,\"order\":\"desc\",\"orderBy\":\"1\"}}]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:3fe22200-3dcb-11e8-8660-4d65aa086b3c", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-17T15:06:32.130Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[],\"query\":{\"query\":\"\",\"language\":\"lucene\"}}" - }, - "title": "Rendering Test: pie", - "uiStateJSON": "{}", - "version": 1, - "visState": "{\"title\":\"Rendering Test: pie\",\"type\":\"pie\",\"params\":{\"type\":\"pie\",\"addTooltip\":true,\"addLegend\":true,\"legendPosition\":\"right\",\"isDonut\":true,\"labels\":{\"show\":false,\"values\":true,\"last_level\":true,\"truncate\":100}},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"count\",\"schema\":\"metric\",\"params\":{}},{\"id\":\"2\",\"enabled\":true,\"type\":\"terms\",\"schema\":\"segment\",\"params\":{\"field\":\"bytes\",\"otherBucket\":false,\"otherBucketLabel\":\"Other\",\"missingBucket\":false,\"missingBucketLabel\":\"Missing\",\"size\":5,\"order\":\"desc\",\"orderBy\":\"1\"}}]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:4ca00ba0-3dcc-11e8-8660-4d65aa086b3c", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-17T15:06:32.131Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[],\"query\":{\"query\":\"\",\"language\":\"lucene\"}}" - }, - "title": "Rendering Test: region map", - "uiStateJSON": "{\"mapZoom\":2,\"mapCenter\":[8.754794702435618,-9.140625000000002]}", - "version": 1, - "visState": "{\"title\":\"Rendering Test: region map\",\"type\":\"region_map\",\"params\":{\"legendPosition\":\"bottomright\",\"addTooltip\":true,\"colorSchema\":\"Yellow to Red\",\"selectedLayer\":{\"attribution\":\"

Made with NaturalEarth | Elastic Maps Service

\",\"name\":\"World Countries\",\"weight\":1,\"format\":{\"type\":\"geojson\"},\"url\":\"https://staging-dot-elastic-layer.appspot.com/blob/5715999101812736?elastic_tile_service_tos=agree&my_app_version=6.3.0\",\"fields\":[{\"name\":\"iso2\",\"description\":\"Two letter abbreviation\"},{\"name\":\"iso3\",\"description\":\"Three letter abbreviation\"},{\"name\":\"name\",\"description\":\"Country name\"}],\"created_at\":\"2017-07-31T16:00:19.996450\",\"tags\":[],\"id\":5715999101812736,\"layerId\":\"elastic_maps_service.World Countries\"},\"selectedJoinField\":{\"name\":\"iso2\",\"description\":\"Two letter abbreviation\"},\"isDisplayWarning\":true,\"wms\":{\"enabled\":false,\"options\":{\"format\":\"image/png\",\"transparent\":true},\"baseLayersAreLoaded\":{},\"tmsLayers\":[{\"id\":\"road_map\",\"url\":\"https://tiles-stage.elastic.co/v2/default/{z}/{x}/{y}.png?elastic_tile_service_tos=agree&my_app_name=kibana&my_app_version=6.3.0\",\"minZoom\":0,\"maxZoom\":10,\"attribution\":\"

© OpenStreetMap contributors | Elastic Maps Service

\",\"subdomains\":[]}],\"selectedTmsLayer\":{\"id\":\"road_map\",\"url\":\"https://tiles-stage.elastic.co/v2/default/{z}/{x}/{y}.png?elastic_tile_service_tos=agree&my_app_name=kibana&my_app_version=6.3.0\",\"minZoom\":0,\"maxZoom\":10,\"attribution\":\"

© OpenStreetMap contributors | Elastic Maps Service

\",\"subdomains\":[]}},\"mapZoom\":2,\"mapCenter\":[0,0],\"outlineWeight\":1,\"showAllShapes\":true},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"count\",\"schema\":\"metric\",\"params\":{}},{\"id\":\"2\",\"enabled\":true,\"type\":\"terms\",\"schema\":\"segment\",\"params\":{\"field\":\"geo.src\",\"otherBucket\":false,\"otherBucketLabel\":\"Other\",\"missingBucket\":false,\"missingBucketLabel\":\"Missing\",\"size\":5,\"order\":\"desc\",\"orderBy\":\"1\"}}]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:11ae2bd0-3dcc-11e8-8660-4d65aa086b3c", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-17T15:06:32.133Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[],\"query\":{\"query\":\"\",\"language\":\"lucene\"}}" - }, - "title": "Rendering Test: metric", - "uiStateJSON": "{}", - "version": 1, - "visState": "{\"title\":\"Rendering Test: metric\",\"type\":\"metric\",\"params\":{\"addTooltip\":true,\"addLegend\":false,\"type\":\"metric\",\"metric\":{\"percentageMode\":false,\"useRanges\":false,\"colorSchema\":\"Green to Red\",\"metricColorMode\":\"None\",\"colorsRange\":[{\"from\":0,\"to\":10000}],\"labels\":{\"show\":true},\"invertColors\":false,\"style\":{\"bgFill\":\"#000\",\"bgColor\":false,\"labelColor\":false,\"subText\":\"\",\"fontSize\":60}}},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"cardinality\",\"schema\":\"metric\",\"params\":{\"field\":\"bytes\"}}]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:145ced90-3dcb-11e8-8660-4d65aa086b3c", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-17T15:06:32.134Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[],\"query\":{\"query\":\"\",\"language\":\"lucene\"}}" - }, - "title": "Rendering Test: heatmap", - "uiStateJSON": "{\"vis\":{\"defaultColors\":{\"0 - 15\":\"rgb(247,252,245)\",\"15 - 30\":\"rgb(199,233,192)\",\"30 - 45\":\"rgb(116,196,118)\",\"45 - 60\":\"rgb(35,139,69)\"}}}", - "version": 1, - "visState": "{\"title\":\"Rendering Test: heatmap\",\"type\":\"heatmap\",\"params\":{\"type\":\"heatmap\",\"addTooltip\":true,\"addLegend\":true,\"enableHover\":false,\"legendPosition\":\"right\",\"times\":[],\"colorsNumber\":4,\"colorSchema\":\"Greens\",\"setColorRange\":false,\"colorsRange\":[],\"invertColors\":false,\"percentageMode\":false,\"valueAxes\":[{\"show\":false,\"id\":\"ValueAxis-1\",\"type\":\"value\",\"scale\":{\"type\":\"linear\",\"defaultYExtents\":false},\"labels\":{\"show\":false,\"rotate\":0,\"overwriteColor\":false,\"color\":\"#555\"}}]},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"count\",\"schema\":\"metric\",\"params\":{}},{\"id\":\"2\",\"enabled\":true,\"type\":\"terms\",\"schema\":\"segment\",\"params\":{\"field\":\"bytes\",\"otherBucket\":false,\"otherBucketLabel\":\"Other\",\"missingBucket\":false,\"missingBucketLabel\":\"Missing\",\"size\":5,\"order\":\"desc\",\"orderBy\":\"1\"}},{\"id\":\"3\",\"enabled\":true,\"type\":\"terms\",\"schema\":\"group\",\"params\":{\"field\":\"geo.src\",\"otherBucket\":false,\"otherBucketLabel\":\"Other\",\"missingBucket\":false,\"missingBucketLabel\":\"Missing\",\"size\":5,\"order\":\"desc\",\"orderBy\":\"1\"}}]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:e2023110-3dcb-11e8-8660-4d65aa086b3c", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-17T15:06:32.135Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[],\"query\":{\"language\":\"lucene\",\"query\":\"\"}}" - }, - "title": "Rendering Test: guage", - "uiStateJSON": "{\"vis\":{\"colors\":{\"0 - 50000\":\"#EF843C\",\"75000 - 10000000\":\"#3F6833\"},\"defaultColors\":{\"0 - 5000000\":\"rgb(0,104,55)\",\"50000000 - 74998990099\":\"rgb(165,0,38)\"}}}", - "version": 1, - "visState": "{\"title\":\"Rendering Test: guage\",\"type\":\"gauge\",\"params\":{\"addLegend\":true,\"addTooltip\":true,\"gauge\":{\"backStyle\":\"Full\",\"colorSchema\":\"Green to Red\",\"colorsRange\":[{\"from\":0,\"to\":5000000},{\"from\":50000000,\"to\":74998990099}],\"extendRange\":true,\"gaugeColorMode\":\"Labels\",\"gaugeStyle\":\"Full\",\"gaugeType\":\"Arc\",\"invertColors\":false,\"labels\":{\"color\":\"black\",\"show\":true},\"orientation\":\"vertical\",\"percentageMode\":false,\"scale\":{\"color\":\"#333\",\"labels\":false,\"show\":true},\"style\":{\"bgColor\":false,\"bgFill\":\"#eee\",\"bgMask\":false,\"bgWidth\":0.9,\"fontSize\":60,\"labelColor\":true,\"mask\":false,\"maskBars\":50,\"subText\":\"\",\"width\":0.9},\"type\":\"meter\",\"verticalSplit\":false},\"isDisplayWarning\":false,\"type\":\"gauge\"},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"avg\",\"schema\":\"metric\",\"params\":{\"field\":\"machine.ram\"}}]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:b92ae920-3dcc-11e8-8660-4d65aa086b3c", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-17T15:06:31.110Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{}" - }, - "title": "Rendering Test: timelion", - "uiStateJSON": "{}", - "version": 1, - "visState": "{\"title\":\"Rendering Test: timelion\",\"type\":\"timelion\",\"params\":{\"expression\":\".es(*, metric=avg:bytes, split=ip:5)\",\"interval\":\"auto\"},\"aggs\":[]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:e4d8b430-3dcc-11e8-8660-4d65aa086b3c", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-17T15:06:31.106Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{}" - }, - "title": "Rendering Test: tsvb-guage", - "uiStateJSON": "{}", - "version": 1, - "visState": "{\"title\":\"Rendering Test: tsvb-guage\",\"type\":\"metrics\",\"params\":{\"id\":\"61ca57f0-469d-11e7-af02-69e470af7417\",\"type\":\"gauge\",\"series\":[{\"id\":\"61ca57f1-469d-11e7-af02-69e470af7417\",\"color\":\"#68BC00\",\"split_mode\":\"everything\",\"metrics\":[{\"id\":\"61ca57f2-469d-11e7-af02-69e470af7417\",\"type\":\"avg\",\"field\":\"bytes\"}],\"seperate_axis\":0,\"axis_position\":\"right\",\"formatter\":\"number\",\"chart_type\":\"line\",\"line_width\":1,\"point_size\":1,\"fill\":0.5,\"stacked\":\"none\"},{\"id\":\"d18e5970-3dcc-11e8-a2f6-c162ca6cf6ea\",\"color\":\"rgba(160,70,216,1)\",\"split_mode\":\"filter\",\"metrics\":[{\"id\":\"d18e5971-3dcc-11e8-a2f6-c162ca6cf6ea\",\"type\":\"avg\",\"field\":\"bytes\"}],\"seperate_axis\":0,\"axis_position\":\"right\",\"formatter\":\"number\",\"chart_type\":\"line\",\"line_width\":1,\"point_size\":1,\"fill\":0.5,\"stacked\":\"none\",\"filter\":\"bytes:>1000\"}],\"time_field\":\"@timestamp\",\"index_pattern\":\"logstash-*\",\"interval\":\"auto\",\"axis_position\":\"left\",\"axis_formatter\":\"number\",\"show_legend\":1,\"show_grid\":1,\"background_color_rules\":[{\"id\":\"c50bd5b0-3dcc-11e8-a2f6-c162ca6cf6ea\"}],\"bar_color_rules\":[{\"id\":\"cd25a820-3dcc-11e8-a2f6-c162ca6cf6ea\"}],\"gauge_color_rules\":[{\"id\":\"e0be22e0-3dcc-11e8-a2f6-c162ca6cf6ea\"}],\"gauge_width\":10,\"gauge_inner_width\":10,\"gauge_style\":\"half\"},\"aggs\":[]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:4c0f47e0-3dcd-11e8-8660-4d65aa086b3c", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-17T15:06:31.111Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{}" - }, - "title": "Rendering Test: markdown", - "uiStateJSON": "{}", - "version": 1, - "visState": "{\"title\":\"Rendering Test: markdown\",\"type\":\"markdown\",\"params\":{\"fontSize\":20,\"openLinksInNewTab\":false,\"markdown\":\"I'm a markdown!\"},\"aggs\":[]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:2d1b1620-3dcd-11e8-8660-4d65aa086b3c", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-17T15:06:31.123Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{}" - }, - "title": "Rendering Test: input control", - "uiStateJSON": "{}", - "version": 1, - "visState": "{\"title\":\"Rendering Test: input control\",\"type\":\"input_control_vis\",\"params\":{\"controls\":[{\"id\":\"1523481142694\",\"indexPattern\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"fieldName\":\"bytes\",\"parent\":\"\",\"label\":\"Bytes Input List\",\"type\":\"list\",\"options\":{\"type\":\"terms\",\"multiselect\":true,\"size\":5,\"order\":\"desc\"}},{\"id\":\"1523481163654\",\"indexPattern\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"fieldName\":\"bytes\",\"parent\":\"\",\"label\":\"Bytes range\",\"type\":\"range\",\"options\":{\"decimalPlaces\":0,\"step\":1}},{\"id\":\"1523481176519\",\"indexPattern\":\"a0f483a0-3dc9-11e8-8660-4d65aa086b3c\",\"fieldName\":\"sound.keyword\",\"parent\":\"\",\"label\":\"Animal sounds\",\"type\":\"list\",\"options\":{\"type\":\"terms\",\"multiselect\":true,\"size\":5,\"order\":\"desc\"}}],\"updateFiltersOnChange\":false,\"useTimeFilter\":false,\"pinFilters\":false},\"aggs\":[]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:8bc8d6c0-3e6e-11e8-bbb9-e15942d5d48c", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-17T15:06:31.173Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"index\":\"f908c8e0-3e6d-11e8-bbb9-e15942d5d48c\",\"filter\":[{\"meta\":{\"index\":\"f908c8e0-3e6d-11e8-bbb9-e15942d5d48c\",\"negate\":false,\"disabled\":false,\"alias\":null,\"type\":\"phrase\",\"key\":\"size.keyword\",\"value\":\"extra large\",\"params\":{\"query\":\"extra large\",\"type\":\"phrase\"}},\"query\":{\"match\":{\"size.keyword\":{\"query\":\"extra large\",\"type\":\"phrase\"}}},\"$state\":{\"store\":\"appState\"}}],\"query\":{\"language\":\"lucene\",\"query\":\"\"}}" - }, - "title": "Rendering Test: non timebased line chart - dog data - with filter", - "uiStateJSON": "{}", - "version": 1, - "visState": "{\"aggs\":[{\"enabled\":true,\"id\":\"1\",\"params\":{\"field\":\"trainability\"},\"schema\":\"metric\",\"type\":\"max\"},{\"enabled\":true,\"id\":\"2\",\"params\":{\"field\":\"breed.keyword\",\"missingBucket\":false,\"missingBucketLabel\":\"Missing\",\"order\":\"desc\",\"orderBy\":\"1\",\"otherBucket\":false,\"otherBucketLabel\":\"Other\",\"size\":5},\"schema\":\"segment\",\"type\":\"terms\"},{\"enabled\":true,\"id\":\"3\",\"params\":{\"field\":\"barking level\"},\"schema\":\"metric\",\"type\":\"max\"},{\"enabled\":true,\"id\":\"4\",\"params\":{\"field\":\"activity level\"},\"schema\":\"metric\",\"type\":\"max\"}],\"params\":{\"addLegend\":true,\"addTimeMarker\":false,\"addTooltip\":true,\"categoryAxes\":[{\"id\":\"CategoryAxis-1\",\"labels\":{\"show\":true,\"truncate\":100},\"position\":\"bottom\",\"scale\":{\"type\":\"linear\"},\"show\":true,\"style\":{},\"title\":{},\"type\":\"category\"}],\"grid\":{\"categoryLines\":false,\"style\":{\"color\":\"#eee\"}},\"legendPosition\":\"right\",\"seriesParams\":[{\"data\":{\"id\":\"1\",\"label\":\"Max trainability\"},\"drawLinesBetweenPoints\":true,\"mode\":\"normal\",\"show\":\"true\",\"showCircles\":true,\"type\":\"line\",\"valueAxis\":\"ValueAxis-1\"},{\"data\":{\"id\":\"3\",\"label\":\"Max barking level\"},\"drawLinesBetweenPoints\":true,\"mode\":\"normal\",\"show\":true,\"showCircles\":true,\"type\":\"line\",\"valueAxis\":\"ValueAxis-1\"},{\"data\":{\"id\":\"4\",\"label\":\"Max activity level\"},\"drawLinesBetweenPoints\":true,\"mode\":\"normal\",\"show\":true,\"showCircles\":true,\"type\":\"line\",\"valueAxis\":\"ValueAxis-1\"}],\"times\":[],\"type\":\"line\",\"valueAxes\":[{\"id\":\"ValueAxis-1\",\"labels\":{\"filter\":false,\"rotate\":0,\"show\":true,\"truncate\":100},\"name\":\"LeftAxis-1\",\"position\":\"left\",\"scale\":{\"mode\":\"normal\",\"type\":\"linear\"},\"show\":true,\"style\":{},\"title\":{\"text\":\"Max trainability\"},\"type\":\"value\"}]},\"title\":\"Rendering Test: non timebased line chart - dog data - with filter\",\"type\":\"line\"}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:42535e30-3dcd-11e8-8660-4d65aa086b3c", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-17T15:06:31.124Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{}" - }, - "title": "Rendering Test: input control parent", - "uiStateJSON": "{}", - "version": 1, - "visState": "{\"title\":\"Rendering Test: input control parent\",\"type\":\"input_control_vis\",\"params\":{\"controls\":[{\"id\":\"1523481216736\",\"indexPattern\":\"a0f483a0-3dc9-11e8-8660-4d65aa086b3c\",\"fieldName\":\"animal.keyword\",\"parent\":\"\",\"label\":\"Animal type\",\"type\":\"list\",\"options\":{\"type\":\"terms\",\"multiselect\":true,\"size\":5,\"order\":\"desc\"}},{\"id\":\"1523481176519\",\"indexPattern\":\"a0f483a0-3dc9-11e8-8660-4d65aa086b3c\",\"fieldName\":\"sound.keyword\",\"parent\":\"1523481216736\",\"label\":\"Animal sounds\",\"type\":\"list\",\"options\":{\"type\":\"terms\",\"multiselect\":true,\"size\":5,\"order\":\"desc\"}}],\"updateFiltersOnChange\":false,\"useTimeFilter\":false,\"pinFilters\":false},\"aggs\":[]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:7fda8ee0-3dcd-11e8-8660-4d65aa086b3c", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-17T15:06:30.344Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{}" - }, - "title": "Rendering Test: vega", - "uiStateJSON": "{}", - "version": 1, - "visState": "{\"title\":\"Rendering Test: vega\",\"type\":\"vega\",\"params\":{\"spec\":\"{\\n/*\\n\\nWelcome to Vega visualizations. Here you can design your own dataviz from scratch using a declarative language called Vega, or its simpler form Vega-Lite. In Vega, you have the full control of what data is loaded, even from multiple sources, how that data is transformed, and what visual elements are used to show it. Use help icon to view Vega examples, tutorials, and other docs. Use the wrench icon to reformat this text, or to remove comments.\\n\\nThis example graph shows the document count in all indexes in the current time range. You might need to adjust the time filter in the upper right corner.\\n*/\\n\\n $schema: https://vega.github.io/schema/vega-lite/v2.json\\n title: Event counts from all indexes\\n\\n // Define the data source\\n data: {\\n url: {\\n/*\\nAn object instead of a string for the \\\"url\\\" param is treated as an Elasticsearch query. Anything inside this object is not part of the Vega language, but only understood by Kibana and Elasticsearch server. This query counts the number of documents per time interval, assuming you have a @timestamp field in your data.\\n\\nKibana has a special handling for the fields surrounded by \\\"%\\\". They are processed before the the query is sent to Elasticsearch. This way the query becomes context aware, and can use the time range and the dashboard filters.\\n*/\\n\\n // Apply dashboard context filters when set\\n %context%: true\\n // Filter the time picker (upper right corner) with this field\\n %timefield%: @timestamp\\n\\n/*\\nSee .search() documentation for : https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/api-reference.html#api-search\\n*/\\n\\n // Which index to search\\n index: _all\\n // Aggregate data by the time field into time buckets, counting the number of documents in each bucket.\\n body: {\\n aggs: {\\n time_buckets: {\\n date_histogram: {\\n // Use date histogram aggregation on @timestamp field\\n field: @timestamp\\n // The interval value will depend on the daterange picker (true), or use an integer to set an approximate bucket count\\n interval: {%autointerval%: true}\\n // Make sure we get an entire range, even if it has no data\\n extended_bounds: {\\n // Use the current time range's start and end\\n min: {%timefilter%: \\\"min\\\"}\\n max: {%timefilter%: \\\"max\\\"}\\n }\\n // Use this for linear (e.g. line, area) graphs. Without it, empty buckets will not show up\\n min_doc_count: 0\\n }\\n }\\n }\\n // Speed up the response by only including aggregation results\\n size: 0\\n }\\n }\\n/*\\nElasticsearch will return results in this format:\\n\\naggregations: {\\n time_buckets: {\\n buckets: [\\n {\\n key_as_string: 2015-11-30T22:00:00.000Z\\n key: 1448920800000\\n doc_count: 0\\n },\\n {\\n key_as_string: 2015-11-30T23:00:00.000Z\\n key: 1448924400000\\n doc_count: 0\\n }\\n ...\\n ]\\n }\\n}\\n\\nFor our graph, we only need the list of bucket values. Use the format.property to discard everything else.\\n*/\\n format: {property: \\\"aggregations.time_buckets.buckets\\\"}\\n }\\n\\n // \\\"mark\\\" is the graphics element used to show our data. Other mark values are: area, bar, circle, line, point, rect, rule, square, text, and tick. See https://vega.github.io/vega-lite/docs/mark.html\\n mark: line\\n\\n // \\\"encoding\\\" tells the \\\"mark\\\" what data to use and in what way. See https://vega.github.io/vega-lite/docs/encoding.html\\n encoding: {\\n x: {\\n // The \\\"key\\\" value is the timestamp in milliseconds. Use it for X axis.\\n field: key\\n type: temporal\\n axis: {title: false} // Customize X axis format\\n }\\n y: {\\n // The \\\"doc_count\\\" is the count per bucket. Use it for Y axis.\\n field: doc_count\\n type: quantitative\\n axis: {title: \\\"Document count\\\"}\\n }\\n }\\n}\\n\"},\"aggs\":[]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:02a2e4e0-3dcd-11e8-8660-4d65aa086b3c", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-17T15:06:30.351Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{}" - }, - "title": "Rendering Test: tsvb-table", - "uiStateJSON": "{}", - "version": 1, - "visState": "{\"title\":\"Rendering Test: tsvb-table\",\"type\":\"metrics\",\"params\":{\"id\":\"61ca57f0-469d-11e7-af02-69e470af7417\",\"type\":\"table\",\"series\":[{\"id\":\"61ca57f1-469d-11e7-af02-69e470af7417\",\"color\":\"#68BC00\",\"split_mode\":\"everything\",\"metrics\":[{\"id\":\"61ca57f2-469d-11e7-af02-69e470af7417\",\"type\":\"avg\",\"field\":\"bytes\"}],\"seperate_axis\":0,\"axis_position\":\"right\",\"formatter\":\"number\",\"chart_type\":\"line\",\"line_width\":1,\"point_size\":1,\"fill\":0.5,\"stacked\":\"none\"},{\"id\":\"d18e5970-3dcc-11e8-a2f6-c162ca6cf6ea\",\"color\":\"rgba(160,70,216,1)\",\"split_mode\":\"filter\",\"metrics\":[{\"id\":\"d18e5971-3dcc-11e8-a2f6-c162ca6cf6ea\",\"type\":\"avg\",\"field\":\"bytes\"}],\"seperate_axis\":0,\"axis_position\":\"right\",\"formatter\":\"number\",\"chart_type\":\"line\",\"line_width\":1,\"point_size\":1,\"fill\":0.5,\"stacked\":\"none\",\"filter\":\"bytes:>1000\"}],\"time_field\":\"@timestamp\",\"index_pattern\":\"logstash-*\",\"interval\":\"auto\",\"axis_position\":\"left\",\"axis_formatter\":\"number\",\"show_legend\":1,\"show_grid\":1,\"background_color_rules\":[{\"id\":\"c50bd5b0-3dcc-11e8-a2f6-c162ca6cf6ea\"}],\"bar_color_rules\":[{\"id\":\"cd25a820-3dcc-11e8-a2f6-c162ca6cf6ea\"}],\"gauge_color_rules\":[{\"id\":\"e0be22e0-3dcc-11e8-a2f6-c162ca6cf6ea\"}],\"gauge_width\":10,\"gauge_inner_width\":10,\"gauge_style\":\"half\",\"markdown\":\"\\nHi Avg last bytes: {{ average_of_bytes.last.raw }}\",\"pivot_id\":\"bytes\",\"pivot_label\":\"Hello\"},\"aggs\":[]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:f81134a0-3dcc-11e8-8660-4d65aa086b3c", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-17T15:06:30.355Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{}" - }, - "title": "Rendering Test: tsvb-markdown", - "uiStateJSON": "{}", - "version": 1, - "visState": "{\"title\":\"Rendering Test: tsvb-markdown\",\"type\":\"metrics\",\"params\":{\"id\":\"61ca57f0-469d-11e7-af02-69e470af7417\",\"type\":\"markdown\",\"series\":[{\"id\":\"61ca57f1-469d-11e7-af02-69e470af7417\",\"color\":\"#68BC00\",\"split_mode\":\"everything\",\"metrics\":[{\"id\":\"61ca57f2-469d-11e7-af02-69e470af7417\",\"type\":\"avg\",\"field\":\"bytes\"}],\"seperate_axis\":0,\"axis_position\":\"right\",\"formatter\":\"number\",\"chart_type\":\"line\",\"line_width\":1,\"point_size\":1,\"fill\":0.5,\"stacked\":\"none\"},{\"id\":\"d18e5970-3dcc-11e8-a2f6-c162ca6cf6ea\",\"color\":\"rgba(160,70,216,1)\",\"split_mode\":\"filter\",\"metrics\":[{\"id\":\"d18e5971-3dcc-11e8-a2f6-c162ca6cf6ea\",\"type\":\"avg\",\"field\":\"bytes\"}],\"seperate_axis\":0,\"axis_position\":\"right\",\"formatter\":\"number\",\"chart_type\":\"line\",\"line_width\":1,\"point_size\":1,\"fill\":0.5,\"stacked\":\"none\",\"filter\":\"bytes:>1000\"}],\"time_field\":\"@timestamp\",\"index_pattern\":\"logstash-*\",\"interval\":\"auto\",\"axis_position\":\"left\",\"axis_formatter\":\"number\",\"show_legend\":1,\"show_grid\":1,\"background_color_rules\":[{\"id\":\"c50bd5b0-3dcc-11e8-a2f6-c162ca6cf6ea\"}],\"bar_color_rules\":[{\"id\":\"cd25a820-3dcc-11e8-a2f6-c162ca6cf6ea\"}],\"gauge_color_rules\":[{\"id\":\"e0be22e0-3dcc-11e8-a2f6-c162ca6cf6ea\"}],\"gauge_width\":10,\"gauge_inner_width\":10,\"gauge_style\":\"half\",\"markdown\":\"\\nHi Avg last bytes: {{ average_of_bytes.last.raw }}\"},\"aggs\":[]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:df815d20-3dcc-11e8-8660-4d65aa086b3c", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-17T15:06:30.349Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{}" - }, - "title": "Rendering Test: tsvb-topn", - "uiStateJSON": "{}", - "version": 1, - "visState": "{\"title\":\"Rendering Test: tsvb-topn\",\"type\":\"metrics\",\"params\":{\"id\":\"61ca57f0-469d-11e7-af02-69e470af7417\",\"type\":\"top_n\",\"series\":[{\"id\":\"61ca57f1-469d-11e7-af02-69e470af7417\",\"color\":\"#68BC00\",\"split_mode\":\"everything\",\"metrics\":[{\"id\":\"61ca57f2-469d-11e7-af02-69e470af7417\",\"type\":\"avg\",\"field\":\"bytes\"}],\"seperate_axis\":0,\"axis_position\":\"right\",\"formatter\":\"number\",\"chart_type\":\"line\",\"line_width\":1,\"point_size\":1,\"fill\":0.5,\"stacked\":\"none\"},{\"id\":\"d18e5970-3dcc-11e8-a2f6-c162ca6cf6ea\",\"color\":\"rgba(160,70,216,1)\",\"split_mode\":\"filter\",\"metrics\":[{\"id\":\"d18e5971-3dcc-11e8-a2f6-c162ca6cf6ea\",\"type\":\"avg\",\"field\":\"bytes\"}],\"seperate_axis\":0,\"axis_position\":\"right\",\"formatter\":\"number\",\"chart_type\":\"line\",\"line_width\":1,\"point_size\":1,\"fill\":0.5,\"stacked\":\"none\",\"filter\":\"bytes:>1000\"}],\"time_field\":\"@timestamp\",\"index_pattern\":\"logstash-*\",\"interval\":\"auto\",\"axis_position\":\"left\",\"axis_formatter\":\"number\",\"show_legend\":1,\"show_grid\":1,\"background_color_rules\":[{\"id\":\"c50bd5b0-3dcc-11e8-a2f6-c162ca6cf6ea\"}],\"bar_color_rules\":[{\"id\":\"cd25a820-3dcc-11e8-a2f6-c162ca6cf6ea\"}]},\"aggs\":[]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:cc43fab0-3dcc-11e8-8660-4d65aa086b3c", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-17T15:06:30.353Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{}" - }, - "title": "Rendering Test: tsvb-metric", - "uiStateJSON": "{}", - "version": 1, - "visState": "{\"title\":\"Rendering Test: tsvb-metric\",\"type\":\"metrics\",\"params\":{\"id\":\"61ca57f0-469d-11e7-af02-69e470af7417\",\"type\":\"metric\",\"series\":[{\"id\":\"61ca57f1-469d-11e7-af02-69e470af7417\",\"color\":\"#68BC00\",\"split_mode\":\"everything\",\"metrics\":[{\"id\":\"61ca57f2-469d-11e7-af02-69e470af7417\",\"type\":\"sum_of_squares\",\"field\":\"bytes\"}],\"seperate_axis\":0,\"axis_position\":\"right\",\"formatter\":\"number\",\"chart_type\":\"line\",\"line_width\":1,\"point_size\":1,\"fill\":0.5,\"stacked\":\"none\"}],\"time_field\":\"@timestamp\",\"index_pattern\":\"logstash-*\",\"interval\":\"auto\",\"axis_position\":\"left\",\"axis_formatter\":\"number\",\"show_legend\":1,\"show_grid\":1,\"background_color_rules\":[{\"id\":\"c50bd5b0-3dcc-11e8-a2f6-c162ca6cf6ea\"}]},\"aggs\":[]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:c40f4d40-3dcc-11e8-8660-4d65aa086b3c", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-17T15:06:30.347Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{}" - }, - "title": "Rendering Test: tsvb-ts", - "uiStateJSON": "{}", - "version": 1, - "visState": "{\"title\":\"Rendering Test: tsvb-ts\",\"type\":\"metrics\",\"params\":{\"id\":\"61ca57f0-469d-11e7-af02-69e470af7417\",\"type\":\"timeseries\",\"series\":[{\"id\":\"61ca57f1-469d-11e7-af02-69e470af7417\",\"color\":\"#68BC00\",\"split_mode\":\"everything\",\"metrics\":[{\"id\":\"61ca57f2-469d-11e7-af02-69e470af7417\",\"type\":\"count\"}],\"seperate_axis\":0,\"axis_position\":\"right\",\"formatter\":\"number\",\"chart_type\":\"line\",\"line_width\":1,\"point_size\":1,\"fill\":0.5,\"stacked\":\"none\"}],\"time_field\":\"@timestamp\",\"index_pattern\":\"\",\"interval\":\"auto\",\"axis_position\":\"left\",\"axis_formatter\":\"number\",\"show_legend\":1,\"show_grid\":1},\"aggs\":[]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:ffa2e0c0-3dcb-11e8-8660-4d65aa086b3c", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-17T15:06:33.153Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[],\"query\":{\"query\":\"\",\"language\":\"lucene\"}}" - }, - "title": "Rendering Test: goal", - "uiStateJSON": "{\"vis\":{\"defaultColors\":{\"0 - 100\":\"rgb(0,104,55)\"}}}", - "version": 1, - "visState": "{\"title\":\"Rendering Test: goal\",\"type\":\"goal\",\"params\":{\"addTooltip\":true,\"addLegend\":false,\"isDisplayWarning\":false,\"type\":\"gauge\",\"gauge\":{\"verticalSplit\":false,\"autoExtend\":false,\"percentageMode\":true,\"gaugeType\":\"Arc\",\"gaugeStyle\":\"Full\",\"backStyle\":\"Full\",\"orientation\":\"vertical\",\"useRanges\":false,\"colorSchema\":\"Green to Red\",\"gaugeColorMode\":\"None\",\"colorsRange\":[{\"from\":0,\"to\":4000}],\"invertColors\":false,\"labels\":{\"show\":true,\"color\":\"black\"},\"scale\":{\"show\":false,\"labels\":false,\"color\":\"#333\",\"width\":2},\"type\":\"meter\",\"style\":{\"bgFill\":\"#000\",\"bgColor\":false,\"labelColor\":false,\"subText\":\"\",\"fontSize\":60}}},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"count\",\"schema\":\"metric\",\"params\":{}},{\"id\":\"2\",\"enabled\":true,\"type\":\"terms\",\"schema\":\"group\",\"params\":{\"field\":\"geo.src\",\"otherBucket\":false,\"otherBucketLabel\":\"Other\",\"missingBucket\":false,\"missingBucketLabel\":\"Missing\",\"size\":2,\"order\":\"desc\",\"orderBy\":\"1\"}}]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:37a541c0-3dcc-11e8-8660-4d65aa086b3c", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-17T15:06:33.156Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[{\"meta\":{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"negate\":true,\"disabled\":false,\"alias\":null,\"type\":\"range\",\"key\":\"bytes\",\"value\":\"0 to 10,000\",\"params\":{\"gte\":0,\"lt\":10000}},\"range\":{\"bytes\":{\"gte\":0,\"lt\":10000}},\"$state\":{\"store\":\"appState\"}}],\"query\":{\"query\":\"\",\"language\":\"lucene\"}}" - }, - "title": "Rendering Test: geo map", - "uiStateJSON": "{\"mapZoom\":4,\"mapCenter\":[35.460669951495305,-85.60546875000001]}", - "version": 1, - "visState": "{\"title\":\"Rendering Test: geo map\",\"type\":\"tile_map\",\"params\":{\"mapType\":\"Scaled Circle Markers\",\"isDesaturated\":true,\"addTooltip\":true,\"heatClusterSize\":1.5,\"legendPosition\":\"bottomright\",\"mapZoom\":2,\"mapCenter\":[0,0],\"wms\":{\"enabled\":false,\"options\":{\"format\":\"image/png\",\"transparent\":true},\"baseLayersAreLoaded\":{},\"tmsLayers\":[{\"id\":\"road_map\",\"url\":\"https://tiles-stage.elastic.co/v2/default/{z}/{x}/{y}.png?elastic_tile_service_tos=agree&my_app_name=kibana&my_app_version=6.3.0\",\"minZoom\":0,\"maxZoom\":10,\"attribution\":\"

© OpenStreetMap contributors | Elastic Maps Service

\",\"subdomains\":[]}],\"selectedTmsLayer\":{\"id\":\"road_map\",\"url\":\"https://tiles-stage.elastic.co/v2/default/{z}/{x}/{y}.png?elastic_tile_service_tos=agree&my_app_name=kibana&my_app_version=6.3.0\",\"minZoom\":0,\"maxZoom\":10,\"attribution\":\"

© OpenStreetMap contributors | Elastic Maps Service

\",\"subdomains\":[]}}},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"count\",\"schema\":\"metric\",\"params\":{}},{\"id\":\"2\",\"enabled\":true,\"type\":\"geohash_grid\",\"schema\":\"segment\",\"params\":{\"field\":\"geo.coordinates\",\"autoPrecision\":true,\"isFilteredByCollar\":true,\"useGeocentroid\":true,\"precision\":3}}]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:4b5d6ef0-3dcb-11e8-8660-4d65aa086b3c", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-17T15:06:33.162Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[],\"query\":{\"query\":\"\",\"language\":\"lucene\"}}" - }, - "title": "Rendering Test: datatable", - "uiStateJSON": "{\"vis\":{\"params\":{\"sort\":{\"columnIndex\":null,\"direction\":null}}}}", - "version": 1, - "visState": "{\"title\":\"Rendering Test: datatable\",\"type\":\"table\",\"params\":{\"perPage\":10,\"showPartialRows\":false,\"showMeticsAtAllLevels\":false,\"sort\":{\"columnIndex\":null,\"direction\":null},\"showTotal\":false,\"totalFunc\":\"sum\"},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"count\",\"schema\":\"metric\",\"params\":{}},{\"id\":\"2\",\"enabled\":true,\"type\":\"terms\",\"schema\":\"bucket\",\"params\":{\"field\":\"clientip\",\"otherBucket\":false,\"otherBucketLabel\":\"Other\",\"missingBucket\":false,\"missingBucketLabel\":\"Missing\",\"size\":5,\"order\":\"desc\",\"orderBy\":\"1\"}}]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:3525b840-3dcb-11e8-8660-4d65aa086b3c", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-17T15:06:33.163Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[],\"query\":{\"query\":\"\",\"language\":\"lucene\"}}" - }, - "title": "Rendering Test: bar", - "uiStateJSON": "{}", - "version": 1, - "visState": "{\"title\":\"Rendering Test: bar\",\"type\":\"horizontal_bar\",\"params\":{\"type\":\"histogram\",\"grid\":{\"categoryLines\":false,\"style\":{\"color\":\"#eee\"}},\"categoryAxes\":[{\"id\":\"CategoryAxis-1\",\"type\":\"category\",\"position\":\"left\",\"show\":true,\"style\":{},\"scale\":{\"type\":\"linear\"},\"labels\":{\"show\":true,\"rotate\":0,\"filter\":false,\"truncate\":200},\"title\":{}}],\"valueAxes\":[{\"id\":\"ValueAxis-1\",\"name\":\"LeftAxis-1\",\"type\":\"value\",\"position\":\"bottom\",\"show\":true,\"style\":{},\"scale\":{\"type\":\"linear\",\"mode\":\"normal\"},\"labels\":{\"show\":true,\"rotate\":75,\"filter\":true,\"truncate\":100},\"title\":{\"text\":\"Count\"}}],\"seriesParams\":[{\"show\":true,\"type\":\"histogram\",\"mode\":\"normal\",\"data\":{\"label\":\"Count\",\"id\":\"1\"},\"valueAxis\":\"ValueAxis-1\",\"drawLinesBetweenPoints\":true,\"showCircles\":true}],\"addTooltip\":true,\"addLegend\":true,\"legendPosition\":\"right\",\"times\":[],\"addTimeMarker\":false},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"count\",\"schema\":\"metric\",\"params\":{}},{\"id\":\"2\",\"enabled\":true,\"type\":\"date_histogram\",\"schema\":\"segment\",\"params\":{\"field\":\"@timestamp\",\"interval\":\"auto\",\"customInterval\":\"2h\",\"min_doc_count\":1,\"extended_bounds\":{}}},{\"id\":\"3\",\"enabled\":true,\"type\":\"terms\",\"schema\":\"group\",\"params\":{\"field\":\"geo.src\",\"otherBucket\":false,\"otherBucketLabel\":\"Other\",\"missingBucket\":false,\"missingBucketLabel\":\"Missing\",\"size\":3,\"order\":\"desc\",\"orderBy\":\"1\"}}]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:e6140540-3dca-11e8-8660-4d65aa086b3c", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-17T15:06:33.165Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[{\"meta\":{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"negate\":true,\"disabled\":false,\"alias\":null,\"type\":\"phrase\",\"key\":\"geo.src\",\"value\":\"CN\",\"params\":{\"query\":\"CN\",\"type\":\"phrase\"}},\"query\":{\"match\":{\"geo.src\":{\"query\":\"CN\",\"type\":\"phrase\"}}},\"$state\":{\"store\":\"appState\"}}],\"query\":{\"query\":\"\",\"language\":\"lucene\"}}" - }, - "title": "Rendering Test: area with not filter", - "uiStateJSON": "{}", - "version": 1, - "visState": "{\"title\":\"Rendering Test: area with not filter\",\"type\":\"area\",\"params\":{\"type\":\"area\",\"grid\":{\"categoryLines\":false,\"style\":{\"color\":\"#eee\"}},\"categoryAxes\":[{\"id\":\"CategoryAxis-1\",\"type\":\"category\",\"position\":\"bottom\",\"show\":true,\"style\":{},\"scale\":{\"type\":\"linear\"},\"labels\":{\"show\":true,\"truncate\":100},\"title\":{}}],\"valueAxes\":[{\"id\":\"ValueAxis-1\",\"name\":\"LeftAxis-1\",\"type\":\"value\",\"position\":\"left\",\"show\":true,\"style\":{},\"scale\":{\"type\":\"linear\",\"mode\":\"normal\"},\"labels\":{\"show\":true,\"rotate\":0,\"filter\":false,\"truncate\":100},\"title\":{\"text\":\"Count\"}}],\"seriesParams\":[{\"show\":\"true\",\"type\":\"area\",\"mode\":\"stacked\",\"data\":{\"label\":\"Count\",\"id\":\"1\"},\"drawLinesBetweenPoints\":true,\"showCircles\":true,\"interpolate\":\"linear\",\"valueAxis\":\"ValueAxis-1\"}],\"addTooltip\":true,\"addLegend\":true,\"legendPosition\":\"right\",\"times\":[],\"addTimeMarker\":false},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"count\",\"schema\":\"metric\",\"params\":{}},{\"id\":\"2\",\"enabled\":true,\"type\":\"date_histogram\",\"schema\":\"segment\",\"params\":{\"field\":\"@timestamp\",\"interval\":\"auto\",\"customInterval\":\"2h\",\"min_doc_count\":1,\"extended_bounds\":{}}},{\"id\":\"3\",\"enabled\":true,\"type\":\"filters\",\"schema\":\"group\",\"params\":{\"filters\":[{\"input\":{\"query\":\"bytes:>1000\"},\"label\":\"\"},{\"input\":{\"query\":\"bytes:>10\"}}]}}]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:4c0c3f90-3e5a-11e8-9fc3-39e49624228e", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-17T15:06:33.166Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"index\":\"a0f483a0-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[{\"meta\":{\"index\":\"a0f483a0-3dc9-11e8-8660-4d65aa086b3c\",\"field\":\"isDog\",\"negate\":false,\"disabled\":false,\"alias\":null,\"type\":\"phrase\",\"key\":\"isDog\",\"value\":\"true\",\"params\":{\"value\":true}},\"script\":{\"script\":{\"inline\":\"boolean compare(Supplier s, def v) {return s.get() == v;}compare(() -> { return doc['animal.keyword'].value == 'dog' }, params.value);\",\"lang\":\"painless\",\"params\":{\"value\":true}}},\"$state\":{\"store\":\"appState\"}}],\"query\":{\"query\":\"weightLbs:>40\",\"language\":\"lucene\"}}" - }, - "title": "Rendering Test: scripted filter and query", - "uiStateJSON": "{}", - "version": 1, - "visState": "{\"title\":\"Rendering Test: scripted filter and query\",\"type\":\"pie\",\"params\":{\"type\":\"pie\",\"addTooltip\":true,\"addLegend\":true,\"legendPosition\":\"right\",\"isDonut\":true,\"labels\":{\"show\":false,\"values\":true,\"last_level\":true,\"truncate\":100}},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"count\",\"schema\":\"metric\",\"params\":{}},{\"id\":\"2\",\"enabled\":true,\"type\":\"terms\",\"schema\":\"segment\",\"params\":{\"field\":\"sound.keyword\",\"otherBucket\":false,\"otherBucketLabel\":\"Other\",\"missingBucket\":false,\"missingBucketLabel\":\"Missing\",\"size\":5,\"order\":\"desc\",\"orderBy\":\"1\"}}]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:50643b60-3dd3-11e8-b2b9-5d5dc1715159", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-17T15:06:34.195Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"index\":\"a0f483a0-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[],\"query\":{\"query\":\"\",\"language\":\"lucene\"}}" - }, - "title": "Rendering Test: animal sounds pie", - "uiStateJSON": "{}", - "version": 1, - "visState": "{\"title\":\"Rendering Test: animal sounds pie\",\"type\":\"pie\",\"params\":{\"type\":\"pie\",\"addTooltip\":true,\"addLegend\":true,\"legendPosition\":\"right\",\"isDonut\":true,\"labels\":{\"show\":false,\"values\":true,\"last_level\":true,\"truncate\":100}},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"count\",\"schema\":\"metric\",\"params\":{}},{\"id\":\"2\",\"enabled\":true,\"type\":\"terms\",\"schema\":\"segment\",\"params\":{\"field\":\"sound.keyword\",\"otherBucket\":false,\"otherBucketLabel\":\"Other\",\"missingBucket\":false,\"missingBucketLabel\":\"Missing\",\"size\":5,\"order\":\"desc\",\"orderBy\":\"1\"}}]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:771b4f10-3e59-11e8-9fc3-39e49624228e", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-17T15:06:34.200Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"filter\":[],\"query\":{\"query\":\"\",\"language\":\"lucene\"}}" - }, - "savedSearchId": "a16d1990-3dca-11e8-8660-4d65aa086b3c", - "title": "Rendering Test: animal weights linked to search", - "uiStateJSON": "{}", - "version": 1, - "visState": "{\"title\":\"Rendering Test: animal weights linked to search\",\"type\":\"pie\",\"params\":{\"type\":\"pie\",\"addTooltip\":true,\"addLegend\":true,\"legendPosition\":\"right\",\"isDonut\":true,\"labels\":{\"show\":false,\"values\":true,\"last_level\":true,\"truncate\":100}},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"count\",\"schema\":\"metric\",\"params\":{}},{\"id\":\"2\",\"enabled\":true,\"type\":\"terms\",\"schema\":\"segment\",\"params\":{\"field\":\"name.keyword\",\"otherBucket\":false,\"otherBucketLabel\":\"Other\",\"missingBucket\":false,\"missingBucketLabel\":\"Missing\",\"size\":5,\"order\":\"desc\",\"orderBy\":\"1\"}}]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:76c7f020-4194-11e8-bb13-d53698fb349a", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-17T15:06:34.583Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{}" - }, - "title": "Filter Bytes Test: tsvb top n with bytes filter", - "uiStateJSON": "{}", - "version": 1, - "visState": "{\"title\":\"Filter Bytes Test: tsvb top n with bytes filter\",\"type\":\"metrics\",\"params\":{\"id\":\"61ca57f0-469d-11e7-af02-69e470af7417\",\"type\":\"top_n\",\"series\":[{\"id\":\"61ca57f1-469d-11e7-af02-69e470af7417\",\"color\":\"#68BC00\",\"split_mode\":\"filters\",\"metrics\":[{\"id\":\"482d6560-4194-11e8-a461-7d278185cba4\",\"type\":\"avg\",\"field\":\"bytes\"}],\"seperate_axis\":0,\"axis_position\":\"right\",\"formatter\":\"number\",\"chart_type\":\"line\",\"line_width\":1,\"point_size\":1,\"fill\":0.5,\"stacked\":\"none\",\"terms_field\":\"clientip\",\"filter\":\"Filter Bytes Test:>1000\",\"override_index_pattern\":0,\"series_index_pattern\":\"logstash-*\",\"series_time_field\":\"utc_time\",\"series_interval\":\"1m\",\"value_template\":\"\",\"split_filters\":[{\"filter\":\"Filter Bytes Test:>100\",\"label\":\"\",\"color\":\"#68BC00\",\"id\":\"39a107e0-4194-11e8-a461-7d278185cba4\"}]},{\"id\":\"4fd5b150-4194-11e8-a461-7d278185cba4\",\"color\":\"#68BC00\",\"split_mode\":\"everything\",\"metrics\":[{\"id\":\"4fd5b151-4194-11e8-a461-7d278185cba4\",\"type\":\"avg\",\"field\":\"bytes\"}],\"seperate_axis\":0,\"axis_position\":\"right\",\"formatter\":\"number\",\"chart_type\":\"line\",\"line_width\":1,\"point_size\":1,\"fill\":0.5,\"stacked\":\"none\",\"filter\":\"Filter Bytes Test:>3000\"}],\"time_field\":\"@timestamp\",\"index_pattern\":\"logstash-*\",\"interval\":\"auto\",\"axis_position\":\"left\",\"axis_formatter\":\"number\",\"show_legend\":1,\"show_grid\":1,\"background_color_rules\":[{\"id\":\"06893260-4194-11e8-a461-7d278185cba4\"}],\"bar_color_rules\":[{\"id\":\"36a0e740-4194-11e8-a461-7d278185cba4\"}]},\"aggs\":[]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:0ca8c600-4195-11e8-bb13-d53698fb349a", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-17T15:06:35.229Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{}" - }, - "title": "Filter Bytes Test: input control with filter", - "uiStateJSON": "{}", - "version": 1, - "visState": "{\"title\":\"Filter Bytes Test: input control with filter\",\"type\":\"input_control_vis\",\"params\":{\"controls\":[{\"id\":\"1523896850250\",\"indexPattern\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"fieldName\":\"bytes\",\"parent\":\"\",\"label\":\"Byte Options\",\"type\":\"list\",\"options\":{\"type\":\"terms\",\"multiselect\":true,\"size\":10,\"order\":\"desc\"}}],\"updateFiltersOnChange\":false,\"useTimeFilter\":false,\"pinFilters\":false},\"aggs\":[]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:039e4770-4194-11e8-bb13-d53698fb349a", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-17T15:06:35.220Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{}" - }, - "title": "Filter Bytes Test: tsvb time series with bytes filter split by clientip", - "uiStateJSON": "{}", - "version": 1, - "visState": "{\"title\":\"Filter Bytes Test: tsvb time series with bytes filter split by clientip\",\"type\":\"metrics\",\"params\":{\"id\":\"61ca57f0-469d-11e7-af02-69e470af7417\",\"type\":\"timeseries\",\"series\":[{\"id\":\"61ca57f1-469d-11e7-af02-69e470af7417\",\"color\":\"#68BC00\",\"split_mode\":\"terms\",\"metrics\":[{\"value\":\"\",\"id\":\"61ca57f2-469d-11e7-af02-69e470af7417\",\"type\":\"sum\",\"field\":\"bytes\"}],\"seperate_axis\":0,\"axis_position\":\"right\",\"formatter\":\"number\",\"chart_type\":\"line\",\"line_width\":1,\"point_size\":1,\"fill\":0.5,\"stacked\":\"none\",\"terms_field\":\"clientip\",\"filter\":\"Filter Bytes Test:>1000\"}],\"time_field\":\"@timestamp\",\"index_pattern\":\"logstash-*\",\"interval\":\"auto\",\"axis_position\":\"left\",\"axis_formatter\":\"number\",\"show_legend\":1,\"show_grid\":1},\"aggs\":[]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:760a9060-4190-11e8-bb13-d53698fb349a", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-17T15:06:35.235Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[{\"meta\":{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"negate\":false,\"disabled\":false,\"alias\":null,\"type\":\"phrase\",\"key\":\"geo.src\",\"value\":\"US\",\"params\":{\"query\":\"US\",\"type\":\"phrase\"}},\"query\":{\"match\":{\"geo.src\":{\"query\":\"US\",\"type\":\"phrase\"}}},\"$state\":{\"store\":\"appState\"}}],\"query\":{\"query\":\"\",\"language\":\"lucene\"}}" - }, - "title": "Filter Bytes Test: max bytes in US - area chart with filter", - "uiStateJSON": "{}", - "version": 1, - "visState": "{\"title\":\"Filter Bytes Test: max bytes in US - area chart with filter\",\"type\":\"area\",\"params\":{\"type\":\"area\",\"grid\":{\"categoryLines\":false,\"style\":{\"color\":\"#eee\"}},\"categoryAxes\":[{\"id\":\"CategoryAxis-1\",\"type\":\"category\",\"position\":\"bottom\",\"show\":true,\"style\":{},\"scale\":{\"type\":\"linear\"},\"labels\":{\"show\":true,\"truncate\":100},\"title\":{}}],\"valueAxes\":[{\"id\":\"ValueAxis-1\",\"name\":\"LeftAxis-1\",\"type\":\"value\",\"position\":\"left\",\"show\":true,\"style\":{},\"scale\":{\"type\":\"linear\",\"mode\":\"normal\"},\"labels\":{\"show\":true,\"rotate\":0,\"filter\":false,\"truncate\":100},\"title\":{\"text\":\"Max bytes\"}}],\"seriesParams\":[{\"show\":\"true\",\"type\":\"area\",\"mode\":\"stacked\",\"data\":{\"label\":\"Max bytes\",\"id\":\"1\"},\"drawLinesBetweenPoints\":true,\"showCircles\":true,\"interpolate\":\"linear\",\"valueAxis\":\"ValueAxis-1\"}],\"addTooltip\":true,\"addLegend\":true,\"legendPosition\":\"right\",\"times\":[],\"addTimeMarker\":false},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"max\",\"schema\":\"metric\",\"params\":{\"field\":\"bytes\"}},{\"id\":\"2\",\"enabled\":true,\"type\":\"date_histogram\",\"schema\":\"segment\",\"params\":{\"field\":\"@timestamp\",\"interval\":\"auto\",\"customInterval\":\"2h\",\"min_doc_count\":1,\"extended_bounds\":{}}}]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:b3e70d00-4190-11e8-bb13-d53698fb349a", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-17T15:06:35.236Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[],\"query\":{\"query\":\"\",\"language\":\"lucene\"}}" - }, - "title": "Filter Bytes Test: standard deviation heatmap with other bucket", - "uiStateJSON": "{\"vis\":{\"defaultColors\":{\"-4,000 - 1,000\":\"rgb(247,252,245)\",\"1,000 - 6,000\":\"rgb(199,233,192)\",\"6,000 - 11,000\":\"rgb(116,196,118)\",\"11,000 - 16,000\":\"rgb(35,139,69)\"}}}", - "version": 1, - "visState": "{\"title\":\"Filter Bytes Test: standard deviation heatmap with other bucket\",\"type\":\"heatmap\",\"params\":{\"type\":\"heatmap\",\"addTooltip\":true,\"addLegend\":true,\"enableHover\":false,\"legendPosition\":\"right\",\"times\":[],\"colorsNumber\":4,\"colorSchema\":\"Greens\",\"setColorRange\":false,\"colorsRange\":[],\"invertColors\":false,\"percentageMode\":false,\"valueAxes\":[{\"show\":false,\"id\":\"ValueAxis-1\",\"type\":\"value\",\"scale\":{\"type\":\"linear\",\"defaultYExtents\":false},\"labels\":{\"show\":false,\"rotate\":0,\"overwriteColor\":false,\"color\":\"#555\"}}]},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"std_dev\",\"schema\":\"metric\",\"params\":{\"field\":\"bytes\"}},{\"id\":\"2\",\"enabled\":true,\"type\":\"terms\",\"schema\":\"segment\",\"params\":{\"field\":\"geo.src\",\"otherBucket\":true,\"otherBucketLabel\":\"Other\",\"missingBucket\":false,\"missingBucketLabel\":\"Missing\",\"size\":10,\"order\":\"desc\",\"orderBy\":\"_term\"}}]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:c10c6b00-4191-11e8-bb13-d53698fb349a", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-17T15:06:36.267Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[],\"query\":{\"query\":\"\",\"language\":\"lucene\"}}" - }, - "title": "Filter Bytes Test: max bytes guage percent mode", - "uiStateJSON": "{\"vis\":{\"defaultColors\":{\"0 - 1\":\"rgb(0,104,55)\",\"1 - 15\":\"rgb(255,255,190)\",\"15 - 100\":\"rgb(165,0,38)\"}}}", - "version": 1, - "visState": "{\"title\":\"Filter Bytes Test: max bytes guage percent mode\",\"type\":\"gauge\",\"params\":{\"type\":\"gauge\",\"addTooltip\":true,\"addLegend\":true,\"isDisplayWarning\":false,\"gauge\":{\"verticalSplit\":false,\"extendRange\":true,\"percentageMode\":true,\"gaugeType\":\"Arc\",\"gaugeStyle\":\"Full\",\"backStyle\":\"Full\",\"orientation\":\"vertical\",\"colorSchema\":\"Green to Red\",\"gaugeColorMode\":\"Labels\",\"colorsRange\":[{\"from\":0,\"to\":500},{\"from\":500,\"to\":7500},{\"from\":7500,\"to\":50000}],\"invertColors\":false,\"labels\":{\"show\":true,\"color\":\"black\"},\"scale\":{\"show\":true,\"labels\":false,\"color\":\"#333\"},\"type\":\"meter\",\"style\":{\"bgWidth\":0.9,\"width\":0.9,\"mask\":false,\"bgMask\":false,\"maskBars\":50,\"bgFill\":\"#eee\",\"bgColor\":false,\"subText\":\"Im subtext\",\"fontSize\":60,\"labelColor\":true}}},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"max\",\"schema\":\"metric\",\"params\":{\"field\":\"bytes\"}}]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:03d2afd0-4192-11e8-bb13-d53698fb349a", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-17T15:06:36.269Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[],\"query\":{\"query\":\"\",\"language\":\"lucene\"}}" - }, - "title": "Filter Bytes Test: Goal unique count", - "uiStateJSON": "{\"vis\":{\"defaultColors\":{\"0 - 10000\":\"rgb(0,104,55)\"}}}", - "version": 1, - "visState": "{\"title\":\"Filter Bytes Test: Goal unique count\",\"type\":\"goal\",\"params\":{\"addTooltip\":true,\"addLegend\":false,\"isDisplayWarning\":false,\"type\":\"gauge\",\"gauge\":{\"verticalSplit\":false,\"autoExtend\":false,\"percentageMode\":false,\"gaugeType\":\"Arc\",\"gaugeStyle\":\"Full\",\"backStyle\":\"Full\",\"orientation\":\"vertical\",\"useRanges\":false,\"colorSchema\":\"Green to Red\",\"gaugeColorMode\":\"None\",\"colorsRange\":[{\"from\":0,\"to\":10000}],\"invertColors\":false,\"labels\":{\"show\":true,\"color\":\"black\"},\"scale\":{\"show\":false,\"labels\":false,\"color\":\"#333\",\"width\":2},\"type\":\"meter\",\"style\":{\"bgFill\":\"#000\",\"bgColor\":false,\"labelColor\":false,\"subText\":\"\",\"fontSize\":60}}},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"cardinality\",\"schema\":\"metric\",\"params\":{\"field\":\"bytes\"}}]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:7ff2c4c0-4191-11e8-bb13-d53698fb349a", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-17T15:06:36.270Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[],\"query\":{\"query\":\"\",\"language\":\"lucene\"}}" - }, - "title": "Filter Bytes Test: Data table top hit with significant terms geo.src", - "uiStateJSON": "{\"vis\":{\"params\":{\"sort\":{\"columnIndex\":null,\"direction\":null}}}}", - "version": 1, - "visState": "{\"title\":\"Filter Bytes Test: Data table top hit with significant terms geo.src\",\"type\":\"table\",\"params\":{\"perPage\":10,\"showPartialRows\":false,\"showMeticsAtAllLevels\":false,\"sort\":{\"columnIndex\":null,\"direction\":null},\"showTotal\":false,\"totalFunc\":\"sum\"},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"top_hits\",\"schema\":\"metric\",\"params\":{\"field\":\"bytes\",\"aggregate\":\"average\",\"size\":1,\"sortField\":\"@timestamp\",\"sortOrder\":\"desc\"}},{\"id\":\"2\",\"enabled\":true,\"type\":\"significant_terms\",\"schema\":\"bucket\",\"params\":{\"field\":\"geo.src\",\"size\":10}}]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:df72ad40-4194-11e8-bb13-d53698fb349a", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-17T15:06:36.276Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[{\"meta\":{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"negate\":true,\"disabled\":false,\"alias\":null,\"type\":\"phrase\",\"key\":\"bytes\",\"value\":\"0\",\"params\":{\"query\":0,\"type\":\"phrase\"}},\"query\":{\"match\":{\"bytes\":{\"query\":0,\"type\":\"phrase\"}}},\"$state\":{\"store\":\"appState\"}}],\"query\":{\"query\":\"\",\"language\":\"lucene\"}}" - }, - "title": "Filter Bytes Test: tag cloud with not 0 bytes filter", - "uiStateJSON": "{}", - "version": 1, - "visState": "{\"title\":\"Filter Bytes Test: tag cloud with not 0 bytes filter\",\"type\":\"tagcloud\",\"params\":{\"scale\":\"linear\",\"orientation\":\"single\",\"minFontSize\":18,\"maxFontSize\":72,\"showLabel\":true},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"count\",\"schema\":\"metric\",\"params\":{}},{\"id\":\"2\",\"enabled\":true,\"type\":\"terms\",\"schema\":\"segment\",\"params\":{\"field\":\"bytes\",\"otherBucket\":false,\"otherBucketLabel\":\"Other\",\"missingBucket\":false,\"missingBucketLabel\":\"Missing\",\"size\":5,\"order\":\"desc\",\"orderBy\":\"1\"}}]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:63983430-4192-11e8-bb13-d53698fb349a", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-17T15:06:36.275Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[{\"meta\":{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"negate\":false,\"disabled\":false,\"alias\":null,\"type\":\"phrase\",\"key\":\"geo.src\",\"value\":\"US\",\"params\":{\"query\":\"US\",\"type\":\"phrase\"}},\"query\":{\"match\":{\"geo.src\":{\"query\":\"US\",\"type\":\"phrase\"}}},\"$state\":{\"store\":\"appState\"}}],\"query\":{\"query\":\"Filter Bytes Test:>5000\",\"language\":\"lucene\"}}" - }, - "title": "Filter Bytes Test: geo map with filter and query bytes > 5000 in US geo.src, heatmap setting", - "uiStateJSON": "{\"mapZoom\":7,\"mapCenter\":[42.98857645832184,-75.49804687500001]}", - "version": 1, - "visState": "{\"title\":\"Filter Bytes Test: geo map with filter and query bytes > 5000 in US geo.src, heatmap setting\",\"type\":\"tile_map\",\"params\":{\"mapType\":\"Heatmap\",\"isDesaturated\":true,\"addTooltip\":true,\"heatClusterSize\":1.5,\"legendPosition\":\"bottomright\",\"mapZoom\":2,\"mapCenter\":[0,0],\"wms\":{\"enabled\":false,\"options\":{\"format\":\"image/png\",\"transparent\":true},\"baseLayersAreLoaded\":{},\"tmsLayers\":[{\"id\":\"road_map\",\"url\":\"https://tiles-stage.elastic.co/v2/default/{z}/{x}/{y}.png?elastic_tile_service_tos=agree&my_app_name=kibana&my_app_version=6.3.0\",\"minZoom\":0,\"maxZoom\":10,\"attribution\":\"

© OpenStreetMap contributors | Elastic Maps Service

\",\"subdomains\":[]}],\"selectedTmsLayer\":{\"id\":\"road_map\",\"url\":\"https://tiles-stage.elastic.co/v2/default/{z}/{x}/{y}.png?elastic_tile_service_tos=agree&my_app_name=kibana&my_app_version=6.3.0\",\"minZoom\":0,\"maxZoom\":10,\"attribution\":\"

© OpenStreetMap contributors | Elastic Maps Service

\",\"subdomains\":[]}}},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"count\",\"schema\":\"metric\",\"params\":{}},{\"id\":\"2\",\"enabled\":true,\"type\":\"geohash_grid\",\"schema\":\"segment\",\"params\":{\"field\":\"geo.coordinates\",\"autoPrecision\":true,\"isFilteredByCollar\":true,\"useGeocentroid\":true,\"precision\":4}}]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "search:be5accf0-3dca-11e8-8660-4d65aa086b3c", - "index": ".kibana", - "source": { - "search": { - "columns": [ - "agent", - "bytes", - "clientip" - ], - "description": "", - "hits": 0, - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"highlightAll\":true,\"version\":true,\"query\":{\"language\":\"lucene\",\"query\":\"\"},\"filter\":[]}" - }, - "sort": [ - "@timestamp", - "desc" - ], - "title": "Rendering Test: saved search", - "version": 1 - }, - "type": "search", - "updated_at": "2018-04-17T15:09:39.805Z" - } - } -} - -{ - "type": "doc", - "value": { - "id": "search:ca5ada40-3dca-11e8-8660-4d65aa086b3c", - "index": ".kibana", - "source": { - "search": { - "columns": [ - "agent", - "bytes", - "clientip" - ], - "description": "", - "hits": 0, - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"highlightAll\":true,\"version\":true,\"query\":{\"language\":\"lucene\",\"query\":\"\"},\"filter\":[{\"meta\":{\"negate\":false,\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"type\":\"phrase\",\"key\":\"bytes\",\"value\":\"1,607\",\"params\":{\"query\":1607,\"type\":\"phrase\"},\"disabled\":false,\"alias\":null},\"query\":{\"match\":{\"bytes\":{\"query\":1607,\"type\":\"phrase\"}}},\"$state\":{\"store\":\"appState\"}}]}" - }, - "sort": [ - "@timestamp", - "desc" - ], - "title": "Filter Bytes Test: search with filter", - "version": 1 - }, - "type": "search", - "updated_at": "2018-04-17T15:09:55.976Z" - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:9bebe980-4192-11e8-bb13-d53698fb349a", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-17T15:59:42.648Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{}" - }, - "title": "Filter Bytes Test: timelion split 5 on bytes", - "uiStateJSON": "{}", - "version": 1, - "visState": "{\"title\":\"Filter Bytes Test: timelion split 5 on bytes\",\"type\":\"timelion\",\"params\":{\"expression\":\".es(*, split=bytes:5)\",\"interval\":\"auto\"},\"aggs\":[]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:1dcdfe30-4192-11e8-bb13-d53698fb349a", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-17T15:59:56.976Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[],\"query\":{\"query\":\"bytes:>100\",\"language\":\"lucene\"}}" - }, - "title": "Filter Bytes Test: min bytes metric with query", - "uiStateJSON": "{}", - "version": 1, - "visState": "{\"title\":\"Filter Bytes Test: min bytes metric with query\",\"type\":\"metric\",\"params\":{\"addTooltip\":true,\"addLegend\":false,\"type\":\"metric\",\"metric\":{\"percentageMode\":false,\"useRanges\":false,\"colorSchema\":\"Green to Red\",\"metricColorMode\":\"None\",\"colorsRange\":[{\"from\":0,\"to\":10000}],\"labels\":{\"show\":true},\"invertColors\":false,\"style\":{\"bgFill\":\"#000\",\"bgColor\":false,\"labelColor\":false,\"subText\":\"\",\"fontSize\":60}}},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"min\",\"schema\":\"metric\",\"params\":{\"field\":\"bytes\"}}]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:35417e50-4194-11e8-bb13-d53698fb349a", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-17T16:06:03.785Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{}" - }, - "title": "Filter Bytes Test: tsvb metric with custom interval and bytes filter", - "uiStateJSON": "{}", - "version": 1, - "visState": "{\"title\":\"Filter Bytes Test: tsvb metric with custom interval and bytes filter\",\"type\":\"metrics\",\"params\":{\"id\":\"61ca57f0-469d-11e7-af02-69e470af7417\",\"type\":\"metric\",\"series\":[{\"id\":\"61ca57f1-469d-11e7-af02-69e470af7417\",\"color\":\"#68BC00\",\"split_mode\":\"everything\",\"metrics\":[{\"value\":\"\",\"id\":\"61ca57f2-469d-11e7-af02-69e470af7417\",\"type\":\"sum\",\"field\":\"bytes\"}],\"seperate_axis\":0,\"axis_position\":\"right\",\"formatter\":\"number\",\"chart_type\":\"line\",\"line_width\":1,\"point_size\":1,\"fill\":0.5,\"stacked\":\"none\",\"terms_field\":\"clientip\",\"filter\":\"Filter Bytes Test:>1000\",\"override_index_pattern\":1,\"series_index_pattern\":\"logstash-*\",\"series_time_field\":\"utc_time\",\"series_interval\":\"1d\",\"value_template\":\"{{value}} custom template\"}],\"time_field\":\"@timestamp\",\"index_pattern\":\"logstash-*\",\"interval\":\"auto\",\"axis_position\":\"left\",\"axis_formatter\":\"number\",\"show_legend\":1,\"show_grid\":1,\"background_color_rules\":[{\"id\":\"06893260-4194-11e8-a461-7d278185cba4\"}]},\"aggs\":[]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:9fb4c670-4194-11e8-bb13-d53698fb349a", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-17T16:32:59.086Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{}" - }, - "title": "Filter Bytes Test: tsvb markdown", - "uiStateJSON": "{}", - "version": 1, - "visState": "{\"title\":\"Filter Bytes Test: tsvb markdown\",\"type\":\"metrics\",\"params\":{\"id\":\"61ca57f0-469d-11e7-af02-69e470af7417\",\"type\":\"markdown\",\"series\":[{\"id\":\"61ca57f1-469d-11e7-af02-69e470af7417\",\"color\":\"#68BC00\",\"split_mode\":\"filters\",\"metrics\":[{\"id\":\"482d6560-4194-11e8-a461-7d278185cba4\",\"type\":\"avg\",\"field\":\"bytes\"}],\"seperate_axis\":0,\"axis_position\":\"right\",\"formatter\":\"number\",\"chart_type\":\"line\",\"line_width\":1,\"point_size\":1,\"fill\":0.5,\"stacked\":\"none\",\"terms_field\":\"clientip\",\"filter\":\"Filter Bytes Test:>1000\",\"override_index_pattern\":0,\"series_index_pattern\":\"logstash-*\",\"series_time_field\":\"utc_time\",\"series_interval\":\"1m\",\"value_template\":\"\",\"split_filters\":[{\"filter\":\"bytes:>1000\",\"label\":\"\",\"color\":\"#68BC00\",\"id\":\"39a107e0-4194-11e8-a461-7d278185cba4\"}],\"label\":\"\",\"var_name\":\"\"}],\"time_field\":\"@timestamp\",\"index_pattern\":\"logstash-*\",\"interval\":\"auto\",\"axis_position\":\"left\",\"axis_formatter\":\"number\",\"show_legend\":1,\"show_grid\":1,\"background_color_rules\":[{\"id\":\"06893260-4194-11e8-a461-7d278185cba4\"}],\"bar_color_rules\":[{\"id\":\"36a0e740-4194-11e8-a461-7d278185cba4\"}],\"markdown\":\"{{bytes_1000.last.formatted}}\"},\"aggs\":[]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:584c0300-4191-11e8-bb13-d53698fb349a", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-17T18:36:30.315Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"index\":\"0bf35f60-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[],\"query\":{\"query\":\"bytes:>9000\",\"language\":\"lucene\"}}" - }, - "title": "Filter Bytes Test: split by geo with query", - "uiStateJSON": "{}", - "version": 1, - "visState": "{\"title\":\"Filter Bytes Test: split by geo with query\",\"type\":\"pie\",\"params\":{\"type\":\"pie\",\"addTooltip\":true,\"addLegend\":true,\"legendPosition\":\"right\",\"isDonut\":true,\"labels\":{\"show\":false,\"values\":true,\"last_level\":true,\"truncate\":100}},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"sum\",\"schema\":\"metric\",\"params\":{\"field\":\"bytes\"}},{\"id\":\"2\",\"enabled\":true,\"type\":\"terms\",\"schema\":\"segment\",\"params\":{\"field\":\"geo.src\",\"otherBucket\":false,\"otherBucketLabel\":\"Other\",\"missingBucket\":false,\"missingBucketLabel\":\"Missing\",\"size\":5,\"order\":\"desc\",\"orderBy\":\"1\"}}]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "config:7.0.0-alpha1", - "index": ".kibana", - "source": { - "config": { - "buildNum": null, - "dateFormat:tz": "UTC", - "defaultIndex": "0bf35f60-3dc9-11e8-8660-4d65aa086b3c", - "notifications:lifetime:banner": 3600000, - "notifications:lifetime:error": 3600000, - "notifications:lifetime:info": 3600000, - "notifications:lifetime:warning": 3600000 - }, - "type": "config", - "updated_at": "2018-04-17T19:25:03.632Z" - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:8090dcb0-4195-11e8-bb13-d53698fb349a", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-04-17T19:28:21.967Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{}" - }, - "title": "Filter Bytes Test: vega", - "uiStateJSON": "{}", - "version": 1, - "visState": "{\"title\":\"Filter Bytes Test: vega\",\"type\":\"vega\",\"params\":{\"spec\":\"{ \\nconfig: { kibana: { renderer: \\\"svg\\\" }},\\n/*\\n\\nWelcome to Vega visualizations. Here you can design your own dataviz from scratch using a declarative language called Vega, or its simpler form Vega-Lite. In Vega, you have the full control of what data is loaded, even from multiple sources, how that data is transformed, and what visual elements are used to show it. Use help icon to view Vega examples, tutorials, and other docs. Use the wrench icon to reformat this text, or to remove comments.\\n\\nThis example graph shows the document count in all indexes in the current time range. You might need to adjust the time filter in the upper right corner.\\n*/\\n\\n $schema: https://vega.github.io/schema/vega-lite/v2.json\\n title: Event counts from all indexes\\n\\n // Define the data source\\n data: {\\n url: {\\n/*\\nAn object instead of a string for the \\\"url\\\" param is treated as an Elasticsearch query. Anything inside this object is not part of the Vega language, but only understood by Kibana and Elasticsearch server. This query counts the number of documents per time interval, assuming you have a @timestamp field in your data.\\n\\nKibana has a special handling for the fields surrounded by \\\"%\\\". They are processed before the the query is sent to Elasticsearch. This way the query becomes context aware, and can use the time range and the dashboard filters.\\n*/\\n\\n // Apply dashboard context filters when set\\n %context%: true\\n // Filter the time picker (upper right corner) with this field\\n %timefield%: @timestamp\\n\\n/*\\nSee .search() documentation for : https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/api-reference.html#api-search\\n*/\\n\\n // Which index to search\\n index: _all\\n // Aggregate data by the time field into time buckets, counting the number of documents in each bucket.\\n body: {\\n aggs: {\\n time_buckets: {\\n date_histogram: {\\n // Use date histogram aggregation on @timestamp field\\n field: @timestamp\\n // The interval value will depend on the daterange picker (true), or use an integer to set an approximate bucket count\\n interval: {%autointerval%: true}\\n // Make sure we get an entire range, even if it has no data\\n extended_bounds: {\\n // Use the current time range's start and end\\n min: {%timefilter%: \\\"min\\\"}\\n max: {%timefilter%: \\\"max\\\"}\\n }\\n // Use this for linear (e.g. line, area) graphs. Without it, empty buckets will not show up\\n min_doc_count: 0\\n }\\n }\\n }\\n // Speed up the response by only including aggregation results\\n size: 0\\n }\\n }\\n/*\\nElasticsearch will return results in this format:\\n\\naggregations: {\\n time_buckets: {\\n buckets: [\\n {\\n key_as_string: 2015-11-30T22:00:00.000Z\\n key: 1448920800000\\n doc_count: 0\\n },\\n {\\n key_as_string: 2015-11-30T23:00:00.000Z\\n key: 1448924400000\\n doc_count: 0\\n }\\n ...\\n ]\\n }\\n}\\n\\nFor our graph, we only need the list of bucket values. Use the format.property to discard everything else.\\n*/\\n format: {property: \\\"aggregations.time_buckets.buckets\\\"}\\n }\\n\\n // \\\"mark\\\" is the graphics element used to show our data. Other mark values are: area, bar, circle, line, point, rect, rule, square, text, and tick. See https://vega.github.io/vega-lite/docs/mark.html\\n mark: line\\n\\n // \\\"encoding\\\" tells the \\\"mark\\\" what data to use and in what way. See https://vega.github.io/vega-lite/docs/encoding.html\\n encoding: {\\n x: {\\n // The \\\"key\\\" value is the timestamp in milliseconds. Use it for X axis.\\n field: key\\n type: temporal\\n axis: {title: false} // Customize X axis format\\n }\\n y: {\\n // The \\\"doc_count\\\" is the count per bucket. Use it for Y axis.\\n field: doc_count\\n type: quantitative\\n axis: {title: \\\"Document count\\\"}\\n }\\n }\\n}\\n\"},\"aggs\":[]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "config:6.2.4", - "index": ".kibana", - "source": { - "config": { - "buildNum": 16627, - "defaultIndex": "0bf35f60-3dc9-11e8-8660-4d65aa086b3c", - "xPackMonitoring:showBanner": false - }, - "type": "config", - "updated_at": "2018-05-09T20:50:57.021Z" - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:edb65990-53ca-11e8-b481-c9426d020fcd", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-05-09T20:52:47.144Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"index\":\"a0f483a0-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[],\"query\":{\"query\":\"\",\"language\":\"lucene\"}}" - }, - "title": "table created in 6_2", - "uiStateJSON": "{\"vis\":{\"params\":{\"sort\":{\"columnIndex\":null,\"direction\":null}}}}", - "version": 1, - "visState": "{\"title\":\"table created in 6_2\",\"type\":\"table\",\"params\":{\"perPage\":10,\"showPartialRows\":false,\"showMeticsAtAllLevels\":false,\"sort\":{\"columnIndex\":null,\"direction\":null},\"showTotal\":false,\"totalFunc\":\"sum\"},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"count\",\"schema\":\"metric\",\"params\":{}},{\"id\":\"2\",\"enabled\":true,\"type\":\"terms\",\"schema\":\"bucket\",\"params\":{\"field\":\"weightLbs\",\"otherBucket\":false,\"otherBucketLabel\":\"Other\",\"missingBucket\":false,\"missingBucketLabel\":\"Missing\",\"size\":5,\"order\":\"desc\",\"orderBy\":\"1\"}},{\"id\":\"3\",\"enabled\":true,\"type\":\"terms\",\"schema\":\"bucket\",\"params\":{\"field\":\"animal.keyword\",\"otherBucket\":false,\"otherBucketLabel\":\"Other\",\"missingBucket\":false,\"missingBucketLabel\":\"Missing\",\"size\":5,\"order\":\"desc\",\"orderBy\":\"1\"}}]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:0644f890-53cb-11e8-b481-c9426d020fcd", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2018-05-09T20:53:28.345Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"index\":\"a0f483a0-3dc9-11e8-8660-4d65aa086b3c\",\"filter\":[],\"query\":{\"query\":\"weightLbs:>10\",\"language\":\"lucene\"}}" - }, - "title": "Weight in lbs pie created in 6.2", - "uiStateJSON": "{}", - "version": 1, - "visState": "{\"title\":\"Weight in lbs pie created in 6.2\",\"type\":\"pie\",\"params\":{\"type\":\"pie\",\"addTooltip\":true,\"addLegend\":true,\"legendPosition\":\"right\",\"isDonut\":true,\"labels\":{\"show\":false,\"values\":true,\"last_level\":true,\"truncate\":100}},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"count\",\"schema\":\"metric\",\"params\":{}},{\"id\":\"2\",\"enabled\":true,\"type\":\"terms\",\"schema\":\"segment\",\"params\":{\"field\":\"weightLbs\",\"otherBucket\":false,\"otherBucketLabel\":\"Other\",\"missingBucket\":false,\"missingBucketLabel\":\"Missing\",\"size\":5,\"order\":\"desc\",\"orderBy\":\"1\"}}]}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "dashboard:1b2f47b0-53cb-11e8-b481-c9426d020fcd", - "index": ".kibana", - "source": { - "dashboard": { - "description": "", - "hits": 0, - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"query\":{\"language\":\"lucene\",\"query\":\"weightLbs:>15\"},\"filter\":[{\"meta\":{\"index\":\"a0f483a0-3dc9-11e8-8660-4d65aa086b3c\",\"field\":\"isDog\",\"negate\":false,\"disabled\":false,\"alias\":null,\"type\":\"phrase\",\"key\":\"isDog\",\"value\":\"true\",\"params\":{\"value\":true}},\"script\":{\"script\":{\"inline\":\"boolean compare(Supplier s, def v) {return s.get() == v;}compare(() -> { return doc['animal.keyword'].value == 'dog' }, params.value);\",\"lang\":\"painless\",\"params\":{\"value\":true}}},\"$state\":{\"store\":\"appState\"}}],\"highlightAll\":true,\"version\":true}" - }, - "optionsJSON": "{\"darkTheme\":false,\"hidePanelTitles\":false,\"useMargins\":true}", - "panelsJSON": "[{\"gridData\":{\"h\":3,\"i\":\"4\",\"w\":6,\"x\":6,\"y\":0},\"id\":\"edb65990-53ca-11e8-b481-c9426d020fcd\",\"panelIndex\":\"4\",\"type\":\"visualization\",\"version\":\"6.2.4\"},{\"gridData\":{\"w\":6,\"h\":3,\"x\":0,\"y\":0,\"i\":\"5\"},\"version\":\"6.2.4\",\"panelIndex\":\"5\",\"type\":\"visualization\",\"id\":\"0644f890-53cb-11e8-b481-c9426d020fcd\"}]", - "refreshInterval": { - "display": "Off", - "pause": false, - "value": 0 - }, - "timeFrom": "Mon Apr 09 2018 17:56:08 GMT-0400", - "timeRestore": true, - "timeTo": "Wed Apr 11 2018 17:56:08 GMT-0400", - "title": "Animal Weights (created in 6.2)", - "version": 1 - }, - "type": "dashboard", - "updated_at": "2018-05-09T20:54:03.435Z" - } - } -} - -{ - "type": "doc", - "value": { - "id": "index-pattern:a0f483a0-3dc9-11e8-8660-4d65aa086b3c", - "index": ".kibana", - "source": { - "index-pattern": { - "fieldFormatMap": "{\"weightLbs\":{\"id\":\"number\",\"params\":{\"pattern\":\"0,0.0\"}},\"is_dog\":{\"id\":\"boolean\"},\"isDog\":{\"id\":\"boolean\"}}", - "fields": "[{\"name\":\"@timestamp\",\"type\":\"date\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"_id\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":false},{\"name\":\"_index\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":false},{\"name\":\"_score\",\"type\":\"number\",\"count\":0,\"scripted\":false,\"searchable\":false,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"_source\",\"type\":\"_source\",\"count\":0,\"scripted\":false,\"searchable\":false,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"_type\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":false},{\"name\":\"animal\",\"type\":\"string\",\"count\":3,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"animal.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"name\",\"type\":\"string\",\"count\":1,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"name.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"sound\",\"type\":\"string\",\"count\":2,\"scripted\":false,\"searchable\":true,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"sound.keyword\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"weightLbs\",\"type\":\"number\",\"count\":2,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"isDog\",\"type\":\"boolean\",\"count\":0,\"scripted\":true,\"script\":\"return doc['animal.keyword'].value == 'dog'\",\"lang\":\"painless\",\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":false}]", - "timeFieldName": "@timestamp", - "title": "animals-*" - }, - "type": "index-pattern", - "updated_at": "2018-05-09T20:55:44.314Z" - } - } -} - -{ - "type": "doc", - "value": { - "id": "search:6351c590-53cb-11e8-b481-c9426d020fcd", - "index": ".kibana", - "source": { - "search": { - "columns": [ - "animal", - "sound", - "weightLbs" - ], - "description": "", - "hits": 0, - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"index\":\"a0f483a0-3dc9-11e8-8660-4d65aa086b3c\",\"highlightAll\":true,\"version\":true,\"query\":{\"language\":\"lucene\",\"query\":\"weightLbs:>10\"},\"filter\":[{\"meta\":{\"index\":\"a0f483a0-3dc9-11e8-8660-4d65aa086b3c\",\"negate\":false,\"disabled\":false,\"alias\":null,\"type\":\"phrase\",\"key\":\"sound.keyword\",\"value\":\"growl\",\"params\":{\"query\":\"growl\",\"type\":\"phrase\"}},\"query\":{\"match\":{\"sound.keyword\":{\"query\":\"growl\",\"type\":\"phrase\"}}},\"$state\":{\"store\":\"appState\"}}]}" - }, - "sort": [ - "@timestamp", - "desc" - ], - "title": "Search created in 6.2", - "version": 1 - }, - "type": "search", - "updated_at": "2018-05-09T20:56:04.457Z" - } - } -} - -{ - "type": "doc", - "value": { - "id": "visualization:47b5cf60-9e93-11ea-853e-adc0effaf76d", - "index": ".kibana", - "source": { - "type": "visualization", - "updated_at": "2020-05-25T15:16:27.743Z", - "visualization": { - "description": "", - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"index\":\"1b1789d0-9e93-11ea-853e-adc0effaf76d\"}" - }, - "title": "vis with missing index pattern", - "uiStateJSON": "{}", - "version": 1, - "visState": "{\"type\":\"pie\",\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"count\",\"schema\":\"metric\",\"params\":{}}],\"params\":{\"type\":\"pie\",\"addTooltip\":true,\"addLegend\":true,\"legendPosition\":\"right\",\"isDonut\":true,\"labels\":{\"show\":false,\"values\":true,\"last_level\":true,\"truncate\":100}},\"title\":\"vis with missing index pattern\"}" - } - } - } -} - -{ - "type": "doc", - "value": { - "id": "dashboard:502e63a0-9e93-11ea-853e-adc0effaf76d", - "index": ".kibana", - "source": { - "dashboard": { - "description": "", - "hits": 0, - "kibanaSavedObjectMeta": { - "searchSourceJSON": "{\"query\":{\"language\":\"kuery\",\"query\":\"\"},\"filter\":[]}" - }, - "optionsJSON": "{\"hidePanelTitles\":false,\"useMargins\":true}", - "panelsJSON": "[{\"version\":\"6.3.0\",\"gridData\":{\"x\":0,\"y\":0,\"w\":24,\"h\":15,\"i\":\"6cfbe6cc-1872-4cb4-9455-a02eeb75127e\"},\"panelIndex\":\"6cfbe6cc-1872-4cb4-9455-a02eeb75127e\",\"embeddableConfig\":{},\"type\":\"visualization\",\"id\":\"47b5cf60-9e93-11ea-853e-adc0effaf76d\"}]", - "timeRestore": false, - "title": "dashboard with missing index pattern", - "version": 1 - }, - "type": "dashboard", - "updated_at": "2020-05-25T15:16:27.743Z" - } - } -} diff --git a/test/functional/fixtures/es_archiver/dashboard/current/kibana/data.json.gz b/test/functional/fixtures/es_archiver/dashboard/current/kibana/data.json.gz new file mode 100644 index 0000000000000000000000000000000000000000..c9e40200fe505ecf15374135d333e6feaed37b4f GIT binary patch literal 16538 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

0CREpW-@0rC0o4OD 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 M@7D!ABM8v{1KvMbEC2ui literal 0 HcmV?d00001 From e2d01c29c985a95a66c548dc068257c5a500c1c4 Mon Sep 17 00:00:00 2001 From: Anton Dosov Date: Mon, 25 May 2020 17:43:10 +0200 Subject: [PATCH 4/6] fix --- test/functional/services/common/browser.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/functional/services/common/browser.ts b/test/functional/services/common/browser.ts index 634991fd45b73..3f71c16bd3c44 100644 --- a/test/functional/services/common/browser.ts +++ b/test/functional/services/common/browser.ts @@ -413,7 +413,6 @@ export async function BrowserProvider({ getService }: FtrProviderContext) { * Switches driver to specific browser tab by index * * @param {string} tabIndex - * @param {string} value * @return {Promise} */ public async switchTab(tabIndex: number) { From 60d1def46012ec9023d40902ce03ddba407383f1 Mon Sep 17 00:00:00 2001 From: Anton Dosov Date: Tue, 26 May 2020 10:26:03 +0200 Subject: [PATCH 5/6] fix data --- .../dashboard/current/kibana/data.json.gz | Bin 16538 -> 16643 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/test/functional/fixtures/es_archiver/dashboard/current/kibana/data.json.gz b/test/functional/fixtures/es_archiver/dashboard/current/kibana/data.json.gz index c9e40200fe505ecf15374135d333e6feaed37b4f..e83e34a2e07fab31fd8be22de647fdcd646dba12 100644 GIT binary patch delta 16199 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 delta 16001 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 From 2b6167fb1f798392ba2380de77647f56245bb02f Mon Sep 17 00:00:00 2001 From: Anton Dosov Date: Wed, 27 May 2020 11:31:39 +0200 Subject: [PATCH 6/6] improve tab clean up --- .../dashboard/dashboard_error_handling.ts | 31 +++++++++++++------ 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/test/functional/apps/dashboard/dashboard_error_handling.ts b/test/functional/apps/dashboard/dashboard_error_handling.ts index b9aeacd4f99c4..6bd8327a110b9 100644 --- a/test/functional/apps/dashboard/dashboard_error_handling.ts +++ b/test/functional/apps/dashboard/dashboard_error_handling.ts @@ -34,16 +34,27 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { await PageObjects.common.navigateToApp('dashboard'); }); - it('recreate index pattern link works', async () => { - await PageObjects.dashboard.gotoDashboardLandingPage(); - await PageObjects.dashboard.loadSavedDashboard('dashboard with missing index pattern'); - await PageObjects.header.waitUntilLoadingHasFinished(); - const errorEmbeddable = await testSubjects.find('embeddableStackError'); - await (await errorEmbeddable.findByTagName('a')).click(); - await browser.switchTab(1); - await testSubjects.existOrFail('createIndexPatternButton'); - await browser.closeCurrentWindow(); - await browser.switchTab(0); + // wrapping into own describe to make sure new tab is cleaned up even if test failed + // see: https://github.com/elastic/kibana/pull/67280#discussion_r430528122 + describe('recreate index pattern link works', () => { + let tabsCount = 1; + it('recreate index pattern link works', async () => { + await PageObjects.dashboard.gotoDashboardLandingPage(); + await PageObjects.dashboard.loadSavedDashboard('dashboard with missing index pattern'); + await PageObjects.header.waitUntilLoadingHasFinished(); + const errorEmbeddable = await testSubjects.find('embeddableStackError'); + await (await errorEmbeddable.findByTagName('a')).click(); + await browser.switchTab(1); + tabsCount++; + await testSubjects.existOrFail('createIndexPatternButton'); + }); + + after(async () => { + if (tabsCount > 1) { + await browser.closeCurrentWindow(); + await browser.switchTab(0); + } + }); }); }); }