From 71208703a906683edd01f22a4dfe395e977345e5 Mon Sep 17 00:00:00 2001 From: Nicolas Ruflin Date: Tue, 5 Feb 2019 22:47:54 +0100 Subject: [PATCH] Introduce migration script for data in Kibana files (#9998) With 7.x the data structure of the modules was changed to ECS. This has an affect on all Kibana files as the fields changed. For the migration from 6.x to 7.x it is necessary that 6.x and 7.x dashboards can coexist. To not overwrite dashboards in 7.x all Kibana files must have a changed id and to differentiate them in the UI, a different title. This PR does the following changes: * Reads all changed files from ecs-migration.yml and replaces these fields in all Kibana files. It also replaces fields inside queries and filters * Reads all ids used in the Kibana files and postfixes these ids with `-7x`. It also replaces ids existing in links between dashboards. * Reads all titles in the Kibana files and appends ` 7.x` to the titles. The change is impemented so the script can be run multiple times. This is helpful if we make changes later on again to a few dashboards we can rerun the script without having double changes. --- .../auditbeat-kernel-executions.json | 44 ++-- .../dashboard/auditbeat-kernel-overview.json | 30 +-- .../7/dashboard/auditbeat-kernel-sockets.json | 72 +++---- .../7/dashboard/auditbeat-file-integrity.json | 122 +++++------ dev-tools/ecs-migration.yml | 16 +- .../kibana/7/dashboard/Filebeat-apache.json | 114 +++++----- .../kibana/7/dashboard/Filebeat-auditd.json | 68 +++--- .../dashboard/Filebeat-haproxy-overview.json | 42 ++-- .../dashboard/Filebeat-icinga-debug-log.json | 44 ++-- .../7/dashboard/Filebeat-icinga-main-log.json | 44 ++-- .../Filebeat-icinga-startup-errors.json | 30 +-- .../kibana/7/dashboard/Filebeat-iis.json | 66 +++--- .../7/dashboard/Filebeat-Kafka-overview.json | 50 ++--- .../7/dashboard/Filebeat-logstash-log.json | 46 ++-- .../dashboard/Filebeat-logstash-slowlog.json | 66 +++--- .../dashboard/Filebeat-Mongodb-overview.json | 48 ++--- .../kibana/7/dashboard/Filebeat-mysql.json | 84 ++++---- .../7/dashboard/Filebeat-nginx-logs.json | 62 +++--- .../7/dashboard/Filebeat-nginx-overview.json | 118 +++++------ ...nginx-access-remote-ip-count-explorer.json | 64 +++--- .../ml-nginx-remote-ip-url-explorer.json | 66 +++--- .../7/dashboard/osquery-compliance.json | 64 +++--- .../kibana/7/dashboard/osquery-rootkit.json | 56 ++--- .../Filebeat-Postgresql-overview.json | 50 ++--- .../Filebeat-Postgresql-slowlogs.json | 34 +-- .../kibana/7/dashboard/Filebeat-redis.json | 66 +++--- .../filebeat-santa-log-overview.json | 66 +++--- .../Filebeat-auth-sudo-commands.json | 46 ++-- .../Filebeat-new-users-and-groups.json | 92 ++++---- .../Filebeat-ssh-login-attempts.json | 74 +++---- .../kibana/7/dashboard/Filebeat-syslog.json | 58 ++--- .../dashboard/Filebeat-traefik-overview.json | 74 +++---- ...aefik-access-remote-ip-count-explorer.json | 68 +++--- .../ml-traefik-remote-ip-url-explorer.json | 68 +++--- .../7/dashboard/Journalbeat-overview.json | 22 +- .../dashboard/Metricbeat-apache-overview.json | 80 +++---- .../dashboard/Metricbeat-docker-overview.json | 98 ++++----- .../dashboard/Metricbeat-golang-overview.json | 52 ++--- .../dashboard/Metricbeat-haproxy-backend.json | 16 +- .../Metricbeat-haproxy-frontend.json | 8 +- .../Metricbeat-haproxy-http-backend.json | 20 +- .../Metricbeat-haproxy-http-frontend.json | 10 +- .../Metricbeat-haproxy-http-server.json | 16 +- .../Metricbeat-haproxy-overview.json | 12 +- .../Metricbeat-haproxy-visualizations.json | 98 ++++----- .../dashboard/Metricbeat-kafka-overview.json | 76 +++---- .../Metricbeat-kubernetes-apiserver.json | 28 +-- .../Metricbeat-kubernetes-overview.json | 134 ++++++------ .../Metricbeat-mongodb-overview.json | 96 ++++----- .../dashboard/Metricbeat-mysql-overview.json | 60 +++--- .../7/dashboard/Metricbeat-nats-overview.json | 100 ++++----- .../dashboard/metricbeat-nginx-overview.json | 44 ++-- .../Metricbeat-rabbitmq-overview.json | 50 ++--- .../7/dashboard/Metricbeat-redis-keys.json | 44 ++-- .../dashboard/Metricbeat-redis-overview.json | 92 ++++---- .../Metricbeat-containers-overview.json | 44 ++-- .../7/dashboard/Metricbeat-host-overview.json | 200 +++++++++--------- .../dashboard/Metricbeat-system-overview.json | 98 ++++----- .../dashboard/Metricbeat-uwsgi-overview.json | 42 ++-- .../dashboard/metricbeat-windows-service.json | 66 +++--- .../Metricbeat-zookeeper-overview.json | 44 ++-- .../7/dashboard/Packetbeat-cassandra.json | 114 +++++----- .../kibana/7/dashboard/Packetbeat-dhcpv4.json | 68 +++--- .../7/dashboard/Packetbeat-dns-overview.json | 78 +++---- .../7/dashboard/Packetbeat-dns-tunneling.json | 46 ++-- .../kibana/7/dashboard/Packetbeat-flows.json | 58 ++--- .../kibana/7/dashboard/Packetbeat-http.json | 74 +++---- .../7/dashboard/Packetbeat-mongodb.json | 96 ++++----- .../kibana/7/dashboard/Packetbeat-mysql.json | 92 ++++---- .../kibana/7/dashboard/Packetbeat-nfs.json | 114 +++++----- .../7/dashboard/Packetbeat-overview.json | 130 ++++++------ .../kibana/7/dashboard/Packetbeat-pgsql.json | 92 ++++---- .../kibana/7/dashboard/Packetbeat-thrift.json | 80 +++---- .../kibana/7/dashboard/Packetbeat-tls.json | 156 +++++++------- script/kibana-migration.py | 130 ++++++++++++ .../7/dashboard/Winlogbeat-overview.json | 42 ++-- .../auditbeat-system-host-dashboard.json | 60 +++--- .../auditbeat-system-login-dashboard.json | 68 +++--- .../auditbeat-system-overview-dashboard.json | 148 ++++++------- .../auditbeat-system-package-dashboard.json | 68 +++--- .../auditbeat-system-process-dashboard.json | 76 +++---- .../auditbeat-system-socket-dashboard.json | 92 ++++---- .../auditbeat-system-user-dashboard.json | 68 +++--- .../dashboard/Filebeat-Iptables-Overview.json | 80 +++---- ...t-Iptables-Ubiquiti-Firewall-Overview.json | 78 +++---- .../Filebeat-Suricata-Alert-Overview.json | 70 +++--- .../dashboard/Filebeat-Suricata-Overview.json | 86 ++++---- .../7/dashboard/Filebeat-Zeek-Overview.json | 68 +++--- .../Metricbeat-aws-ec2-overview.json | 62 +++--- .../Metricbeat-mssql-performance.json | 44 ++-- .../Metricbeat-mssql-transaction_log.json | 68 +++--- 91 files changed, 3194 insertions(+), 3074 deletions(-) create mode 100644 script/kibana-migration.py diff --git a/auditbeat/module/auditd/_meta/kibana/7/dashboard/auditbeat-kernel-executions.json b/auditbeat/module/auditd/_meta/kibana/7/dashboard/auditbeat-kernel-executions.json index 9cb989fb0ce..6fe85f307d8 100644 --- a/auditbeat/module/auditd/_meta/kibana/7/dashboard/auditbeat-kernel-executions.json +++ b/auditbeat/module/auditd/_meta/kibana/7/dashboard/auditbeat-kernel-executions.json @@ -12,8 +12,8 @@ } } }, - "savedSearchId": "d382f5b0-c1c6-11e7-8995-936807a28b16", - "title": "Error Codes [Auditbeat Auditd Executions]", + "savedSearchId": "d382f5b0-c1c6-11e7-8995-936807a28b16-ecs", + "title": "Error Codes [Auditbeat Auditd Executions] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -46,11 +46,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "Error Codes [Auditbeat Auditd Executions]", + "title": "Error Codes [Auditbeat Auditd Executions] ECS", "type": "pie" } }, - "id": "20a8e8d0-c1c8-11e7-8995-936807a28b16", + "id": "20a8e8d0-c1c8-11e7-8995-936807a28b16-ecs", "type": "visualization", "updated_at": "2018-01-16T22:10:23.921Z", "version": 4 @@ -68,7 +68,7 @@ } } }, - "title": "Primary Username Tag Cloud [Auditbeat Auditd]", + "title": "Primary Username Tag Cloud [Auditbeat Auditd] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -99,11 +99,11 @@ "orientation": "single", "scale": "linear" }, - "title": "Primary Username Tag Cloud [Auditbeat Auditd]", + "title": "Primary Username Tag Cloud [Auditbeat Auditd] ECS", "type": "tagcloud" } }, - "id": "f81a6de0-c1c1-11e7-8995-936807a28b16", + "id": "f81a6de0-c1c1-11e7-8995-936807a28b16-ecs", "type": "visualization", "updated_at": "2018-01-16T22:12:18.730Z", "version": 3 @@ -120,8 +120,8 @@ } } }, - "savedSearchId": "d382f5b0-c1c6-11e7-8995-936807a28b16", - "title": "Exe Name Tag Cloud [Auditbeat Auditd Executions]", + "savedSearchId": "d382f5b0-c1c6-11e7-8995-936807a28b16-ecs", + "title": "Exe Name Tag Cloud [Auditbeat Auditd Executions] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -137,7 +137,7 @@ "enabled": true, "id": "2", "params": { - "field": "process.exe", + "field": "process.executable", "order": "desc", "orderBy": "1", "size": 10 @@ -152,11 +152,11 @@ "orientation": "single", "scale": "linear" }, - "title": "Exe Name Tag Cloud [Auditbeat Auditd Executions]", + "title": "Exe Name Tag Cloud [Auditbeat Auditd Executions] ECS", "type": "tagcloud" } }, - "id": "2efac370-c1ca-11e7-8995-936807a28b16", + "id": "2efac370-c1ca-11e7-8995-936807a28b16-ecs", "type": "visualization", "updated_at": "2018-01-16T22:57:41.411Z", "version": 4 @@ -164,11 +164,11 @@ { "attributes": { "columns": [ - "beat.hostname", + "agent.hostname", "process.args", "auditd.summary.actor.primary", "auditd.summary.actor.secondary", - "process.exe" + "process.executable" ], "description": "", "hits": 0, @@ -241,10 +241,10 @@ "@timestamp", "desc" ], - "title": "Process Executions [Auditbeat Auditd]", + "title": "Process Executions [Auditbeat Auditd] ECS", "version": 1 }, - "id": "d382f5b0-c1c6-11e7-8995-936807a28b16", + "id": "d382f5b0-c1c6-11e7-8995-936807a28b16-ecs", "type": "search", "updated_at": "2018-01-16T22:26:35.050Z", "version": 5 @@ -277,7 +277,7 @@ "x": 4, "y": 0 }, - "id": "20a8e8d0-c1c8-11e7-8995-936807a28b16", + "id": "20a8e8d0-c1c8-11e7-8995-936807a28b16-ecs", "panelIndex": "1", "type": "visualization", "version": "6.2.4" @@ -290,7 +290,7 @@ "x": 8, "y": 0 }, - "id": "f81a6de0-c1c1-11e7-8995-936807a28b16", + "id": "f81a6de0-c1c1-11e7-8995-936807a28b16-ecs", "panelIndex": "3", "type": "visualization", "version": "6.2.4" @@ -303,7 +303,7 @@ "x": 0, "y": 0 }, - "id": "2efac370-c1ca-11e7-8995-936807a28b16", + "id": "2efac370-c1ca-11e7-8995-936807a28b16-ecs", "panelIndex": "5", "type": "visualization", "version": "6.2.4" @@ -316,17 +316,17 @@ "x": 0, "y": 3 }, - "id": "d382f5b0-c1c6-11e7-8995-936807a28b16", + "id": "d382f5b0-c1c6-11e7-8995-936807a28b16-ecs", "panelIndex": "6", "type": "search", "version": "6.2.4" } ], "timeRestore": false, - "title": "[Auditbeat Auditd] Executions", + "title": "[Auditbeat Auditd] Executions ECS", "version": 1 }, - "id": "7de391b0-c1ca-11e7-8995-936807a28b16", + "id": "7de391b0-c1ca-11e7-8995-936807a28b16-ecs", "type": "dashboard", "updated_at": "2018-01-16T22:58:11.243Z", "version": 5 diff --git a/auditbeat/module/auditd/_meta/kibana/7/dashboard/auditbeat-kernel-overview.json b/auditbeat/module/auditd/_meta/kibana/7/dashboard/auditbeat-kernel-overview.json index d487e8b8f9a..fcad7083c3f 100644 --- a/auditbeat/module/auditd/_meta/kibana/7/dashboard/auditbeat-kernel-overview.json +++ b/auditbeat/module/auditd/_meta/kibana/7/dashboard/auditbeat-kernel-overview.json @@ -6,7 +6,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Event Actions [Auditbeat Auditd Overview]", + "title": "Event Actions [Auditbeat Auditd Overview] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -65,11 +65,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Event Actions [Auditbeat Auditd Overview]", + "title": "Event Actions [Auditbeat Auditd Overview] ECS", "type": "metrics" } }, - "id": "97680df0-c1c0-11e7-8995-936807a28b16", + "id": "97680df0-c1c0-11e7-8995-936807a28b16-ecs", "type": "visualization", "updated_at": "2018-01-16T22:11:01.438Z", "version": 3 @@ -87,8 +87,8 @@ } } }, - "savedSearchId": "0f10c430-c1c3-11e7-8995-936807a28b16", - "title": "Event Categories [Auditbeat Auditd]", + "savedSearchId": "0f10c430-c1c3-11e7-8995-936807a28b16-ecs", + "title": "Event Categories [Auditbeat Auditd] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -134,11 +134,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "Event Categories [Auditbeat Auditd]", + "title": "Event Categories [Auditbeat Auditd] ECS", "type": "pie" } }, - "id": "08679220-c25a-11e7-8692-232bd1143e8a", + "id": "08679220-c25a-11e7-8692-232bd1143e8a-ecs", "type": "visualization", "updated_at": "2018-01-16T22:54:10.330Z", "version": 4 @@ -146,7 +146,7 @@ { "attributes": { "columns": [ - "beat.hostname", + "agent.hostname", "auditd.summary.actor.primary", "auditd.summary.actor.secondary", "event.action", @@ -201,10 +201,10 @@ "@timestamp", "desc" ], - "title": "Audit Event Table [Auditbeat Auditd]", + "title": "Audit Event Table [Auditbeat Auditd] ECS", "version": 1 }, - "id": "0f10c430-c1c3-11e7-8995-936807a28b16", + "id": "0f10c430-c1c3-11e7-8995-936807a28b16-ecs", "type": "search", "updated_at": "2018-01-16T22:51:24.572Z", "version": 4 @@ -237,7 +237,7 @@ "x": 0, "y": 0 }, - "id": "97680df0-c1c0-11e7-8995-936807a28b16", + "id": "97680df0-c1c0-11e7-8995-936807a28b16-ecs", "panelIndex": "1", "type": "visualization", "version": "6.2.4" @@ -250,7 +250,7 @@ "x": 7, "y": 0 }, - "id": "08679220-c25a-11e7-8692-232bd1143e8a", + "id": "08679220-c25a-11e7-8692-232bd1143e8a-ecs", "panelIndex": "4", "type": "visualization", "version": "6.2.4" @@ -263,17 +263,17 @@ "x": 0, "y": 3 }, - "id": "0f10c430-c1c3-11e7-8995-936807a28b16", + "id": "0f10c430-c1c3-11e7-8995-936807a28b16-ecs", "panelIndex": "5", "type": "search", "version": "6.2.4" } ], "timeRestore": false, - "title": "[Auditbeat Auditd] Overview", + "title": "[Auditbeat Auditd] Overview ECS", "version": 1 }, - "id": "c0ac2c00-c1c0-11e7-8995-936807a28b16", + "id": "c0ac2c00-c1c0-11e7-8995-936807a28b16-ecs", "type": "dashboard", "updated_at": "2018-01-16T22:55:17.775Z", "version": 5 diff --git a/auditbeat/module/auditd/_meta/kibana/7/dashboard/auditbeat-kernel-sockets.json b/auditbeat/module/auditd/_meta/kibana/7/dashboard/auditbeat-kernel-sockets.json index 7ef3d93453b..5df146f0413 100644 --- a/auditbeat/module/auditd/_meta/kibana/7/dashboard/auditbeat-kernel-sockets.json +++ b/auditbeat/module/auditd/_meta/kibana/7/dashboard/auditbeat-kernel-sockets.json @@ -40,8 +40,8 @@ } } }, - "savedSearchId": "b4c93470-c240-11e7-8692-232bd1143e8a", - "title": "Bind (non-ephemeral) [Auditbeat Auditd]", + "savedSearchId": "b4c93470-c240-11e7-8692-232bd1143e8a-ecs", + "title": "Bind (non-ephemeral) [Auditbeat Auditd] ECS", "uiStateJSON": { "vis": { "params": { @@ -113,11 +113,11 @@ }, "totalFunc": "sum" }, - "title": "Bind (non-ephemeral) [Auditbeat Auditd]", + "title": "Bind (non-ephemeral) [Auditbeat Auditd] ECS", "type": "table" } }, - "id": "faf882f0-c242-11e7-8692-232bd1143e8a", + "id": "faf882f0-c242-11e7-8692-232bd1143e8a-ecs", "type": "visualization", "updated_at": "2018-01-16T22:08:02.522Z", "version": 3 @@ -134,8 +134,8 @@ } } }, - "savedSearchId": "5438b030-c246-11e7-8692-232bd1143e8a", - "title": "Connect [Auditbeat Auditd]", + "savedSearchId": "5438b030-c246-11e7-8692-232bd1143e8a-ecs", + "title": "Connect [Auditbeat Auditd] ECS", "uiStateJSON": { "vis": { "params": { @@ -161,7 +161,7 @@ "id": "2", "params": { "customLabel": "Exe", - "field": "process.exe", + "field": "process.executable", "order": "desc", "orderBy": "1", "size": 50 @@ -207,11 +207,11 @@ }, "totalFunc": "sum" }, - "title": "Connect [Auditbeat Auditd]", + "title": "Connect [Auditbeat Auditd] ECS", "type": "table" } }, - "id": "ea483730-c246-11e7-8692-232bd1143e8a", + "id": "ea483730-c246-11e7-8692-232bd1143e8a-ecs", "type": "visualization", "updated_at": "2018-01-16T23:24:16.851Z", "version": 4 @@ -228,8 +228,8 @@ } } }, - "savedSearchId": "e8734160-c24c-11e7-8692-232bd1143e8a", - "title": "Accept / Recvfrom Unique Address Table [Auditbeat Auditd]", + "savedSearchId": "e8734160-c24c-11e7-8692-232bd1143e8a-ecs", + "title": "Accept / Recvfrom Unique Address Table [Auditbeat Auditd] ECS", "uiStateJSON": { "spy": { "mode": { @@ -264,7 +264,7 @@ "id": "2", "params": { "customLabel": "Exe", - "field": "process.exe", + "field": "process.executable", "order": "desc", "orderBy": "1", "size": 50 @@ -297,11 +297,11 @@ }, "totalFunc": "sum" }, - "title": "Accept / Recvfrom Unique Address Table [Auditbeat Auditd]", + "title": "Accept / Recvfrom Unique Address Table [Auditbeat Auditd] ECS", "type": "table" } }, - "id": "ceb91de0-c250-11e7-8692-232bd1143e8a", + "id": "ceb91de0-c250-11e7-8692-232bd1143e8a-ecs", "type": "visualization", "updated_at": "2018-01-16T22:16:51.535Z", "version": 5 @@ -312,7 +312,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Socket Syscalls Time Series [Auditbeat Auditd]", + "title": "Socket Syscalls Time Series [Auditbeat Auditd] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -371,11 +371,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Socket Syscalls Time Series [Auditbeat Auditd]", + "title": "Socket Syscalls Time Series [Auditbeat Auditd] ECS", "type": "metrics" } }, - "id": "b21e0c70-c252-11e7-8692-232bd1143e8a", + "id": "b21e0c70-c252-11e7-8692-232bd1143e8a-ecs", "type": "visualization", "updated_at": "2018-01-16T22:13:38.857Z", "version": 3 @@ -393,7 +393,7 @@ } } }, - "title": "Socket Families [Auditbeat Auditd]", + "title": "Socket Families [Auditbeat Auditd] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -439,11 +439,11 @@ "legendPosition": "left", "type": "pie" }, - "title": "Socket Families [Auditbeat Auditd]", + "title": "Socket Families [Auditbeat Auditd] ECS", "type": "pie" } }, - "id": "a8e20450-c256-11e7-8692-232bd1143e8a", + "id": "a8e20450-c256-11e7-8692-232bd1143e8a-ecs", "type": "visualization", "updated_at": "2018-01-16T22:12:51.655Z", "version": 3 @@ -451,7 +451,7 @@ { "attributes": { "columns": [ - "beat.hostname", + "agent.hostname", "auditd.summary.how", "auditd.summary.object.primary", "auditd.summary.object.secondary", @@ -555,10 +555,10 @@ "@timestamp", "desc" ], - "title": "Socket Binds [Auditbeat Auditd]", + "title": "Socket Binds [Auditbeat Auditd] ECS", "version": 1 }, - "id": "b4c93470-c240-11e7-8692-232bd1143e8a", + "id": "b4c93470-c240-11e7-8692-232bd1143e8a-ecs", "type": "search", "updated_at": "2018-01-16T23:05:58.935Z", "version": 5 @@ -566,7 +566,7 @@ { "attributes": { "columns": [ - "beat.hostname", + "agent.hostname", "auditd.summary.how", "auditd.summary.object.primary", "auditd.summary.object.secondary", @@ -662,10 +662,10 @@ "@timestamp", "desc" ], - "title": "Socket Connects [Auditbeat Auditd]", + "title": "Socket Connects [Auditbeat Auditd] ECS", "version": 1 }, - "id": "5438b030-c246-11e7-8692-232bd1143e8a", + "id": "5438b030-c246-11e7-8692-232bd1143e8a-ecs", "type": "search", "updated_at": "2018-01-16T23:09:43.937Z", "version": 5 @@ -673,7 +673,7 @@ { "attributes": { "columns": [ - "beat.hostname", + "agent.hostname", "auditd.summary.how", "auditd.summary.object.primary", "auditd.summary.object.secondary", @@ -792,10 +792,10 @@ "@timestamp", "desc" ], - "title": "Socket Accept / Recvfrom [Auditbeat Auditd]", + "title": "Socket Accept / Recvfrom [Auditbeat Auditd] ECS", "version": 1 }, - "id": "e8734160-c24c-11e7-8692-232bd1143e8a", + "id": "e8734160-c24c-11e7-8692-232bd1143e8a-ecs", "type": "search", "updated_at": "2018-01-16T23:20:51.403Z", "version": 4 @@ -838,7 +838,7 @@ "x": 6, "y": 3 }, - "id": "faf882f0-c242-11e7-8692-232bd1143e8a", + "id": "faf882f0-c242-11e7-8692-232bd1143e8a-ecs", "panelIndex": "1", "type": "visualization", "version": "6.2.4" @@ -861,7 +861,7 @@ "x": 0, "y": 7 }, - "id": "ea483730-c246-11e7-8692-232bd1143e8a", + "id": "ea483730-c246-11e7-8692-232bd1143e8a-ecs", "panelIndex": "2", "type": "visualization", "version": "6.2.4" @@ -884,7 +884,7 @@ "x": 6, "y": 7 }, - "id": "ceb91de0-c250-11e7-8692-232bd1143e8a", + "id": "ceb91de0-c250-11e7-8692-232bd1143e8a-ecs", "panelIndex": "3", "type": "visualization", "version": "6.2.4" @@ -897,7 +897,7 @@ "x": 0, "y": 0 }, - "id": "b21e0c70-c252-11e7-8692-232bd1143e8a", + "id": "b21e0c70-c252-11e7-8692-232bd1143e8a-ecs", "panelIndex": "4", "type": "visualization", "version": "6.2.4" @@ -910,17 +910,17 @@ "x": 0, "y": 3 }, - "id": "a8e20450-c256-11e7-8692-232bd1143e8a", + "id": "a8e20450-c256-11e7-8692-232bd1143e8a-ecs", "panelIndex": "5", "type": "visualization", "version": "6.2.4" } ], "timeRestore": false, - "title": "[Auditbeat Auditd] Sockets", + "title": "[Auditbeat Auditd] Sockets ECS", "version": 1 }, - "id": "693a5f40-c243-11e7-8692-232bd1143e8a", + "id": "693a5f40-c243-11e7-8692-232bd1143e8a-ecs", "type": "dashboard", "updated_at": "2018-01-16T23:24:37.521Z", "version": 4 diff --git a/auditbeat/module/file_integrity/_meta/kibana/7/dashboard/auditbeat-file-integrity.json b/auditbeat/module/file_integrity/_meta/kibana/7/dashboard/auditbeat-file-integrity.json index 3b98803d057..3031ed31941 100644 --- a/auditbeat/module/file_integrity/_meta/kibana/7/dashboard/auditbeat-file-integrity.json +++ b/auditbeat/module/file_integrity/_meta/kibana/7/dashboard/auditbeat-file-integrity.json @@ -19,8 +19,8 @@ } } }, - "savedSearchId": "a380a060-cb44-11e7-9835-2f31fe08873b", - "title": "Actions [Auditbeat File Integrity]", + "savedSearchId": "a380a060-cb44-11e7-9835-2f31fe08873b-ecs", + "title": "Actions [Auditbeat File Integrity] ECS", "uiStateJSON": { "vis": { "defaultColors": { @@ -97,11 +97,11 @@ }, "type": "gauge" }, - "title": "Actions [Auditbeat File Integrity]", + "title": "Actions [Auditbeat File Integrity] ECS", "type": "metric" } }, - "id": "AV0tVcg6g1PYniApZa-v", + "id": "AV0tVcg6g1PYniApZa-v-ecs", "type": "visualization", "updated_at": "2018-01-22T15:54:25.278Z", "version": 6 @@ -125,8 +125,8 @@ } } }, - "savedSearchId": "a380a060-cb44-11e7-9835-2f31fe08873b", - "title": "Events Over Time [Auditbeat File Integrity]", + "savedSearchId": "a380a060-cb44-11e7-9835-2f31fe08873b-ecs", + "title": "Events Over Time [Auditbeat File Integrity] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -236,11 +236,11 @@ } ] }, - "title": "Events Over Time [Auditbeat File Integrity]", + "title": "Events Over Time [Auditbeat File Integrity] ECS", "type": "histogram" } }, - "id": "AV0tV05vg1PYniApZbA2", + "id": "AV0tV05vg1PYniApZbA2-ecs", "type": "visualization", "updated_at": "2018-01-22T15:54:25.278Z", "version": 6 @@ -264,8 +264,8 @@ } } }, - "savedSearchId": "a380a060-cb44-11e7-9835-2f31fe08873b", - "title": "Top owners [Auditbeat File Integrity]", + "savedSearchId": "a380a060-cb44-11e7-9835-2f31fe08873b-ecs", + "title": "Top owners [Auditbeat File Integrity] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -298,11 +298,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "Top owners [Auditbeat File Integrity]", + "title": "Top owners [Auditbeat File Integrity] ECS", "type": "pie" } }, - "id": "AV0tWL-Yg1PYniApZbCs", + "id": "AV0tWL-Yg1PYniApZbCs-ecs", "type": "visualization", "updated_at": "2018-01-22T15:54:25.278Z", "version": 6 @@ -326,8 +326,8 @@ } } }, - "savedSearchId": "a380a060-cb44-11e7-9835-2f31fe08873b", - "title": "Top groups [Auditbeat File Integrity]", + "savedSearchId": "a380a060-cb44-11e7-9835-2f31fe08873b-ecs", + "title": "Top groups [Auditbeat File Integrity] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -360,11 +360,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "Top groups [Auditbeat File Integrity]", + "title": "Top groups [Auditbeat File Integrity] ECS", "type": "pie" } }, - "id": "AV0tWSdXg1PYniApZbDU", + "id": "AV0tWSdXg1PYniApZbDU-ecs", "type": "visualization", "updated_at": "2018-01-22T15:54:25.278Z", "version": 6 @@ -388,8 +388,8 @@ } } }, - "savedSearchId": "a380a060-cb44-11e7-9835-2f31fe08873b", - "title": "Top updated [Auditbeat File Integrity]", + "savedSearchId": "a380a060-cb44-11e7-9835-2f31fe08873b-ecs", + "title": "Top updated [Auditbeat File Integrity] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -422,11 +422,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "Top updated [Auditbeat File Integrity]", + "title": "Top updated [Auditbeat File Integrity] ECS", "type": "pie" } }, - "id": "AV0tW0djg1PYniApZbGL", + "id": "AV0tW0djg1PYniApZbGL-ecs", "type": "visualization", "updated_at": "2018-01-22T15:54:25.278Z", "version": 6 @@ -444,8 +444,8 @@ } } }, - "savedSearchId": "a380a060-cb44-11e7-9835-2f31fe08873b", - "title": "World Writable File Count [Auditbeat File Integrity]", + "savedSearchId": "a380a060-cb44-11e7-9835-2f31fe08873b-ecs", + "title": "World Writable File Count [Auditbeat File Integrity] ECS", "uiStateJSON": { "vis": { "defaultColors": { @@ -496,11 +496,11 @@ }, "type": "metric" }, - "title": "World Writable File Count [Auditbeat File Integrity]", + "title": "World Writable File Count [Auditbeat File Integrity] ECS", "type": "metric" } }, - "id": "AV0tY6jwg1PYniApZbRY", + "id": "AV0tY6jwg1PYniApZbRY-ecs", "type": "visualization", "updated_at": "2018-01-22T17:48:29.232Z", "version": 7 @@ -545,8 +545,8 @@ } } }, - "savedSearchId": "a380a060-cb44-11e7-9835-2f31fe08873b", - "title": "Most changed file by count [Auditbeat File Integrity]", + "savedSearchId": "a380a060-cb44-11e7-9835-2f31fe08873b-ecs", + "title": "Most changed file by count [Auditbeat File Integrity] ECS", "uiStateJSON": { "vis": { "defaultColors": { @@ -622,11 +622,11 @@ }, "type": "gauge" }, - "title": "Most changed file by count [Auditbeat File Integrity]", + "title": "Most changed file by count [Auditbeat File Integrity] ECS", "type": "metric" } }, - "id": "AV0tav8Ag1PYniApZbbK", + "id": "AV0tav8Ag1PYniApZbbK-ecs", "type": "visualization", "updated_at": "2018-01-22T15:54:25.278Z", "version": 6 @@ -650,8 +650,8 @@ } } }, - "savedSearchId": "a380a060-cb44-11e7-9835-2f31fe08873b", - "title": "Most common mode by count [Auditbeat File Integrity]", + "savedSearchId": "a380a060-cb44-11e7-9835-2f31fe08873b-ecs", + "title": "Most common mode by count [Auditbeat File Integrity] ECS", "uiStateJSON": { "vis": { "defaultColors": { @@ -727,11 +727,11 @@ }, "type": "gauge" }, - "title": "Most common mode by count [Auditbeat File Integrity]", + "title": "Most common mode by count [Auditbeat File Integrity] ECS", "type": "metric" } }, - "id": "AV0tbcUdg1PYniApZbe1", + "id": "AV0tbcUdg1PYniApZbe1-ecs", "type": "visualization", "updated_at": "2018-01-22T15:54:25.278Z", "version": 6 @@ -755,8 +755,8 @@ } } }, - "savedSearchId": "a380a060-cb44-11e7-9835-2f31fe08873b", - "title": "File Event Summary By Host [Auditbeat File Integrity]", + "savedSearchId": "a380a060-cb44-11e7-9835-2f31fe08873b-ecs", + "title": "File Event Summary By Host [Auditbeat File Integrity] ECS", "uiStateJSON": { "vis": { "params": { @@ -784,7 +784,7 @@ "id": "2", "params": { "customLabel": "Host", - "field": "beat.name", + "field": "host.name", "order": "desc", "orderBy": "1", "size": 50 @@ -818,11 +818,11 @@ }, "totalFunc": "sum" }, - "title": "File Event Summary By Host [Auditbeat File Integrity]", + "title": "File Event Summary By Host [Auditbeat File Integrity] ECS", "type": "table" } }, - "id": "AV0tc_xZg1PYniApZbnL", + "id": "AV0tc_xZg1PYniApZbnL-ecs", "type": "visualization", "updated_at": "2018-01-22T15:54:25.278Z", "version": 6 @@ -846,8 +846,8 @@ } } }, - "savedSearchId": "a380a060-cb44-11e7-9835-2f31fe08873b", - "title": "Top deleted [Auditbeat File Integrity]", + "savedSearchId": "a380a060-cb44-11e7-9835-2f31fe08873b-ecs", + "title": "Top deleted [Auditbeat File Integrity] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -880,11 +880,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "Top deleted [Auditbeat File Integrity]", + "title": "Top deleted [Auditbeat File Integrity] ECS", "type": "pie" } }, - "id": "AV0tes4Eg1PYniApZbwV", + "id": "AV0tes4Eg1PYniApZbwV-ecs", "type": "visualization", "updated_at": "2018-01-22T15:54:25.278Z", "version": 6 @@ -908,8 +908,8 @@ } } }, - "savedSearchId": "a380a060-cb44-11e7-9835-2f31fe08873b", - "title": "Top created [Auditbeat File Integrity]", + "savedSearchId": "a380a060-cb44-11e7-9835-2f31fe08873b-ecs", + "title": "Top created [Auditbeat File Integrity] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -942,11 +942,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "Top created [Auditbeat File Integrity]", + "title": "Top created [Auditbeat File Integrity] ECS", "type": "pie" } }, - "id": "AV0te0TCg1PYniApZbw9", + "id": "AV0te0TCg1PYniApZbw9-ecs", "type": "visualization", "updated_at": "2018-01-22T15:54:25.278Z", "version": 6 @@ -1002,10 +1002,10 @@ "@timestamp", "desc" ], - "title": "File Integrity Events [Auditbeat File Integrity]", + "title": "File Integrity Events [Auditbeat File Integrity] ECS", "version": 1 }, - "id": "a380a060-cb44-11e7-9835-2f31fe08873b", + "id": "a380a060-cb44-11e7-9835-2f31fe08873b-ecs", "type": "search", "updated_at": "2018-01-22T15:54:25.278Z", "version": 6 @@ -1043,7 +1043,7 @@ "x": 0, "y": 0 }, - "id": "AV0tVcg6g1PYniApZa-v", + "id": "AV0tVcg6g1PYniApZa-v-ecs", "panelIndex": "1", "type": "visualization", "version": "6.2.4" @@ -1056,7 +1056,7 @@ "x": 2, "y": 0 }, - "id": "AV0tV05vg1PYniApZbA2", + "id": "AV0tV05vg1PYniApZbA2-ecs", "panelIndex": "2", "type": "visualization", "version": "6.2.4" @@ -1069,7 +1069,7 @@ "x": 9, "y": 0 }, - "id": "AV0tWL-Yg1PYniApZbCs", + "id": "AV0tWL-Yg1PYniApZbCs-ecs", "panelIndex": "3", "type": "visualization", "version": "6.2.4" @@ -1082,7 +1082,7 @@ "x": 9, "y": 3 }, - "id": "AV0tWSdXg1PYniApZbDU", + "id": "AV0tWSdXg1PYniApZbDU-ecs", "panelIndex": "4", "type": "visualization", "version": "6.2.4" @@ -1095,7 +1095,7 @@ "x": 4, "y": 8 }, - "id": "AV0tW0djg1PYniApZbGL", + "id": "AV0tW0djg1PYniApZbGL-ecs", "panelIndex": "5", "type": "visualization", "version": "6.2.4" @@ -1108,7 +1108,7 @@ "x": 0, "y": 6 }, - "id": "AV0tY6jwg1PYniApZbRY", + "id": "AV0tY6jwg1PYniApZbRY-ecs", "panelIndex": "6", "type": "visualization", "version": "6.2.4" @@ -1121,7 +1121,7 @@ "x": 4, "y": 6 }, - "id": "AV0tav8Ag1PYniApZbbK", + "id": "AV0tav8Ag1PYniApZbbK-ecs", "panelIndex": "7", "type": "visualization", "version": "6.2.4" @@ -1134,7 +1134,7 @@ "x": 8, "y": 6 }, - "id": "AV0tbcUdg1PYniApZbe1", + "id": "AV0tbcUdg1PYniApZbe1-ecs", "panelIndex": "8", "type": "visualization", "version": "6.2.4" @@ -1147,7 +1147,7 @@ "x": 0, "y": 11 }, - "id": "AV0tc_xZg1PYniApZbnL", + "id": "AV0tc_xZg1PYniApZbnL-ecs", "panelIndex": "9", "type": "visualization", "version": "6.2.4" @@ -1160,7 +1160,7 @@ "x": 8, "y": 8 }, - "id": "AV0tes4Eg1PYniApZbwV", + "id": "AV0tes4Eg1PYniApZbwV-ecs", "panelIndex": "10", "type": "visualization", "version": "6.2.4" @@ -1173,7 +1173,7 @@ "x": 0, "y": 8 }, - "id": "AV0te0TCg1PYniApZbw9", + "id": "AV0te0TCg1PYniApZbw9-ecs", "panelIndex": "11", "type": "visualization", "version": "6.2.4" @@ -1190,7 +1190,7 @@ "x": 6, "y": 11 }, - "id": "a380a060-cb44-11e7-9835-2f31fe08873b", + "id": "a380a060-cb44-11e7-9835-2f31fe08873b-ecs", "panelIndex": "12", "sort": [ "@timestamp", @@ -1201,10 +1201,10 @@ } ], "timeRestore": false, - "title": "[Auditbeat File Integrity] Overview", + "title": "[Auditbeat File Integrity] Overview ECS", "version": 1 }, - "id": "AV0tXkjYg1PYniApZbKP", + "id": "AV0tXkjYg1PYniApZbKP-ecs", "type": "dashboard", "updated_at": "2018-01-22T15:54:25.278Z", "version": 6 diff --git a/dev-tools/ecs-migration.yml b/dev-tools/ecs-migration.yml index 29d43529553..269fda832c4 100644 --- a/dev-tools/ecs-migration.yml +++ b/dev-tools/ecs-migration.yml @@ -108,12 +108,6 @@ alias: true beat: filebeat -- from: fileset.name - to: event.dataset - alias6: true - alias: true - beat: filebeat - - from: fileset.module to: event.module alias6: true @@ -1633,13 +1627,6 @@ # Metricbeat ## Metricbeat base fields -- from: metricset.name - to: event.dataset - alias: false - comment: Data structure of field changed, old field will stay around - breaking: true - beat: metricbeat - - from: metricset.module to: event.module alias: true @@ -2087,6 +2074,7 @@ alias: false beat: journalbeat comment: This field should not be renamed as it would cause issue some Beats and Journalbeat does not have dashboards + # This field should not be renamed as it would cause issue some Beats and Journalbeat does not have dashboards rename: false - from: read_timestamp @@ -2116,6 +2104,7 @@ to: winlog.api alias: true beat: winlogbeat + rename: false - from: log_name to: winlog.channel @@ -2208,3 +2197,4 @@ to: winlog.version alias: true beat: winlogbeat + rename: false diff --git a/filebeat/module/apache/_meta/kibana/7/dashboard/Filebeat-apache.json b/filebeat/module/apache/_meta/kibana/7/dashboard/Filebeat-apache.json index 5e7a927cf3d..565551631cd 100644 --- a/filebeat/module/apache/_meta/kibana/7/dashboard/Filebeat-apache.json +++ b/filebeat/module/apache/_meta/kibana/7/dashboard/Filebeat-apache.json @@ -8,8 +8,8 @@ "filter": [] } }, - "savedSearchId": "Apache-access-logs", - "title": "Unique IPs map [Filebeat Apache]", + "savedSearchId": "Apache-access-logs-ecs", + "title": "Unique IPs map [Filebeat Apache] ECS", "uiStateJSON": { "mapCenter": [ 14.944784875088372, @@ -23,7 +23,7 @@ "enabled": true, "id": "1", "params": { - "field": "apache2.access.remote_ip" + "field": "source.address" }, "schema": "metric", "type": "cardinality" @@ -33,7 +33,7 @@ "id": "2", "params": { "autoPrecision": true, - "field": "apache2.access.geoip.location" + "field": "source.geo.location" }, "schema": "segment", "type": "geohash_grid" @@ -68,11 +68,11 @@ "url": "https://basemap.nationalmap.gov/arcgis/services/USGSTopo/MapServer/WMSServer" } }, - "title": "Apache access unique IPs map", + "title": "Apache access unique IPs map ECS", "type": "tile_map" } }, - "id": "Apache-access-unique-IPs-map", + "id": "Apache-access-unique-IPs-map-ecs", "type": "visualization", "version": 1 }, @@ -84,8 +84,8 @@ "filter": [] } }, - "savedSearchId": "Apache-access-logs", - "title": "Top URLs by response code [Filebeat Apache]", + "savedSearchId": "Apache-access-logs-ecs", + "title": "Top URLs by response code [Filebeat Apache] ECS", "uiStateJSON": { "vis": { "colors": { @@ -109,7 +109,7 @@ "id": "3", "params": { "customLabel": "URL", - "field": "apache2.access.url", + "field": "url.original", "order": "desc", "orderBy": "1", "row": false, @@ -122,7 +122,7 @@ "enabled": true, "id": "2", "params": { - "field": "apache2.access.response_code", + "field": "http.response.status_code", "order": "desc", "orderBy": "1", "size": 5 @@ -139,11 +139,11 @@ "legendPosition": "right", "shareYAxis": true }, - "title": "Apache response codes of top URLs", + "title": "Apache response codes of top URLs ECS", "type": "pie" } }, - "id": "Apache-response-codes-of-top-URLs", + "id": "Apache-response-codes-of-top-URLs-ecs", "type": "visualization", "version": 1 }, @@ -155,8 +155,8 @@ "filter": [] } }, - "savedSearchId": "Apache-access-logs", - "title": "Browsers breakdown [Filebeat Apache]", + "savedSearchId": "Apache-access-logs-ecs", + "title": "Browsers breakdown [Filebeat Apache] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -165,7 +165,7 @@ "enabled": true, "id": "1", "params": { - "field": "apache2.access.remote_ip" + "field": "source.address" }, "schema": "metric", "type": "cardinality" @@ -174,7 +174,7 @@ "enabled": true, "id": "2", "params": { - "field": "apache2.access.user_agent.name", + "field": "user_agent.name", "order": "desc", "orderBy": "1", "size": 5 @@ -203,11 +203,11 @@ "legendPosition": "bottom", "shareYAxis": true }, - "title": "Apache browsers", + "title": "Apache browsers ECS", "type": "pie" } }, - "id": "Apache-browsers", + "id": "Apache-browsers-ecs", "type": "visualization", "version": 1 }, @@ -219,8 +219,8 @@ "filter": [] } }, - "savedSearchId": "Apache-access-logs", - "title": "Operating systems breakdown [Filebeat Apache]", + "savedSearchId": "Apache-access-logs-ecs", + "title": "Operating systems breakdown [Filebeat Apache] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -229,7 +229,7 @@ "enabled": true, "id": "1", "params": { - "field": "apache2.access.remote_ip" + "field": "source.address" }, "schema": "metric", "type": "cardinality" @@ -238,7 +238,7 @@ "enabled": true, "id": "2", "params": { - "field": "apache2.access.user_agent.os_name", + "field": "user_agent.os.name", "order": "desc", "orderBy": "1", "size": 5 @@ -267,11 +267,11 @@ "legendPosition": "bottom", "shareYAxis": true }, - "title": "Apache operating systems", + "title": "Apache operating systems ECS", "type": "pie" } }, - "id": "Apache-operating-systems", + "id": "Apache-operating-systems-ecs", "type": "visualization", "version": 1 }, @@ -283,8 +283,8 @@ "filter": [] } }, - "savedSearchId": "Apache-errors-log", - "title": "Error logs over time [Filebeat Apache]", + "savedSearchId": "Apache-errors-log-ecs", + "title": "Error logs over time [Filebeat Apache] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -313,7 +313,7 @@ "enabled": true, "id": "3", "params": { - "field": "apache2.error.level", + "field": "log.level", "order": "desc", "orderBy": "1", "size": 5 @@ -336,11 +336,11 @@ "times": [], "yAxis": {} }, - "title": "Apache error logs over time", + "title": "Apache error logs over time ECS", "type": "histogram" } }, - "id": "Apache-error-logs-over-time", + "id": "Apache-error-logs-over-time-ecs", "type": "visualization", "version": 1 }, @@ -352,8 +352,8 @@ "filter": [] } }, - "savedSearchId": "Apache-access-logs", - "title": "Response codes over time [Filebeat Apache]", + "savedSearchId": "Apache-access-logs-ecs", + "title": "Response codes over time [Filebeat Apache] ECS", "uiStateJSON": { "vis": { "colors": { @@ -389,7 +389,7 @@ "enabled": true, "id": "3", "params": { - "field": "apache2.access.response_code", + "field": "http.response.status_code", "order": "desc", "orderBy": "1", "size": 5 @@ -412,21 +412,21 @@ "times": [], "yAxis": {} }, - "title": "Apache response codes over time", + "title": "Apache response codes over time ECS", "type": "histogram" } }, - "id": "Apache-response-codes-over-time", + "id": "Apache-response-codes-over-time-ecs", "type": "visualization", "version": 1 }, { "attributes": { "columns": [ - "apache2.error.client", - "apache2.error.level", + "source.address", + "log.level", "apache2.error.module", - "apache2.error.message" + "message" ], "description": "", "hits": 0, @@ -459,20 +459,20 @@ "@timestamp", "desc" ], - "title": "Apache errors log [Filebeat Apache]", + "title": "Apache errors log [Filebeat Apache] ECS", "version": 1 }, - "id": "Apache-errors-log", + "id": "Apache-errors-log-ecs", "type": "search", "version": 1 }, { "attributes": { "columns": [ - "apache2.access.remote_ip", - "apache2.access.method", - "apache2.access.url", - "apache2.access.response_code" + "source.address", + "http.request.method", + "url.original", + "http.response.status_code" ], "description": "", "hits": 0, @@ -505,10 +505,10 @@ "@timestamp", "desc" ], - "title": "Apache access logs [Filebeat Apache]", + "title": "Apache access logs [Filebeat Apache] ECS", "version": 1 }, - "id": "Apache-access-logs", + "id": "Apache-access-logs-ecs", "type": "search", "version": 1 }, @@ -538,7 +538,7 @@ "panelsJSON": [ { "col": 1, - "id": "Apache-access-unique-IPs-map", + "id": "Apache-access-unique-IPs-map-ecs", "panelIndex": 1, "row": 1, "size_x": 12, @@ -547,7 +547,7 @@ }, { "col": 1, - "id": "Apache-response-codes-of-top-URLs", + "id": "Apache-response-codes-of-top-URLs-ecs", "panelIndex": 2, "row": 6, "size_x": 8, @@ -556,7 +556,7 @@ }, { "col": 9, - "id": "Apache-browsers", + "id": "Apache-browsers-ecs", "panelIndex": 3, "row": 6, "size_x": 4, @@ -565,7 +565,7 @@ }, { "col": 11, - "id": "Apache-operating-systems", + "id": "Apache-operating-systems-ecs", "panelIndex": 4, "row": 4, "size_x": 2, @@ -574,7 +574,7 @@ }, { "col": 1, - "id": "Apache-error-logs-over-time", + "id": "Apache-error-logs-over-time-ecs", "panelIndex": 5, "row": 9, "size_x": 12, @@ -583,7 +583,7 @@ }, { "col": 1, - "id": "Apache-response-codes-over-time", + "id": "Apache-response-codes-over-time-ecs", "panelIndex": 6, "row": 4, "size_x": 10, @@ -593,12 +593,12 @@ { "col": 1, "columns": [ - "apache2.error.client", - "apache2.error.level", + "source.address", + "log.level", "apache2.error.module", - "apache2.error.message" + "message" ], - "id": "Apache-errors-log", + "id": "Apache-errors-log-ecs", "panelIndex": 7, "row": 11, "size_x": 12, @@ -611,7 +611,7 @@ } ], "timeRestore": false, - "title": "[Filebeat Apache] Access and error logs", + "title": "[Filebeat Apache] Access and error logs ECS", "uiStateJSON": { "P-1": { "mapBounds": { @@ -644,7 +644,7 @@ }, "version": 1 }, - "id": "Filebeat-Apache-Dashboard", + "id": "Filebeat-Apache-Dashboard-ecs", "type": "dashboard", "version": 2 } diff --git a/filebeat/module/auditd/_meta/kibana/7/dashboard/Filebeat-auditd.json b/filebeat/module/auditd/_meta/kibana/7/dashboard/Filebeat-auditd.json index 3f945080388..4c8e9d8111c 100644 --- a/filebeat/module/auditd/_meta/kibana/7/dashboard/Filebeat-auditd.json +++ b/filebeat/module/auditd/_meta/kibana/7/dashboard/Filebeat-auditd.json @@ -15,7 +15,7 @@ } } }, - "title": "Event types breakdown [Filebeat Auditd]", + "title": "Event types breakdown [Filebeat Auditd] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -31,7 +31,7 @@ "enabled": true, "id": "2", "params": { - "field": "auditd.log.record_type", + "field": "event.action", "order": "desc", "orderBy": "1", "size": 50 @@ -47,11 +47,11 @@ "isDonut": true, "legendPosition": "right" }, - "title": "Audit Event Types", + "title": "Audit Event Types ECS", "type": "pie" } }, - "id": "6295bdd0-0a0e-11e7-825f-6748cda7d858", + "id": "6295bdd0-0a0e-11e7-825f-6748cda7d858-ecs", "type": "visualization", "version": 2 }, @@ -65,12 +65,12 @@ "query": { "query_string": { "analyze_wildcard": true, - "query": "auditd.log.record_type:EXECVE" + "query": "event.action:EXECVE" } } } }, - "title": "Top Exec Commands [Filebeat Auditd]", + "title": "Top Exec Commands [Filebeat Auditd] ECS", "uiStateJSON": { "vis": { "params": { @@ -117,11 +117,11 @@ }, "totalFunc": "sum" }, - "title": "Audit Top Exec Commands", + "title": "Audit Top Exec Commands ECS", "type": "table" } }, - "id": "5ebdbe50-0a0f-11e7-825f-6748cda7d858", + "id": "5ebdbe50-0a0f-11e7-825f-6748cda7d858-ecs", "type": "visualization", "version": 2 }, @@ -131,20 +131,20 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Event Results [Filebeat Auditd]", + "title": "Event Results [Filebeat Auditd] ECS", "uiStateJSON": {}, "version": 1, "visState": { "aggs": [], "params": { - "expression": ".es(q=\"event.dataset:auditd.log NOT auditd.log.res:failure\").label(\"Success\"), .es(q=\"auditd.log.res:failed\").label(\"Failure\").title(\"Audit Event Results\")", + "expression": ".es(q=\"event.dataset:auditd.log NOT event.outcome:failure\").label(\"Success\"), .es(q=\"event.outcome:failed\").label(\"Failure\").title(\"Audit Event Results\")", "interval": "auto" }, - "title": "Event Results [Filebeat Auditd]", + "title": "Event Results [Filebeat Auditd] ECS", "type": "timelion" } }, - "id": "2bb0fa70-0a11-11e7-9e84-43da493ad0c7", + "id": "2bb0fa70-0a11-11e7-9e84-43da493ad0c7-ecs", "type": "visualization", "version": 2 }, @@ -163,7 +163,7 @@ } } }, - "title": "Event Address Geo Location [Filebeat Auditd]", + "title": "Event Address Geo Location [Filebeat Auditd] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -180,7 +180,7 @@ "id": "2", "params": { "autoPrecision": true, - "field": "auditd.log.geoip.location", + "field": "source.geo.location", "precision": 2 }, "schema": "segment", @@ -216,11 +216,11 @@ "url": "https://basemap.nationalmap.gov/arcgis/services/USGSTopo/MapServer/WMSServer" } }, - "title": "Audit Event Address Geo Location", + "title": "Audit Event Address Geo Location ECS", "type": "tile_map" } }, - "id": "d1726930-0a7f-11e7-8b04-eb22a5669f27", + "id": "d1726930-0a7f-11e7-8b04-eb22a5669f27-ecs", "type": "visualization", "version": 2 }, @@ -239,7 +239,7 @@ } } }, - "title": "Event Account Tag Cloud [Filebeat Auditd]", + "title": "Event Account Tag Cloud [Filebeat Auditd] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -255,7 +255,7 @@ "enabled": true, "id": "2", "params": { - "field": "auditd.log.acct", + "field": "user.name", "order": "desc", "orderBy": "1", "size": 15 @@ -272,20 +272,20 @@ "orientation": "single", "scale": "linear" }, - "title": "Audit Event Account Tag Cloud", + "title": "Audit Event Account Tag Cloud ECS", "type": "tagcloud" } }, - "id": "c5411910-0a87-11e7-8b04-eb22a5669f27", + "id": "c5411910-0a87-11e7-8b04-eb22a5669f27-ecs", "type": "visualization", "version": 2 }, { "attributes": { "columns": [ - "auditd.log.record_type", + "event.action", "auditd.log.sequence", - "auditd.log.acct" + "user.name" ], "description": "", "hits": 0, @@ -307,10 +307,10 @@ "@timestamp", "desc" ], - "title": "Audit Events [Filebeat Auditd]", + "title": "Audit Events [Filebeat Auditd] ECS", "version": 1 }, - "id": "4ac0a370-0a11-11e7-8b04-eb22a5669f27", + "id": "4ac0a370-0a11-11e7-8b04-eb22a5669f27-ecs", "type": "search", "version": 2 }, @@ -340,7 +340,7 @@ "panelsJSON": [ { "col": 1, - "id": "6295bdd0-0a0e-11e7-825f-6748cda7d858", + "id": "6295bdd0-0a0e-11e7-825f-6748cda7d858-ecs", "panelIndex": 1, "row": 1, "size_x": 4, @@ -349,7 +349,7 @@ }, { "col": 9, - "id": "5ebdbe50-0a0f-11e7-825f-6748cda7d858", + "id": "5ebdbe50-0a0f-11e7-825f-6748cda7d858-ecs", "panelIndex": 2, "row": 1, "size_x": 4, @@ -358,7 +358,7 @@ }, { "col": 1, - "id": "2bb0fa70-0a11-11e7-9e84-43da493ad0c7", + "id": "2bb0fa70-0a11-11e7-9e84-43da493ad0c7-ecs", "panelIndex": 3, "row": 5, "size_x": 6, @@ -367,7 +367,7 @@ }, { "col": 7, - "id": "d1726930-0a7f-11e7-8b04-eb22a5669f27", + "id": "d1726930-0a7f-11e7-8b04-eb22a5669f27-ecs", "panelIndex": 5, "row": 5, "size_x": 6, @@ -376,7 +376,7 @@ }, { "col": 5, - "id": "c5411910-0a87-11e7-8b04-eb22a5669f27", + "id": "c5411910-0a87-11e7-8b04-eb22a5669f27-ecs", "panelIndex": 6, "row": 1, "size_x": 4, @@ -386,11 +386,11 @@ { "col": 1, "columns": [ - "auditd.log.record_type", + "event.action", "auditd.log.sequence", - "auditd.log.acct" + "user.name" ], - "id": "4ac0a370-0a11-11e7-8b04-eb22a5669f27", + "id": "4ac0a370-0a11-11e7-8b04-eb22a5669f27-ecs", "panelIndex": 7, "row": 8, "size_x": 12, @@ -403,7 +403,7 @@ } ], "timeRestore": false, - "title": "[Filebeat Auditd] Audit Events", + "title": "[Filebeat Auditd] Audit Events ECS", "uiStateJSON": { "P-2": { "vis": { @@ -442,7 +442,7 @@ }, "version": 1 }, - "id": "dfbb49f0-0a0f-11e7-8a62-2d05eaaac5cb", + "id": "dfbb49f0-0a0f-11e7-8a62-2d05eaaac5cb-ecs", "type": "dashboard", "version": 4 } diff --git a/filebeat/module/haproxy/_meta/kibana/7/dashboard/Filebeat-haproxy-overview.json b/filebeat/module/haproxy/_meta/kibana/7/dashboard/Filebeat-haproxy-overview.json index 03014c0e8cb..bb605e9a680 100644 --- a/filebeat/module/haproxy/_meta/kibana/7/dashboard/Filebeat-haproxy-overview.json +++ b/filebeat/module/haproxy/_meta/kibana/7/dashboard/Filebeat-haproxy-overview.json @@ -13,7 +13,7 @@ } } }, - "title": "Backend breakdown [Filebeat HAProxy]", + "title": "Backend breakdown [Filebeat HAProxy] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -55,11 +55,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "Backend breakdown [Filebeat HAProxy]", + "title": "Backend breakdown [Filebeat HAProxy] ECS", "type": "pie" } }, - "id": "55251360-aa32-11e8-9c06-877f0445e3e0", + "id": "55251360-aa32-11e8-9c06-877f0445e3e0-ecs", "type": "visualization", "updated_at": "2018-12-06T11:35:36.721Z", "version": 2 @@ -77,7 +77,7 @@ } } }, - "title": "Frontend breakdown [Filebeat HAProxy]", + "title": "Frontend breakdown [Filebeat HAProxy] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -119,11 +119,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "Frontend breakdown [Filebeat HAProxy]", + "title": "Frontend breakdown [Filebeat HAProxy] ECS", "type": "pie" } }, - "id": "7fb671f0-aa32-11e8-9c06-877f0445e3e0", + "id": "7fb671f0-aa32-11e8-9c06-877f0445e3e0-ecs", "type": "visualization", "updated_at": "2018-12-06T11:35:36.721Z", "version": 2 @@ -141,7 +141,7 @@ } } }, - "title": "IP Geohashes [Filebeat HAProxy]", + "title": "IP Geohashes [Filebeat HAProxy] ECS", "uiStateJSON": { "mapCenter": [ 14.944784875088372, @@ -155,7 +155,7 @@ "enabled": true, "id": "1", "params": { - "field": "haproxy.client.ip" + "field": "source.address" }, "schema": "metric", "type": "cardinality" @@ -165,7 +165,7 @@ "id": "2", "params": { "autoPrecision": true, - "field": "haproxy.geoip.location", + "field": "source.geo.location", "isFilteredByCollar": true, "precision": 2, "useGeocentroid": true @@ -202,11 +202,11 @@ "url": "https://basemap.nationalmap.gov/arcgis/services/USGSTopo/MapServer/WMSServer" } }, - "title": "IP Geohashes [Filebeat HAProxy]", + "title": "IP Geohashes [Filebeat HAProxy] ECS", "type": "tile_map" } }, - "id": "11f8b9c0-aa32-11e8-9c06-877f0445e3e0", + "id": "11f8b9c0-aa32-11e8-9c06-877f0445e3e0-ecs", "type": "visualization", "updated_at": "2018-12-06T11:35:36.721Z", "version": 2 @@ -224,7 +224,7 @@ } } }, - "title": "Response codes over time [Filebeat HAProxy]", + "title": "Response codes over time [Filebeat HAProxy] ECS", "uiStateJSON": { "vis": { "colors": { @@ -263,7 +263,7 @@ "enabled": true, "id": "3", "params": { - "field": "haproxy.http.response.status_code", + "field": "http.response.status_code", "missingBucket": false, "missingBucketLabel": "Missing", "order": "desc", @@ -344,11 +344,11 @@ } ] }, - "title": "Response codes over time [Filebeat HAProxy]", + "title": "Response codes over time [Filebeat HAProxy] ECS", "type": "histogram" } }, - "id": "68af8ef0-aa33-11e8-9c06-877f0445e3e0", + "id": "68af8ef0-aa33-11e8-9c06-877f0445e3e0-ecs", "type": "visualization", "updated_at": "2018-12-06T11:35:36.721Z", "version": 2 @@ -381,7 +381,7 @@ "x": 0, "y": 0 }, - "id": "55251360-aa32-11e8-9c06-877f0445e3e0", + "id": "55251360-aa32-11e8-9c06-877f0445e3e0-ecs", "panelIndex": "1", "type": "visualization", "version": "6.5.2" @@ -395,7 +395,7 @@ "x": 24, "y": 0 }, - "id": "7fb671f0-aa32-11e8-9c06-877f0445e3e0", + "id": "7fb671f0-aa32-11e8-9c06-877f0445e3e0-ecs", "panelIndex": "2", "type": "visualization", "version": "6.5.2" @@ -409,7 +409,7 @@ "x": 0, "y": 15 }, - "id": "11f8b9c0-aa32-11e8-9c06-877f0445e3e0", + "id": "11f8b9c0-aa32-11e8-9c06-877f0445e3e0-ecs", "panelIndex": "3", "type": "visualization", "version": "6.5.2" @@ -423,17 +423,17 @@ "x": 24, "y": 15 }, - "id": "68af8ef0-aa33-11e8-9c06-877f0445e3e0", + "id": "68af8ef0-aa33-11e8-9c06-877f0445e3e0-ecs", "panelIndex": "4", "type": "visualization", "version": "6.5.2" } ], "timeRestore": false, - "title": "[Filebeat HAProxy] Overview", + "title": "[Filebeat HAProxy] Overview ECS", "version": 1 }, - "id": "3560d580-aa34-11e8-9c06-877f0445e3e0", + "id": "3560d580-aa34-11e8-9c06-877f0445e3e0-ecs", "type": "dashboard", "updated_at": "2018-12-06T11:40:40.204Z", "version": 6 diff --git a/filebeat/module/icinga/_meta/kibana/7/dashboard/Filebeat-icinga-debug-log.json b/filebeat/module/icinga/_meta/kibana/7/dashboard/Filebeat-icinga-debug-log.json index edfb29ec3e4..cb05cb4f74e 100644 --- a/filebeat/module/icinga/_meta/kibana/7/dashboard/Filebeat-icinga-debug-log.json +++ b/filebeat/module/icinga/_meta/kibana/7/dashboard/Filebeat-icinga-debug-log.json @@ -8,8 +8,8 @@ "filter": [] } }, - "savedSearchId": "c876e6a0-2418-11e7-a83b-d5f4cebac9ff", - "title": "Debuglog Facility [Filebeat Icinga]", + "savedSearchId": "c876e6a0-2418-11e7-a83b-d5f4cebac9ff-ecs", + "title": "Debuglog Facility [Filebeat Icinga] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -59,11 +59,11 @@ "setYExtents": false, "times": [] }, - "title": "Icinga Debuglog Facility", + "title": "Icinga Debuglog Facility ECS", "type": "histogram" } }, - "id": "0bc34b60-2419-11e7-a83b-d5f4cebac9ff", + "id": "0bc34b60-2419-11e7-a83b-d5f4cebac9ff-ecs", "type": "visualization", "version": 2 }, @@ -75,8 +75,8 @@ "filter": [] } }, - "savedSearchId": "c876e6a0-2418-11e7-a83b-d5f4cebac9ff", - "title": "Debuglog Severity [Filebeat Icinga]", + "savedSearchId": "c876e6a0-2418-11e7-a83b-d5f4cebac9ff-ecs", + "title": "Debuglog Severity [Filebeat Icinga] ECS", "uiStateJSON": { "vis": { "colors": { @@ -114,7 +114,7 @@ "enabled": true, "id": "3", "params": { - "field": "icinga.debug.severity", + "field": "log.level", "order": "desc", "orderBy": "1", "size": 5 @@ -135,11 +135,11 @@ "setYExtents": false, "times": [] }, - "title": "Icinga Debuglog Severity", + "title": "Icinga Debuglog Severity ECS", "type": "histogram" } }, - "id": "fb09d4b0-2418-11e7-a83b-d5f4cebac9ff", + "id": "fb09d4b0-2418-11e7-a83b-d5f4cebac9ff-ecs", "type": "visualization", "version": 2 }, @@ -147,8 +147,8 @@ "attributes": { "columns": [ "icinga.debug.facility", - "icinga.debug.severity", - "icinga.debug.message" + "log.level", + "message" ], "description": "", "hits": 0, @@ -163,7 +163,7 @@ "alias": null, "disabled": false, "index": "filebeat-*", - "key": "fileset.module", + "key": "event.module", "negate": false, "params": { "query": "icinga", @@ -174,7 +174,7 @@ }, "query": { "match": { - "fileset.module": { + "event.module": { "query": "icinga", "type": "phrase" } @@ -221,10 +221,10 @@ "@timestamp", "desc" ], - "title": "Debug Log [Filebeat Icinga]", + "title": "Debug Log [Filebeat Icinga] ECS", "version": 1 }, - "id": "c876e6a0-2418-11e7-a83b-d5f4cebac9ff", + "id": "c876e6a0-2418-11e7-a83b-d5f4cebac9ff-ecs", "type": "search", "version": 2 }, @@ -254,7 +254,7 @@ "panelsJSON": [ { "col": 1, - "id": "0bc34b60-2419-11e7-a83b-d5f4cebac9ff", + "id": "0bc34b60-2419-11e7-a83b-d5f4cebac9ff-ecs", "panelIndex": 1, "row": 1, "size_x": 6, @@ -263,7 +263,7 @@ }, { "col": 7, - "id": "fb09d4b0-2418-11e7-a83b-d5f4cebac9ff", + "id": "fb09d4b0-2418-11e7-a83b-d5f4cebac9ff-ecs", "panelIndex": 2, "row": 1, "size_x": 6, @@ -274,10 +274,10 @@ "col": 1, "columns": [ "icinga.debug.facility", - "icinga.debug.severity", - "icinga.debug.message" + "log.level", + "message" ], - "id": "c876e6a0-2418-11e7-a83b-d5f4cebac9ff", + "id": "c876e6a0-2418-11e7-a83b-d5f4cebac9ff-ecs", "panelIndex": 3, "row": 4, "size_x": 12, @@ -290,11 +290,11 @@ } ], "timeRestore": false, - "title": "[Filebeat Icinga] Debug Log", + "title": "[Filebeat Icinga] Debug Log ECS", "uiStateJSON": {}, "version": 1 }, - "id": "26309570-2419-11e7-a83b-d5f4cebac9ff", + "id": "26309570-2419-11e7-a83b-d5f4cebac9ff-ecs", "type": "dashboard", "version": 2 } diff --git a/filebeat/module/icinga/_meta/kibana/7/dashboard/Filebeat-icinga-main-log.json b/filebeat/module/icinga/_meta/kibana/7/dashboard/Filebeat-icinga-main-log.json index 4587a45f4e5..835c015de58 100644 --- a/filebeat/module/icinga/_meta/kibana/7/dashboard/Filebeat-icinga-main-log.json +++ b/filebeat/module/icinga/_meta/kibana/7/dashboard/Filebeat-icinga-main-log.json @@ -8,8 +8,8 @@ "filter": [] } }, - "savedSearchId": "ffaf5a30-2413-11e7-a0d9-39604d45ca7f", - "title": "Mainlog Severity [Filebeat Icinga]", + "savedSearchId": "ffaf5a30-2413-11e7-a0d9-39604d45ca7f-ecs", + "title": "Mainlog Severity [Filebeat Icinga] ECS", "uiStateJSON": { "vis": { "colors": { @@ -45,7 +45,7 @@ "enabled": true, "id": "3", "params": { - "field": "icinga.main.severity", + "field": "log.level", "order": "desc", "orderBy": "1", "size": 5 @@ -66,11 +66,11 @@ "setYExtents": false, "times": [] }, - "title": "Icinga Mainlog Severity", + "title": "Icinga Mainlog Severity ECS", "type": "histogram" } }, - "id": "d8e5dc40-2417-11e7-a83b-d5f4cebac9ff", + "id": "d8e5dc40-2417-11e7-a83b-d5f4cebac9ff-ecs", "type": "visualization", "version": 2 }, @@ -78,8 +78,8 @@ "attributes": { "columns": [ "icinga.main.facility", - "icinga.main.severity", - "icinga.main.message" + "log.level", + "message" ], "description": "", "hits": 0, @@ -94,7 +94,7 @@ "alias": null, "disabled": false, "index": "filebeat-*", - "key": "fileset.module", + "key": "event.module", "negate": false, "params": { "query": "icinga", @@ -105,7 +105,7 @@ }, "query": { "match": { - "fileset.module": { + "event.module": { "query": "icinga", "type": "phrase" } @@ -152,10 +152,10 @@ "@timestamp", "desc" ], - "title": "Main Log [Filebeat Icinga]", + "title": "Main Log [Filebeat Icinga] ECS", "version": 1 }, - "id": "ffaf5a30-2413-11e7-a0d9-39604d45ca7f", + "id": "ffaf5a30-2413-11e7-a0d9-39604d45ca7f-ecs", "type": "search", "version": 2 }, @@ -167,8 +167,8 @@ "filter": [] } }, - "savedSearchId": "ffaf5a30-2413-11e7-a0d9-39604d45ca7f", - "title": "Mainlog Facility [Filebeat Icinga]", + "savedSearchId": "ffaf5a30-2413-11e7-a0d9-39604d45ca7f-ecs", + "title": "Mainlog Facility [Filebeat Icinga] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -218,11 +218,11 @@ "setYExtents": false, "times": [] }, - "title": "Icinga Mainlog Facility", + "title": "Icinga Mainlog Facility ECS", "type": "histogram" } }, - "id": "2cf77780-2418-11e7-a83b-d5f4cebac9ff", + "id": "2cf77780-2418-11e7-a83b-d5f4cebac9ff-ecs", "type": "visualization", "version": 2 }, @@ -252,7 +252,7 @@ "panelsJSON": [ { "col": 7, - "id": "d8e5dc40-2417-11e7-a83b-d5f4cebac9ff", + "id": "d8e5dc40-2417-11e7-a83b-d5f4cebac9ff-ecs", "panelIndex": 1, "row": 1, "size_x": 6, @@ -263,10 +263,10 @@ "col": 1, "columns": [ "icinga.main.facility", - "icinga.main.severity", - "icinga.main.message" + "log.level", + "message" ], - "id": "ffaf5a30-2413-11e7-a0d9-39604d45ca7f", + "id": "ffaf5a30-2413-11e7-a0d9-39604d45ca7f-ecs", "panelIndex": 2, "row": 4, "size_x": 12, @@ -279,7 +279,7 @@ }, { "col": 1, - "id": "2cf77780-2418-11e7-a83b-d5f4cebac9ff", + "id": "2cf77780-2418-11e7-a83b-d5f4cebac9ff-ecs", "panelIndex": 3, "row": 1, "size_x": 6, @@ -288,11 +288,11 @@ } ], "timeRestore": false, - "title": "[Filebeat Icinga] Main Log", + "title": "[Filebeat Icinga] Main Log ECS", "uiStateJSON": {}, "version": 1 }, - "id": "f693d260-2417-11e7-a83b-d5f4cebac9ff", + "id": "f693d260-2417-11e7-a83b-d5f4cebac9ff-ecs", "type": "dashboard", "version": 4 } diff --git a/filebeat/module/icinga/_meta/kibana/7/dashboard/Filebeat-icinga-startup-errors.json b/filebeat/module/icinga/_meta/kibana/7/dashboard/Filebeat-icinga-startup-errors.json index 055946e7775..5a4799e7037 100644 --- a/filebeat/module/icinga/_meta/kibana/7/dashboard/Filebeat-icinga-startup-errors.json +++ b/filebeat/module/icinga/_meta/kibana/7/dashboard/Filebeat-icinga-startup-errors.json @@ -8,8 +8,8 @@ "filter": [] } }, - "savedSearchId": "710043e0-2417-11e7-a83b-d5f4cebac9ff", - "title": "Startup Errors [Filebeat Icinga]", + "savedSearchId": "710043e0-2417-11e7-a83b-d5f4cebac9ff-ecs", + "title": "Startup Errors [Filebeat Icinga] ECS", "uiStateJSON": { "vis": { "colors": { @@ -53,11 +53,11 @@ "setYExtents": false, "times": [] }, - "title": "Icinga Startup Errors", + "title": "Icinga Startup Errors ECS", "type": "histogram" } }, - "id": "a59b5e00-2417-11e7-a83b-d5f4cebac9ff", + "id": "a59b5e00-2417-11e7-a83b-d5f4cebac9ff-ecs", "type": "visualization", "version": 2 }, @@ -65,8 +65,8 @@ "attributes": { "columns": [ "icinga.startup.facility", - "icinga.startup.severity", - "icinga.startup.message" + "log.level", + "message" ], "description": "", "hits": 0, @@ -80,7 +80,7 @@ "query": { "query_string": { "analyze_wildcard": true, - "query": "icinga.startup.severity:critical" + "query": "log.level:critical" } } }, @@ -91,10 +91,10 @@ "@timestamp", "desc" ], - "title": "Startup Errors [Filebeat Icinga]", + "title": "Startup Errors [Filebeat Icinga] ECS", "version": 1 }, - "id": "710043e0-2417-11e7-a83b-d5f4cebac9ff", + "id": "710043e0-2417-11e7-a83b-d5f4cebac9ff-ecs", "type": "search", "version": 2 }, @@ -124,7 +124,7 @@ "panelsJSON": [ { "col": 1, - "id": "a59b5e00-2417-11e7-a83b-d5f4cebac9ff", + "id": "a59b5e00-2417-11e7-a83b-d5f4cebac9ff-ecs", "panelIndex": 1, "row": 1, "size_x": 12, @@ -135,10 +135,10 @@ "col": 1, "columns": [ "icinga.startup.facility", - "icinga.startup.severity", - "icinga.startup.message" + "log.level", + "message" ], - "id": "710043e0-2417-11e7-a83b-d5f4cebac9ff", + "id": "710043e0-2417-11e7-a83b-d5f4cebac9ff-ecs", "panelIndex": 2, "row": 3, "size_x": 12, @@ -151,11 +151,11 @@ } ], "timeRestore": false, - "title": "[Filebeat Icinga] Startup Errors", + "title": "[Filebeat Icinga] Startup Errors ECS", "uiStateJSON": {}, "version": 1 }, - "id": "b9163ea0-2417-11e7-a83b-d5f4cebac9ff", + "id": "b9163ea0-2417-11e7-a83b-d5f4cebac9ff-ecs", "type": "dashboard", "version": 2 } diff --git a/filebeat/module/iis/_meta/kibana/7/dashboard/Filebeat-iis.json b/filebeat/module/iis/_meta/kibana/7/dashboard/Filebeat-iis.json index 8dc20c5c266..ef507875a55 100644 --- a/filebeat/module/iis/_meta/kibana/7/dashboard/Filebeat-iis.json +++ b/filebeat/module/iis/_meta/kibana/7/dashboard/Filebeat-iis.json @@ -13,7 +13,7 @@ } } }, - "title": "Access map [Filebeat IIS]", + "title": "Access map [Filebeat IIS] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -30,7 +30,7 @@ "id": "2", "params": { "autoPrecision": true, - "field": "iis.access.geoip.location", + "field": "source.geo.location", "isFilteredByCollar": true, "precision": 2, "useGeocentroid": true @@ -58,11 +58,11 @@ } } }, - "title": "Access map [Filebeat IIS]", + "title": "Access map [Filebeat IIS] ECS", "type": "tile_map" } }, - "id": "eb2db5b0-fe11-11e7-a3b0-d13028918f9f", + "id": "eb2db5b0-fe11-11e7-a3b0-d13028918f9f-ecs", "type": "visualization", "updated_at": "2018-01-20T18:44:17.162Z", "version": 1 @@ -80,7 +80,7 @@ } } }, - "title": "Response codes over time [Filebeat IIS]", + "title": "Response codes over time [Filebeat IIS] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -109,7 +109,7 @@ "enabled": true, "id": "3", "params": { - "field": "iis.access.response_code", + "field": "http.response.status_code", "order": "desc", "orderBy": "1", "size": 5 @@ -186,11 +186,11 @@ } ] }, - "title": "Response codes over time [Filebeat IIS]", + "title": "Response codes over time [Filebeat IIS] ECS", "type": "histogram" } }, - "id": "f31414b0-fe14-11e7-a3b0-d13028918f9f", + "id": "f31414b0-fe14-11e7-a3b0-d13028918f9f-ecs", "type": "visualization", "updated_at": "2018-01-20T19:05:58.905Z", "version": 1 @@ -208,7 +208,7 @@ } } }, - "title": "Browsers breakdown [Filebeat IIS]", + "title": "Browsers breakdown [Filebeat IIS] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -224,7 +224,7 @@ "enabled": true, "id": "2", "params": { - "field": "iis.access.user_agent.name", + "field": "user_agent.name", "order": "desc", "orderBy": "1", "size": 5 @@ -258,11 +258,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "Browsers breakdown [Filebeat IIS]", + "title": "Browsers breakdown [Filebeat IIS] ECS", "type": "pie" } }, - "id": "63129c80-fe12-11e7-a3b0-d13028918f9f", + "id": "63129c80-fe12-11e7-a3b0-d13028918f9f-ecs", "type": "visualization", "updated_at": "2018-01-20T18:47:38.312Z", "version": 1 @@ -280,7 +280,7 @@ } } }, - "title": "Operating systems breakdown [Filebeat IIS]", + "title": "Operating systems breakdown [Filebeat IIS] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -296,7 +296,7 @@ "enabled": true, "id": "2", "params": { - "field": "iis.access.user_agent.os_name", + "field": "user_agent.os.name", "order": "desc", "orderBy": "1", "size": 5 @@ -330,11 +330,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "Operating systems breakdown [Filebeat IIS]", + "title": "Operating systems breakdown [Filebeat IIS] ECS", "type": "pie" } }, - "id": "ccd3f9c0-fe12-11e7-a3b0-d13028918f9f", + "id": "ccd3f9c0-fe12-11e7-a3b0-d13028918f9f-ecs", "type": "visualization", "updated_at": "2018-01-20T18:51:54.619Z", "version": 2 @@ -352,7 +352,7 @@ } } }, - "title": "Error logs over time [Filebeat IIS]", + "title": "Error logs over time [Filebeat IIS] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -381,7 +381,7 @@ "enabled": true, "id": "3", "params": { - "field": "iis.error.response_code", + "field": "http.response.status_code", "order": "desc", "orderBy": "1", "size": 5 @@ -458,11 +458,11 @@ } ] }, - "title": "Error logs over time [Filebeat IIS]", + "title": "Error logs over time [Filebeat IIS] ECS", "type": "histogram" } }, - "id": "41f38230-fe17-11e7-a3b0-d13028918f9f", + "id": "41f38230-fe17-11e7-a3b0-d13028918f9f-ecs", "type": "visualization", "updated_at": "2018-01-20T19:22:30.227Z", "version": 1 @@ -480,7 +480,7 @@ } } }, - "title": "Top URLs by response code [Filebeat IIS]", + "title": "Top URLs by response code [Filebeat IIS] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -497,7 +497,7 @@ "id": "2", "params": { "customLabel": "URL", - "field": "iis.access.url", + "field": "url.path", "order": "desc", "orderBy": "1", "row": false, @@ -510,7 +510,7 @@ "enabled": true, "id": "3", "params": { - "field": "iis.access.response_code", + "field": "http.response.status_code", "order": "desc", "orderBy": "1", "size": 5 @@ -532,11 +532,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "Top URLs by response code [Filebeat IIS]", + "title": "Top URLs by response code [Filebeat IIS] ECS", "type": "pie" } }, - "id": "c0d02cd0-fe1b-11e7-a3b0-d13028918f9f", + "id": "c0d02cd0-fe1b-11e7-a3b0-d13028918f9f-ecs", "type": "visualization", "updated_at": "2018-01-20T19:58:24.005Z", "version": 2 @@ -570,7 +570,7 @@ "x": 0, "y": 0 }, - "id": "eb2db5b0-fe11-11e7-a3b0-d13028918f9f", + "id": "eb2db5b0-fe11-11e7-a3b0-d13028918f9f-ecs", "panelIndex": "1", "type": "visualization", "version": "6.1.2" @@ -583,7 +583,7 @@ "x": 0, "y": 3 }, - "id": "f31414b0-fe14-11e7-a3b0-d13028918f9f", + "id": "f31414b0-fe14-11e7-a3b0-d13028918f9f-ecs", "panelIndex": "2", "type": "visualization", "version": "6.1.2" @@ -596,7 +596,7 @@ "x": 0, "y": 9 }, - "id": "63129c80-fe12-11e7-a3b0-d13028918f9f", + "id": "63129c80-fe12-11e7-a3b0-d13028918f9f-ecs", "panelIndex": "4", "type": "visualization", "version": "6.1.2" @@ -609,7 +609,7 @@ "x": 6, "y": 9 }, - "id": "ccd3f9c0-fe12-11e7-a3b0-d13028918f9f", + "id": "ccd3f9c0-fe12-11e7-a3b0-d13028918f9f-ecs", "panelIndex": "5", "type": "visualization", "version": "6.1.2" @@ -622,7 +622,7 @@ "x": 7, "y": 3 }, - "id": "41f38230-fe17-11e7-a3b0-d13028918f9f", + "id": "41f38230-fe17-11e7-a3b0-d13028918f9f-ecs", "panelIndex": "6", "type": "visualization", "version": "6.1.2" @@ -635,18 +635,18 @@ "x": 0, "y": 6 }, - "id": "c0d02cd0-fe1b-11e7-a3b0-d13028918f9f", + "id": "c0d02cd0-fe1b-11e7-a3b0-d13028918f9f-ecs", "panelIndex": "7", "type": "visualization", "version": "6.1.2" } ], "timeRestore": false, - "title": "[Filebeat IIS] Access and error logs", + "title": "[Filebeat IIS] Access and error logs ECS", "uiStateJSON": {}, "version": 1 }, - "id": "4278ad30-fe16-11e7-a3b0-d13028918f9f", + "id": "4278ad30-fe16-11e7-a3b0-d13028918f9f-ecs", "type": "dashboard", "updated_at": "2018-01-20T19:57:50.287Z", "version": 4 diff --git a/filebeat/module/kafka/_meta/kibana/7/dashboard/Filebeat-Kafka-overview.json b/filebeat/module/kafka/_meta/kibana/7/dashboard/Filebeat-Kafka-overview.json index 2e0746ff914..6abfc572c16 100644 --- a/filebeat/module/kafka/_meta/kibana/7/dashboard/Filebeat-Kafka-overview.json +++ b/filebeat/module/kafka/_meta/kibana/7/dashboard/Filebeat-Kafka-overview.json @@ -8,8 +8,8 @@ "filter": [] } }, - "savedSearchId": "Kafka stacktraces", - "title": "Number of stracktraces by class [Filebeat Kafka]", + "savedSearchId": "Kafka stacktraces-ecs", + "title": "Number of stracktraces by class [Filebeat Kafka] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -117,11 +117,11 @@ } ] }, - "title": "Number of Kafka stracktraces by class [Filebeat Kafka]", + "title": "Number of Kafka stracktraces by class [Filebeat Kafka] ECS", "type": "histogram" } }, - "id": "number-of-kafka-stracktraces-by-class", + "id": "number-of-kafka-stracktraces-by-class-ecs", "type": "visualization", "version": 2 }, @@ -150,19 +150,19 @@ "@timestamp", "desc" ], - "title": "Stacktraces [Filebeat Kafka]", + "title": "Stacktraces [Filebeat Kafka] ECS", "version": 1 }, - "id": "Kafka stacktraces", + "id": "Kafka stacktraces-ecs", "type": "search", "version": 1 }, { "attributes": { "columns": [ - "kafka.log.level", + "log.level", "kafka.log.component", - "kafka.log.message" + "message" ], "description": "", "hits": 0, @@ -177,7 +177,7 @@ "alias": null, "disabled": false, "index": "filebeat-*", - "key": "fileset.module", + "key": "event.module", "negate": false, "params": { "query": "kafka", @@ -188,7 +188,7 @@ }, "query": { "match": { - "fileset.module": { + "event.module": { "query": "kafka", "type": "phrase" } @@ -235,10 +235,10 @@ "@timestamp", "desc" ], - "title": "All logs [Filebeat Kafka]", + "title": "All logs [Filebeat Kafka] ECS", "version": 1 }, - "id": "All Kafka logs", + "id": "All Kafka logs-ecs", "type": "search", "version": 1 }, @@ -250,8 +250,8 @@ "filter": [] } }, - "savedSearchId": "All Kafka logs", - "title": "Log levels over time [Filebeat Kafka]", + "savedSearchId": "All Kafka logs-ecs", + "title": "Log levels over time [Filebeat Kafka] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -281,7 +281,7 @@ "id": "3", "params": { "customLabel": "Log Level", - "field": "kafka.log.level", + "field": "log.level", "order": "desc", "orderBy": "1", "size": 5 @@ -360,11 +360,11 @@ } ] }, - "title": "Log levels over time [Filebeat Kafka]", + "title": "Log levels over time [Filebeat Kafka] ECS", "type": "histogram" } }, - "id": "3f7c33c0-87ee-11e7-ad9c-db80de0bf8d3", + "id": "3f7c33c0-87ee-11e7-ad9c-db80de0bf8d3-ecs", "type": "visualization", "version": 1 }, @@ -389,7 +389,7 @@ "panelsJSON": [ { "col": 1, - "id": "number-of-kafka-stracktraces-by-class", + "id": "number-of-kafka-stracktraces-by-class-ecs", "panelIndex": 1, "row": 1, "size_x": 6, @@ -403,7 +403,7 @@ "kafka.log.trace.class", "kafka.log.trace.full" ], - "id": "Kafka stacktraces", + "id": "Kafka stacktraces-ecs", "panelIndex": 2, "row": 1, "size_x": 6, @@ -417,11 +417,11 @@ { "col": 1, "columns": [ - "kafka.log.level", + "log.level", "kafka.log.component", - "kafka.log.message" + "message" ], - "id": "All Kafka logs", + "id": "All Kafka logs-ecs", "panelIndex": 3, "row": 6, "size_x": 12, @@ -434,7 +434,7 @@ }, { "col": 1, - "id": "3f7c33c0-87ee-11e7-ad9c-db80de0bf8d3", + "id": "3f7c33c0-87ee-11e7-ad9c-db80de0bf8d3-ecs", "panelIndex": 4, "row": 4, "size_x": 12, @@ -443,11 +443,11 @@ } ], "timeRestore": false, - "title": "[Filebeat Kafka] Overview", + "title": "[Filebeat Kafka] Overview ECS", "uiStateJSON": {}, "version": 1 }, - "id": "943caca0-87ee-11e7-ad9c-db80de0bf8d3", + "id": "943caca0-87ee-11e7-ad9c-db80de0bf8d3-ecs", "type": "dashboard", "version": 1 } diff --git a/filebeat/module/logstash/_meta/kibana/7/dashboard/Filebeat-logstash-log.json b/filebeat/module/logstash/_meta/kibana/7/dashboard/Filebeat-logstash-log.json index a4d81539136..7bae7158ff2 100644 --- a/filebeat/module/logstash/_meta/kibana/7/dashboard/Filebeat-logstash-log.json +++ b/filebeat/module/logstash/_meta/kibana/7/dashboard/Filebeat-logstash-log.json @@ -12,8 +12,8 @@ } } }, - "savedSearchId": "cfaba090-cbda-11e7-9852-73e0a9df1bb6", - "title": "Logs Severity [Filebeat Logstash]", + "savedSearchId": "cfaba090-cbda-11e7-9852-73e0a9df1bb6-ecs", + "title": "Logs Severity [Filebeat Logstash] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -29,7 +29,7 @@ "enabled": true, "id": "2", "params": { - "field": "logstash.log.level", + "field": "log.level", "order": "desc", "orderBy": "1", "size": 5 @@ -45,11 +45,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "Logs Severity [Filebeat Logstash]", + "title": "Logs Severity [Filebeat Logstash] ECS", "type": "pie" } }, - "id": "0b1dace0-cbdb-11e7-9852-73e0a9df1bb6", + "id": "0b1dace0-cbdb-11e7-9852-73e0a9df1bb6-ecs", "type": "visualization", "version": 1 }, @@ -65,8 +65,8 @@ } } }, - "savedSearchId": "cfaba090-cbda-11e7-9852-73e0a9df1bb6", - "title": "logs over time [Filebeat Logstash]", + "savedSearchId": "cfaba090-cbda-11e7-9852-73e0a9df1bb6-ecs", + "title": "logs over time [Filebeat Logstash] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -95,7 +95,7 @@ "enabled": true, "id": "3", "params": { - "field": "logstash.log.level", + "field": "log.level", "order": "desc", "orderBy": "1", "size": 5 @@ -172,20 +172,20 @@ } ] }, - "title": "logs over time [Filebeat Logstash]", + "title": "logs over time [Filebeat Logstash] ECS", "type": "histogram" } }, - "id": "e90b7240-cbda-11e7-9852-73e0a9df1bb6", + "id": "e90b7240-cbda-11e7-9852-73e0a9df1bb6-ecs", "type": "visualization", "version": 1 }, { "attributes": { "columns": [ - "logstash.log.level", + "log.level", "logstash.log.module", - "logstash.log.message", + "message", "source" ], "description": "", @@ -201,7 +201,7 @@ "alias": null, "disabled": false, "index": "filebeat-*", - "key": "fileset.module", + "key": "event.module", "negate": false, "params": { "query": "logstash", @@ -212,7 +212,7 @@ }, "query": { "match": { - "fileset.module": { + "event.module": { "query": "logstash", "type": "phrase" } @@ -259,10 +259,10 @@ "@timestamp", "desc" ], - "title": "logs [Filebeat Logstash]", + "title": "logs [Filebeat Logstash] ECS", "version": 1 }, - "id": "cfaba090-cbda-11e7-9852-73e0a9df1bb6", + "id": "cfaba090-cbda-11e7-9852-73e0a9df1bb6-ecs", "type": "search", "version": 1 }, @@ -287,7 +287,7 @@ "panelsJSON": [ { "col": 7, - "id": "0b1dace0-cbdb-11e7-9852-73e0a9df1bb6", + "id": "0b1dace0-cbdb-11e7-9852-73e0a9df1bb6-ecs", "panelIndex": 2, "row": 1, "size_x": 6, @@ -296,7 +296,7 @@ }, { "col": 1, - "id": "e90b7240-cbda-11e7-9852-73e0a9df1bb6", + "id": "e90b7240-cbda-11e7-9852-73e0a9df1bb6-ecs", "panelIndex": 3, "row": 1, "size_x": 6, @@ -306,12 +306,12 @@ { "col": 1, "columns": [ - "logstash.log.level", + "log.level", "logstash.log.module", - "logstash.log.message", + "message", "source" ], - "id": "cfaba090-cbda-11e7-9852-73e0a9df1bb6", + "id": "cfaba090-cbda-11e7-9852-73e0a9df1bb6-ecs", "panelIndex": 4, "row": 4, "size_x": 12, @@ -324,11 +324,11 @@ } ], "timeRestore": false, - "title": "Logstash Logs [Filebeat Logstash]", + "title": "Logstash Logs [Filebeat Logstash] ECS", "uiStateJSON": {}, "version": 1 }, - "id": "Filebeat-Logstash-Log-Dashboard", + "id": "Filebeat-Logstash-Log-Dashboard-ecs", "type": "dashboard", "version": 1 } diff --git a/filebeat/module/logstash/_meta/kibana/7/dashboard/Filebeat-logstash-slowlog.json b/filebeat/module/logstash/_meta/kibana/7/dashboard/Filebeat-logstash-slowlog.json index c1caa3422c6..9311f33ad24 100644 --- a/filebeat/module/logstash/_meta/kibana/7/dashboard/Filebeat-logstash-slowlog.json +++ b/filebeat/module/logstash/_meta/kibana/7/dashboard/Filebeat-logstash-slowlog.json @@ -3,7 +3,7 @@ { "attributes": { "columns": [ - "logstash.slowlog.level", + "log.level", "logstash.slowlog.plugin_type", "logstash.slowlog.plugin_name", "logstash.slowlog.message", @@ -23,7 +23,7 @@ "alias": null, "disabled": false, "index": "filebeat-*", - "key": "fileset.module", + "key": "event.module", "negate": false, "params": { "query": "logstash", @@ -34,7 +34,7 @@ }, "query": { "match": { - "fileset.module": { + "event.module": { "query": "logstash", "type": "phrase" } @@ -78,13 +78,13 @@ } }, "sort": [ - "logstash.slowlog.level", + "log.level", "asc" ], - "title": "Slow logs [Filebeat Logstash]", + "title": "Slow logs [Filebeat Logstash] ECS", "version": 1 }, - "id": "742e45d0-cbdd-11e7-9852-73e0a9df1bb6", + "id": "742e45d0-cbdd-11e7-9852-73e0a9df1bb6-ecs", "type": "search", "version": 1 }, @@ -100,8 +100,8 @@ } } }, - "savedSearchId": "cfaba090-cbda-11e7-9852-73e0a9df1bb6", - "title": "Logs Severity [Filebeat Logstash]", + "savedSearchId": "cfaba090-cbda-11e7-9852-73e0a9df1bb6-ecs", + "title": "Logs Severity [Filebeat Logstash] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -117,7 +117,7 @@ "enabled": true, "id": "2", "params": { - "field": "logstash.log.level", + "field": "log.level", "order": "desc", "orderBy": "1", "size": 5 @@ -133,11 +133,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "Logs Severity [Filebeat Logstash]", + "title": "Logs Severity [Filebeat Logstash] ECS", "type": "pie" } }, - "id": "0b1dace0-cbdb-11e7-9852-73e0a9df1bb6", + "id": "0b1dace0-cbdb-11e7-9852-73e0a9df1bb6-ecs", "type": "visualization", "version": 1 }, @@ -153,8 +153,8 @@ } } }, - "savedSearchId": "cfaba090-cbda-11e7-9852-73e0a9df1bb6", - "title": "logs over time [Filebeat Logstash]", + "savedSearchId": "cfaba090-cbda-11e7-9852-73e0a9df1bb6-ecs", + "title": "logs over time [Filebeat Logstash] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -183,7 +183,7 @@ "enabled": true, "id": "3", "params": { - "field": "logstash.log.level", + "field": "log.level", "order": "desc", "orderBy": "1", "size": 5 @@ -260,11 +260,11 @@ } ] }, - "title": "logs over time [Filebeat Logstash]", + "title": "logs over time [Filebeat Logstash] ECS", "type": "histogram" } }, - "id": "e90b7240-cbda-11e7-9852-73e0a9df1bb6", + "id": "e90b7240-cbda-11e7-9852-73e0a9df1bb6-ecs", "type": "visualization", "version": 1 }, @@ -280,8 +280,8 @@ } } }, - "savedSearchId": "742e45d0-cbdd-11e7-9852-73e0a9df1bb6", - "title": "Slowest plugins [Filebeat Logstash]", + "savedSearchId": "742e45d0-cbdd-11e7-9852-73e0a9df1bb6-ecs", + "title": "Slowest plugins [Filebeat Logstash] ECS", "uiStateJSON": { "vis": { "params": { @@ -363,20 +363,20 @@ }, "totalFunc": "sum" }, - "title": "Slowest plugins [Filebeat Logstash]", + "title": "Slowest plugins [Filebeat Logstash] ECS", "type": "table" } }, - "id": "b3315630-cbdf-11e7-9852-73e0a9df1bb6", + "id": "b3315630-cbdf-11e7-9852-73e0a9df1bb6-ecs", "type": "visualization", "version": 1 }, { "attributes": { "columns": [ - "logstash.log.level", + "log.level", "logstash.log.module", - "logstash.log.message", + "message", "source" ], "description": "", @@ -392,7 +392,7 @@ "alias": null, "disabled": false, "index": "filebeat-*", - "key": "fileset.module", + "key": "event.module", "negate": false, "params": { "query": "logstash", @@ -403,7 +403,7 @@ }, "query": { "match": { - "fileset.module": { + "event.module": { "query": "logstash", "type": "phrase" } @@ -450,10 +450,10 @@ "@timestamp", "desc" ], - "title": "logs [Filebeat Logstash]", + "title": "logs [Filebeat Logstash] ECS", "version": 1 }, - "id": "cfaba090-cbda-11e7-9852-73e0a9df1bb6", + "id": "cfaba090-cbda-11e7-9852-73e0a9df1bb6-ecs", "type": "search", "version": 1 }, @@ -479,14 +479,14 @@ { "col": 1, "columns": [ - "logstash.slowlog.level", + "log.level", "logstash.slowlog.plugin_type", "logstash.slowlog.plugin_name", "logstash.slowlog.message", "logstash.slowlog.plugin_params", "logstash.slowlog.execution_time_ns" ], - "id": "742e45d0-cbdd-11e7-9852-73e0a9df1bb6", + "id": "742e45d0-cbdd-11e7-9852-73e0a9df1bb6-ecs", "panelIndex": 1, "row": 7, "size_x": 12, @@ -499,7 +499,7 @@ }, { "col": 7, - "id": "0b1dace0-cbdb-11e7-9852-73e0a9df1bb6", + "id": "0b1dace0-cbdb-11e7-9852-73e0a9df1bb6-ecs", "panelIndex": 2, "row": 1, "size_x": 6, @@ -508,7 +508,7 @@ }, { "col": 1, - "id": "e90b7240-cbda-11e7-9852-73e0a9df1bb6", + "id": "e90b7240-cbda-11e7-9852-73e0a9df1bb6-ecs", "panelIndex": 3, "row": 1, "size_x": 6, @@ -517,7 +517,7 @@ }, { "col": 1, - "id": "b3315630-cbdf-11e7-9852-73e0a9df1bb6", + "id": "b3315630-cbdf-11e7-9852-73e0a9df1bb6-ecs", "panelIndex": 4, "row": 4, "size_x": 12, @@ -526,7 +526,7 @@ } ], "timeRestore": false, - "title": "Slowlogs [Filebeat Logstash]", + "title": "Slowlogs [Filebeat Logstash] ECS", "uiStateJSON": { "P-4": { "vis": { @@ -541,7 +541,7 @@ }, "version": 1 }, - "id": "Filebeat-Logstash-Slowlog-Dashboard", + "id": "Filebeat-Logstash-Slowlog-Dashboard-ecs", "type": "dashboard", "version": 1 } diff --git a/filebeat/module/mongodb/_meta/kibana/7/dashboard/Filebeat-Mongodb-overview.json b/filebeat/module/mongodb/_meta/kibana/7/dashboard/Filebeat-Mongodb-overview.json index 418d8576d5d..bce38f2b3a7 100644 --- a/filebeat/module/mongodb/_meta/kibana/7/dashboard/Filebeat-Mongodb-overview.json +++ b/filebeat/module/mongodb/_meta/kibana/7/dashboard/Filebeat-Mongodb-overview.json @@ -12,8 +12,8 @@ } } }, - "savedSearchId": "bfc96a60-0a80-11e8-bffe-ff7d4f68cf94", - "title": "Logs Severity [Filebeat MongoDB]", + "savedSearchId": "bfc96a60-0a80-11e8-bffe-ff7d4f68cf94-ecs", + "title": "Logs Severity [Filebeat MongoDB] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -30,7 +30,7 @@ "id": "2", "params": { "customLabel": "Log severity", - "field": "mongodb.log.severity", + "field": "log.level", "order": "desc", "orderBy": "1", "size": 5 @@ -46,11 +46,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "Logs Severity [Filebeat MongoDB]", + "title": "Logs Severity [Filebeat MongoDB] ECS", "type": "pie" } }, - "id": "0fef5710-0a82-11e8-bffe-ff7d4f68cf94", + "id": "0fef5710-0a82-11e8-bffe-ff7d4f68cf94-ecs", "type": "visualization", "version": 3 }, @@ -58,10 +58,10 @@ "attributes": { "columns": [ "mongodb.log.timestamp", - "mongodb.log.severity", + "log.level", "mongodb.log.component", "mongodb.log.context", - "mongodb.log.message" + "message" ], "description": "", "hits": 0, @@ -72,7 +72,7 @@ "index": "filebeat-*", "query": { "language": "lucene", - "query": "mongodb.log.severity: F or mongodb.log.severity: W" + "query": "log.level: F or log.level: W" }, "version": true } @@ -81,10 +81,10 @@ "@timestamp", "desc" ], - "title": "Error logs [Filebeat MongoDB]", + "title": "Error logs [Filebeat MongoDB] ECS", "version": 1 }, - "id": "e49fe000-0a7e-11e8-bffe-ff7d4f68cf94", + "id": "e49fe000-0a7e-11e8-bffe-ff7d4f68cf94-ecs", "type": "search", "version": 3 }, @@ -92,10 +92,10 @@ "attributes": { "columns": [ "mongodb.log.timestamp", - "mongodb.log.severity", + "log.level", "mongodb.log.component", "mongodb.log.context", - "mongodb.log.message" + "message" ], "description": "", "hits": 0, @@ -106,7 +106,7 @@ "index": "filebeat-*", "query": { "language": "lucene", - "query": "mongodb.log.severity: *" + "query": "log.level: *" }, "version": true } @@ -115,10 +115,10 @@ "mongodb.log.timestamp", "asc" ], - "title": "All logs [Filebeat MongoDB]", + "title": "All logs [Filebeat MongoDB] ECS", "version": 1 }, - "id": "bfc96a60-0a80-11e8-bffe-ff7d4f68cf94", + "id": "bfc96a60-0a80-11e8-bffe-ff7d4f68cf94-ecs", "type": "search", "version": 2 }, @@ -143,7 +143,7 @@ "panelsJSON": [ { "col": 1, - "id": "0fef5710-0a82-11e8-bffe-ff7d4f68cf94", + "id": "0fef5710-0a82-11e8-bffe-ff7d4f68cf94-ecs", "panelIndex": 1, "row": 1, "size_x": 4, @@ -154,12 +154,12 @@ "col": 5, "columns": [ "mongodb.log.timestamp", - "mongodb.log.severity", + "log.level", "mongodb.log.component", "mongodb.log.context", - "mongodb.log.message" + "message" ], - "id": "e49fe000-0a7e-11e8-bffe-ff7d4f68cf94", + "id": "e49fe000-0a7e-11e8-bffe-ff7d4f68cf94-ecs", "panelIndex": 2, "row": 1, "size_x": 8, @@ -174,12 +174,12 @@ "col": 1, "columns": [ "mongodb.log.timestamp", - "mongodb.log.severity", + "log.level", "mongodb.log.component", "mongodb.log.context", - "mongodb.log.message" + "message" ], - "id": "bfc96a60-0a80-11e8-bffe-ff7d4f68cf94", + "id": "bfc96a60-0a80-11e8-bffe-ff7d4f68cf94-ecs", "panelIndex": 3, "row": 4, "size_x": 12, @@ -192,11 +192,11 @@ } ], "timeRestore": false, - "title": "Overview [Filebeat MongoDB]", + "title": "Overview [Filebeat MongoDB] ECS", "uiStateJSON": {}, "version": 1 }, - "id": "abcf35b0-0a82-11e8-bffe-ff7d4f68cf94", + "id": "abcf35b0-0a82-11e8-bffe-ff7d4f68cf94-ecs", "type": "dashboard", "version": 2 } diff --git a/filebeat/module/mysql/_meta/kibana/7/dashboard/Filebeat-mysql.json b/filebeat/module/mysql/_meta/kibana/7/dashboard/Filebeat-mysql.json index fe4ce23a604..8ac1322da08 100644 --- a/filebeat/module/mysql/_meta/kibana/7/dashboard/Filebeat-mysql.json +++ b/filebeat/module/mysql/_meta/kibana/7/dashboard/Filebeat-mysql.json @@ -8,8 +8,8 @@ "filter": [] } }, - "savedSearchId": "Filebeat-MySQL-Slow-log", - "title": "Top slowest queries [Filebeat MySQL]", + "savedSearchId": "Filebeat-MySQL-Slow-log-ecs", + "title": "Top slowest queries [Filebeat MySQL] ECS", "uiStateJSON": { "vis": { "params": { @@ -51,7 +51,7 @@ "id": "3", "params": { "customLabel": "User", - "field": "mysql.slowlog.user", + "field": "user.name", "order": "desc", "orderBy": "1", "size": 5 @@ -71,11 +71,11 @@ }, "totalFunc": "sum" }, - "title": "Top slowest queries [Filebeat MySQL]", + "title": "Top slowest queries [Filebeat MySQL] ECS", "type": "table" } }, - "id": "MySQL-slowest-queries", + "id": "MySQL-slowest-queries-ecs", "type": "visualization", "version": 1 }, @@ -87,8 +87,8 @@ "filter": [] } }, - "savedSearchId": "Filebeat-MySQL-Slow-log", - "title": "Slow queries over time [Filebeat MySQL]", + "savedSearchId": "Filebeat-MySQL-Slow-log-ecs", + "title": "Slow queries over time [Filebeat MySQL] ECS", "uiStateJSON": { "vis": { "colors": { @@ -198,11 +198,11 @@ ], "yAxis": {} }, - "title": "Slow queries over time [Filebeat MySQL]", + "title": "Slow queries over time [Filebeat MySQL] ECS", "type": "histogram" } }, - "id": "MySQL-Slow-queries-over-time", + "id": "MySQL-Slow-queries-over-time-ecs", "type": "visualization", "version": 1 }, @@ -214,8 +214,8 @@ "filter": [] } }, - "savedSearchId": "Filebeat-MySQL-error-log", - "title": "Error logs over time [Filebeat MySQL]", + "savedSearchId": "Filebeat-MySQL-error-log-ecs", + "title": "Error logs over time [Filebeat MySQL] ECS", "uiStateJSON": { "vis": { "colors": { @@ -326,19 +326,19 @@ ], "yAxis": {} }, - "title": "Error logs over time [Filebeat MySQL]", + "title": "Error logs over time [Filebeat MySQL] ECS", "type": "histogram" } }, - "id": "MySQL-error-logs", + "id": "MySQL-error-logs-ecs", "type": "visualization", "version": 1 }, { "attributes": { "columns": [ - "mysql.error.level", - "mysql.error.message" + "log.level", + "message" ], "description": "", "hits": 0, @@ -353,7 +353,7 @@ "alias": null, "disabled": false, "index": "filebeat-*", - "key": "fileset.module", + "key": "event.module", "negate": false, "params": { "query": "mysql", @@ -364,7 +364,7 @@ }, "query": { "match": { - "fileset.module": { + "event.module": { "query": "mysql", "type": "phrase" } @@ -424,10 +424,10 @@ "@timestamp", "desc" ], - "title": "Error logs [Filebeat MySQL]", + "title": "Error logs [Filebeat MySQL] ECS", "version": 1 }, - "id": "Filebeat-MySQL-error-log", + "id": "Filebeat-MySQL-error-log-ecs", "type": "search", "version": 1 }, @@ -439,8 +439,8 @@ "filter": [] } }, - "savedSearchId": "Filebeat-MySQL-error-log", - "title": "Error logs levels breakdown [Filebeat MySQL]", + "savedSearchId": "Filebeat-MySQL-error-log-ecs", + "title": "Error logs levels breakdown [Filebeat MySQL] ECS", "uiStateJSON": { "vis": { "colors": { @@ -464,7 +464,7 @@ "enabled": true, "id": "2", "params": { - "field": "mysql.error.level", + "field": "log.level", "order": "desc", "orderBy": "1", "size": 5 @@ -481,11 +481,11 @@ "shareYAxis": true, "type": "pie" }, - "title": "Error logs levels breakdown [Filebeat MySQL]", + "title": "Error logs levels breakdown [Filebeat MySQL] ECS", "type": "pie" } }, - "id": "MySQL-Error-logs-levels", + "id": "MySQL-Error-logs-levels-ecs", "type": "visualization", "version": 1 }, @@ -497,8 +497,8 @@ "filter": [] } }, - "savedSearchId": "Filebeat-MySQL-Slow-log", - "title": "Slow logs breakdown [Filebeat MySQL]", + "savedSearchId": "Filebeat-MySQL-Slow-log-ecs", + "title": "Slow logs breakdown [Filebeat MySQL] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -531,11 +531,11 @@ "shareYAxis": true, "type": "pie" }, - "title": "Slow logs breakdown [Filebeat MySQL]", + "title": "Slow logs breakdown [Filebeat MySQL] ECS", "type": "pie" } }, - "id": "MySQL-Slow-logs-by-count", + "id": "MySQL-Slow-logs-by-count-ecs", "type": "visualization", "version": 1 }, @@ -557,7 +557,7 @@ "alias": null, "disabled": false, "index": "filebeat-*", - "key": "fileset.module", + "key": "event.module", "negate": false, "params": { "query": "mysql", @@ -568,7 +568,7 @@ }, "query": { "match": { - "fileset.module": { + "event.module": { "query": "mysql", "type": "phrase" } @@ -628,10 +628,10 @@ "@timestamp", "desc" ], - "title": "Slow logs [Filebeat MySQL]", + "title": "Slow logs [Filebeat MySQL] ECS", "version": 1 }, - "id": "Filebeat-MySQL-Slow-log", + "id": "Filebeat-MySQL-Slow-log-ecs", "type": "search", "version": 1 }, @@ -661,7 +661,7 @@ "panelsJSON": [ { "col": 1, - "id": "MySQL-slowest-queries", + "id": "MySQL-slowest-queries-ecs", "panelIndex": 1, "row": 8, "size_x": 6, @@ -670,7 +670,7 @@ }, { "col": 1, - "id": "MySQL-Slow-queries-over-time", + "id": "MySQL-Slow-queries-over-time-ecs", "panelIndex": 2, "row": 1, "size_x": 6, @@ -679,7 +679,7 @@ }, { "col": 7, - "id": "MySQL-error-logs", + "id": "MySQL-error-logs-ecs", "panelIndex": 3, "row": 1, "size_x": 6, @@ -689,10 +689,10 @@ { "col": 7, "columns": [ - "mysql.error.level", - "mysql.error.message" + "log.level", + "message" ], - "id": "Filebeat-MySQL-error-log", + "id": "Filebeat-MySQL-error-log-ecs", "panelIndex": 4, "row": 8, "size_x": 6, @@ -705,7 +705,7 @@ }, { "col": 7, - "id": "MySQL-Error-logs-levels", + "id": "MySQL-Error-logs-levels-ecs", "panelIndex": 5, "row": 4, "size_x": 6, @@ -714,7 +714,7 @@ }, { "col": 1, - "id": "MySQL-Slow-logs-by-count", + "id": "MySQL-Slow-logs-by-count-ecs", "panelIndex": 6, "row": 4, "size_x": 6, @@ -723,7 +723,7 @@ } ], "timeRestore": false, - "title": "[Filebeat MySQL] Overview", + "title": "[Filebeat MySQL] Overview ECS", "uiStateJSON": { "P-1": { "vis": { @@ -738,7 +738,7 @@ }, "version": 1 }, - "id": "Filebeat-MySQL-Dashboard", + "id": "Filebeat-MySQL-Dashboard-ecs", "type": "dashboard", "version": 2 } diff --git a/filebeat/module/nginx/_meta/kibana/7/dashboard/Filebeat-nginx-logs.json b/filebeat/module/nginx/_meta/kibana/7/dashboard/Filebeat-nginx-logs.json index 5d6566a86f6..8c75d52dfc5 100644 --- a/filebeat/module/nginx/_meta/kibana/7/dashboard/Filebeat-nginx-logs.json +++ b/filebeat/module/nginx/_meta/kibana/7/dashboard/Filebeat-nginx-logs.json @@ -3,8 +3,8 @@ { "attributes": { "columns": [ - "nginx.error.level", - "nginx.error.message" + "log.level", + "message" ], "description": "", "hits": 0, @@ -37,20 +37,20 @@ "@timestamp", "desc" ], - "title": "Nginx error logs [Filebeat Nginx]", + "title": "Nginx error logs [Filebeat Nginx] ECS", "version": 1 }, - "id": "9eb25600-a1f0-11e7-928f-5dbe6f6f5519", + "id": "9eb25600-a1f0-11e7-928f-5dbe6f6f5519-ecs", "type": "search", "version": 1 }, { "attributes": { "columns": [ - "nginx.access.url", - "nginx.access.method", - "nginx.access.response_code", - "nginx.access.body_sent.bytes" + "url.original", + "http.request.method", + "http.response.status_code", + "http.response.body.bytes" ], "description": "", "hits": 0, @@ -83,10 +83,10 @@ "@timestamp", "desc" ], - "title": "Nginx access logs [Filebeat Nginx]", + "title": "Nginx access logs [Filebeat Nginx] ECS", "version": 1 }, - "id": "6d9e66d0-a1f0-11e7-928f-5dbe6f6f5519", + "id": "6d9e66d0-a1f0-11e7-928f-5dbe6f6f5519-ecs", "type": "search", "version": 4 }, @@ -96,7 +96,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Access logs over time [Filebeat Nginx]", + "title": "Access logs over time [Filebeat Nginx] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -120,7 +120,7 @@ "id": "3189aa80-a1f3-11e7-a062-a1c3587f4874" } ], - "filter": "fileset.module:nginx AND fileset.name:access", + "filter": "event.module:nginx AND fileset.name:access", "id": "61ca57f0-469d-11e7-af02-69e470af7417", "index_pattern": "filebeat-*", "interval": "auto", @@ -151,7 +151,7 @@ ], "split_mode": "everything", "stacked": "none", - "terms_field": "nginx.access.url", + "terms_field": "url.original", "terms_order_by": "61ca57f2-469d-11e7-af02-69e470af7417" } ], @@ -160,11 +160,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Access logs over time [Filebeat Nginx]", + "title": "Access logs over time [Filebeat Nginx] ECS", "type": "metrics" } }, - "id": "1cfb1a80-a1f4-11e7-928f-5dbe6f6f5519", + "id": "1cfb1a80-a1f4-11e7-928f-5dbe6f6f5519-ecs", "type": "visualization", "version": 2 }, @@ -174,20 +174,20 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Dashboards [Filebeat Nginx]", + "title": "Dashboards [Filebeat Nginx] ECS", "uiStateJSON": {}, "version": 1, "visState": { "aggs": [], "params": { "fontSize": 12, - "markdown": "[Nginx logs overview](#/dashboard/55a9e6e0-a29e-11e7-928f-5dbe6f6f5519) | [Nginx access and error logs](#/dashboard/046212a0-a2a1-11e7-928f-5dbe6f6f5519)" + "markdown": "[Nginx logs overview](#/dashboard/55a9e6e0-a29e-11e7-928f-5dbe6f6f5519-ecs) | [Nginx access and error logs](#/dashboard/046212a0-a2a1-11e7-928f-5dbe6f6f5519-ecs)" }, - "title": "Dashboards [Filebeat Nginx]", + "title": "Dashboards [Filebeat Nginx] ECS", "type": "markdown" } }, - "id": "97109780-a2a5-11e7-928f-5dbe6f6f5519", + "id": "97109780-a2a5-11e7-928f-5dbe6f6f5519-ecs", "type": "visualization", "version": 1 }, @@ -218,10 +218,10 @@ { "col": 1, "columns": [ - "nginx.error.level", - "nginx.error.message" + "log.level", + "message" ], - "id": "9eb25600-a1f0-11e7-928f-5dbe6f6f5519", + "id": "9eb25600-a1f0-11e7-928f-5dbe6f6f5519-ecs", "panelIndex": 11, "row": 5, "size_x": 12, @@ -235,12 +235,12 @@ { "col": 1, "columns": [ - "nginx.access.url", - "nginx.access.method", - "nginx.access.response_code", - "nginx.access.body_sent.bytes" + "url.original", + "http.request.method", + "http.response.status_code", + "http.response.body.bytes" ], - "id": "6d9e66d0-a1f0-11e7-928f-5dbe6f6f5519", + "id": "6d9e66d0-a1f0-11e7-928f-5dbe6f6f5519-ecs", "panelIndex": 16, "row": 8, "size_x": 12, @@ -253,7 +253,7 @@ }, { "col": 1, - "id": "1cfb1a80-a1f4-11e7-928f-5dbe6f6f5519", + "id": "1cfb1a80-a1f4-11e7-928f-5dbe6f6f5519-ecs", "panelIndex": 18, "row": 2, "size_x": 12, @@ -262,7 +262,7 @@ }, { "col": 1, - "id": "97109780-a2a5-11e7-928f-5dbe6f6f5519", + "id": "97109780-a2a5-11e7-928f-5dbe6f6f5519-ecs", "panelIndex": 19, "row": 1, "size_x": 12, @@ -271,11 +271,11 @@ } ], "timeRestore": false, - "title": "[Filebeat Nginx] Access and error logs", + "title": "[Filebeat Nginx] Access and error logs ECS", "uiStateJSON": {}, "version": 1 }, - "id": "046212a0-a2a1-11e7-928f-5dbe6f6f5519", + "id": "046212a0-a2a1-11e7-928f-5dbe6f6f5519-ecs", "type": "dashboard", "version": 2 } diff --git a/filebeat/module/nginx/_meta/kibana/7/dashboard/Filebeat-nginx-overview.json b/filebeat/module/nginx/_meta/kibana/7/dashboard/Filebeat-nginx-overview.json index e955762c6ce..2841bfcd99e 100644 --- a/filebeat/module/nginx/_meta/kibana/7/dashboard/Filebeat-nginx-overview.json +++ b/filebeat/module/nginx/_meta/kibana/7/dashboard/Filebeat-nginx-overview.json @@ -15,7 +15,7 @@ } } }, - "title": "Browsers breakdown [Filebeat Nginx]", + "title": "Browsers breakdown [Filebeat Nginx] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -31,7 +31,7 @@ "enabled": true, "id": "2", "params": { - "field": "nginx.access.user_agent.name", + "field": "user_agent.name", "order": "desc", "orderBy": "1", "size": 5 @@ -60,11 +60,11 @@ "legendPosition": "bottom", "shareYAxis": true }, - "title": "Nginx Access Browsers", + "title": "Nginx Access Browsers ECS", "type": "pie" } }, - "id": "Nginx-Access-Browsers", + "id": "Nginx-Access-Browsers-ecs", "type": "visualization", "version": 1 }, @@ -83,7 +83,7 @@ } } }, - "title": "Operating systems breakdown [Filebeat Nginx]", + "title": "Operating systems breakdown [Filebeat Nginx] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -99,7 +99,7 @@ "enabled": true, "id": "2", "params": { - "field": "nginx.access.user_agent.os_name", + "field": "user_agent.os.name", "order": "desc", "orderBy": "1", "size": 5 @@ -128,11 +128,11 @@ "legendPosition": "bottom", "shareYAxis": true }, - "title": "Nginx Access OSes", + "title": "Nginx Access OSes ECS", "type": "pie" } }, - "id": "Nginx-Access-OSes", + "id": "Nginx-Access-OSes-ecs", "type": "visualization", "version": 1 }, @@ -144,8 +144,8 @@ "filter": [] } }, - "savedSearchId": "Filebeat-Nginx-module", - "title": "Access Map [Filebeat Nginx]", + "savedSearchId": "Filebeat-Nginx-module-ecs", + "title": "Access Map [Filebeat Nginx] ECS", "uiStateJSON": { "mapCenter": [ 12.039320557540572, @@ -167,7 +167,7 @@ "id": "2", "params": { "autoPrecision": true, - "field": "nginx.access.geoip.location" + "field": "source.geo.location" }, "schema": "segment", "type": "geohash_grid" @@ -202,11 +202,11 @@ "url": "https://basemap.nationalmap.gov/arcgis/services/USGSTopo/MapServer/WMSServer" } }, - "title": "Nginx Access Map", + "title": "Nginx Access Map ECS", "type": "tile_map" } }, - "id": "Nginx-Access-Map", + "id": "Nginx-Access-Map-ecs", "type": "visualization", "version": 1 }, @@ -216,7 +216,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Response codes over time [Filebeat Nginx]", + "title": "Response codes over time [Filebeat Nginx] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -224,7 +224,7 @@ "params": { "axis_formatter": "number", "axis_position": "left", - "filter": "fileset.module:nginx AND fileset.name:access", + "filter": "event.module:nginx AND fileset.name:access", "id": "61ca57f0-469d-11e7-af02-69e470af7417", "index_pattern": "filebeat-*", "interval": "auto", @@ -250,32 +250,32 @@ "split_filters": [ { "color": "#68BC00", - "filter": "nginx.access.response_code:[200 TO 299]", + "filter": "http.response.status_code:[200 TO 299]", "id": "5acdc750-a29d-11e7-a062-a1c3587f4874", "label": "200s" }, { "color": "rgba(252,196,0,1)", - "filter": "nginx.access.response_code:[300 TO 399]", + "filter": "http.response.status_code:[300 TO 399]", "id": "6efd2ae0-a29d-11e7-a062-a1c3587f4874", "label": "300s" }, { "color": "rgba(211,49,21,1)", - "filter": "nginx.access.response_code:[400 TO 499]", + "filter": "http.response.status_code:[400 TO 499]", "id": "76089a90-a29d-11e7-a062-a1c3587f4874", "label": "400s" }, { "color": "rgba(171,20,158,1)", - "filter": "nginx.access.response_code:[500 TO 599]", + "filter": "http.response.status_code:[500 TO 599]", "id": "7c7929d0-a29d-11e7-a062-a1c3587f4874", "label": "500s" } ], "split_mode": "filters", "stacked": "stacked", - "terms_field": "nginx.access.response_code", + "terms_field": "http.response.status_code", "terms_order_by": "61ca57f2-469d-11e7-af02-69e470af7417" } ], @@ -284,11 +284,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Response codes over time [Filebeat Nginx]", + "title": "Response codes over time [Filebeat Nginx] ECS", "type": "metrics" } }, - "id": "b70b1b20-a1f4-11e7-928f-5dbe6f6f5519", + "id": "b70b1b20-a1f4-11e7-928f-5dbe6f6f5519-ecs", "type": "visualization", "version": 7 }, @@ -298,7 +298,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Top pages [Filebeat Nginx]", + "title": "Top pages [Filebeat Nginx] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -311,7 +311,7 @@ "id": "6252c320-a1f5-11e7-92ba-5d0b8663aece" } ], - "filter": "fileset.module:nginx AND fileset.name:access", + "filter": "event.module:nginx AND fileset.name:access", "id": "61ca57f0-469d-11e7-af02-69e470af7417", "index_pattern": "filebeat-*", "interval": "auto", @@ -334,7 +334,7 @@ "seperate_axis": 0, "split_mode": "terms", "stacked": "none", - "terms_field": "nginx.access.url", + "terms_field": "url.original", "terms_order_by": "61ca57f2-469d-11e7-af02-69e470af7417", "value_template": "" } @@ -344,11 +344,11 @@ "time_field": "@timestamp", "type": "top_n" }, - "title": "Top pages [Filebeat Nginx]", + "title": "Top pages [Filebeat Nginx] ECS", "type": "metrics" } }, - "id": "9184fa00-a1f5-11e7-928f-5dbe6f6f5519", + "id": "9184fa00-a1f5-11e7-928f-5dbe6f6f5519-ecs", "type": "visualization", "version": 3 }, @@ -358,7 +358,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Errors over time [Filebeat Nginx]", + "title": "Errors over time [Filebeat Nginx] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -366,7 +366,7 @@ "params": { "axis_formatter": "number", "axis_position": "left", - "filter": "fileset.module:nginx AND fileset.name:error", + "filter": "event.module:nginx AND fileset.name:error", "id": "61ca57f0-469d-11e7-af02-69e470af7417", "index_pattern": "filebeat-*", "interval": "auto", @@ -390,7 +390,7 @@ "seperate_axis": 0, "split_mode": "terms", "stacked": "none", - "terms_field": "nginx.error.level", + "terms_field": "log.level", "terms_order_by": "61ca57f2-469d-11e7-af02-69e470af7417" } ], @@ -399,11 +399,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Errors over time [Filebeat Nginx]", + "title": "Errors over time [Filebeat Nginx] ECS", "type": "metrics" } }, - "id": "46322e50-a1f6-11e7-928f-5dbe6f6f5519", + "id": "46322e50-a1f6-11e7-928f-5dbe6f6f5519-ecs", "type": "visualization", "version": 5 }, @@ -413,7 +413,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Data Volume [Filebeat Nginx]", + "title": "Data Volume [Filebeat Nginx] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -421,7 +421,7 @@ "params": { "axis_formatter": "number", "axis_position": "left", - "filter": "fileset.module: nginx AND fileset.name: access", + "filter": "event.module: nginx AND fileset.name: access", "id": "61ca57f0-469d-11e7-af02-69e470af7417", "index_pattern": "filebeat-*", "interval": "auto", @@ -438,7 +438,7 @@ "line_width": 1, "metrics": [ { - "field": "nginx.access.body_sent.bytes", + "field": "http.response.body.bytes", "id": "61ca57f2-469d-11e7-af02-69e470af7417", "type": "sum" } @@ -448,7 +448,7 @@ "split_filters": [ { "color": "#68BC00", - "filter": "nginx.access.response_code:[200 TO 299]", + "filter": "http.response.status_code:[200 TO 299]", "id": "7c343c20-a29e-11e7-a062-a1c3587f4874", "label": "200s" } @@ -463,11 +463,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Data Volume [Filebeat Nginx]", + "title": "Data Volume [Filebeat Nginx] ECS", "type": "metrics" } }, - "id": "0dd6f320-a29f-11e7-928f-5dbe6f6f5519", + "id": "0dd6f320-a29f-11e7-928f-5dbe6f6f5519-ecs", "type": "visualization", "version": 2 }, @@ -477,31 +477,31 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Dashboards [Filebeat Nginx]", + "title": "Dashboards [Filebeat Nginx] ECS", "uiStateJSON": {}, "version": 1, "visState": { "aggs": [], "params": { "fontSize": 12, - "markdown": "[Nginx logs overview](#/dashboard/55a9e6e0-a29e-11e7-928f-5dbe6f6f5519) | [Nginx access and error logs](#/dashboard/046212a0-a2a1-11e7-928f-5dbe6f6f5519)" + "markdown": "[Nginx logs overview](#/dashboard/55a9e6e0-a29e-11e7-928f-5dbe6f6f5519-ecs) | [Nginx access and error logs](#/dashboard/046212a0-a2a1-11e7-928f-5dbe6f6f5519-ecs)" }, - "title": "Dashboards [Filebeat Nginx]", + "title": "Dashboards [Filebeat Nginx] ECS", "type": "markdown" } }, - "id": "97109780-a2a5-11e7-928f-5dbe6f6f5519", + "id": "97109780-a2a5-11e7-928f-5dbe6f6f5519-ecs", "type": "visualization", "version": 1 }, { "attributes": { "columns": [ - "nginx.access.url", - "nginx.access.method", - "nginx.access.response_code", - "nginx.access.referrer", - "nginx.access.body_sent.bytes" + "url.original", + "http.request.method", + "http.response.status_code", + "http.request.referrer", + "http.response.body.bytes" ], "description": "", "hits": 0, @@ -539,10 +539,10 @@ "@timestamp", "desc" ], - "title": "Nginx logs [Filebeat Nginx]", + "title": "Nginx logs [Filebeat Nginx] ECS", "version": 1 }, - "id": "Filebeat-Nginx-module", + "id": "Filebeat-Nginx-module-ecs", "type": "search", "version": 2 }, @@ -572,7 +572,7 @@ "panelsJSON": [ { "col": 10, - "id": "Nginx-Access-Browsers", + "id": "Nginx-Access-Browsers-ecs", "panelIndex": 3, "row": 12, "size_x": 3, @@ -581,7 +581,7 @@ }, { "col": 7, - "id": "Nginx-Access-OSes", + "id": "Nginx-Access-OSes-ecs", "panelIndex": 4, "row": 12, "size_x": 3, @@ -590,7 +590,7 @@ }, { "col": 1, - "id": "Nginx-Access-Map", + "id": "Nginx-Access-Map-ecs", "panelIndex": 8, "row": 2, "size_x": 12, @@ -599,7 +599,7 @@ }, { "col": 1, - "id": "b70b1b20-a1f4-11e7-928f-5dbe6f6f5519", + "id": "b70b1b20-a1f4-11e7-928f-5dbe6f6f5519-ecs", "panelIndex": 13, "row": 6, "size_x": 12, @@ -608,7 +608,7 @@ }, { "col": 7, - "id": "9184fa00-a1f5-11e7-928f-5dbe6f6f5519", + "id": "9184fa00-a1f5-11e7-928f-5dbe6f6f5519-ecs", "panelIndex": 14, "row": 9, "size_x": 6, @@ -617,7 +617,7 @@ }, { "col": 1, - "id": "46322e50-a1f6-11e7-928f-5dbe6f6f5519", + "id": "46322e50-a1f6-11e7-928f-5dbe6f6f5519-ecs", "panelIndex": 15, "row": 9, "size_x": 6, @@ -626,7 +626,7 @@ }, { "col": 1, - "id": "0dd6f320-a29f-11e7-928f-5dbe6f6f5519", + "id": "0dd6f320-a29f-11e7-928f-5dbe6f6f5519-ecs", "panelIndex": 16, "row": 12, "size_x": 6, @@ -635,7 +635,7 @@ }, { "col": 1, - "id": "97109780-a2a5-11e7-928f-5dbe6f6f5519", + "id": "97109780-a2a5-11e7-928f-5dbe6f6f5519-ecs", "panelIndex": 17, "row": 1, "size_x": 12, @@ -644,7 +644,7 @@ } ], "timeRestore": false, - "title": "[Filebeat Nginx] Overview", + "title": "[Filebeat Nginx] Overview ECS", "uiStateJSON": { "P-4": { "vis": { @@ -682,7 +682,7 @@ }, "version": 1 }, - "id": "55a9e6e0-a29e-11e7-928f-5dbe6f6f5519", + "id": "55a9e6e0-a29e-11e7-928f-5dbe6f6f5519-ecs", "type": "dashboard", "version": 6 } diff --git a/filebeat/module/nginx/_meta/kibana/7/dashboard/ml-nginx-access-remote-ip-count-explorer.json b/filebeat/module/nginx/_meta/kibana/7/dashboard/ml-nginx-access-remote-ip-count-explorer.json index 0403ead98a5..9113043e29f 100644 --- a/filebeat/module/nginx/_meta/kibana/7/dashboard/ml-nginx-access-remote-ip-count-explorer.json +++ b/filebeat/module/nginx/_meta/kibana/7/dashboard/ml-nginx-access-remote-ip-count-explorer.json @@ -6,8 +6,8 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "savedSearchId": "ML-Filebeat-Nginx-Access", - "title": "Remote IP Timechart [Filebeat Nginx] [ML]", + "savedSearchId": "ML-Filebeat-Nginx-Access-ecs", + "title": "Remote IP Timechart [Filebeat Nginx] [ML] ECS", "uiStateJSON": { "vis": { "legendOpen": false @@ -125,11 +125,11 @@ } ] }, - "title": "ML Nginx Access Remote IP Timechart", + "title": "ML Nginx Access Remote IP Timechart ECS", "type": "area" } }, - "id": "ML-Nginx-Access-Remote-IP-Timechart", + "id": "ML-Nginx-Access-Remote-IP-Timechart-ecs", "type": "visualization", "version": 2 }, @@ -141,8 +141,8 @@ "filter": [] } }, - "savedSearchId": "ML-Filebeat-Nginx-Access", - "title": "Response Code Timechart [Filebeat Nginx] [ML]", + "savedSearchId": "ML-Filebeat-Nginx-Access-ecs", + "title": "Response Code Timechart [Filebeat Nginx] [ML] ECS", "uiStateJSON": { "vis": { "colors": { @@ -178,7 +178,7 @@ "enabled": true, "id": "3", "params": { - "field": "nginx.access.response_code", + "field": "http.response.status_code", "order": "desc", "orderBy": "1", "size": 5 @@ -201,11 +201,11 @@ "times": [], "yAxis": {} }, - "title": "ML Nginx Access Response Code Timechart", + "title": "ML Nginx Access Response Code Timechart ECS", "type": "histogram" } }, - "id": "ML-Nginx-Access-Response-Code-Timechart", + "id": "ML-Nginx-Access-Response-Code-Timechart-ecs", "type": "visualization", "version": 3 }, @@ -215,8 +215,8 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "savedSearchId": "ML-Filebeat-Nginx-Access", - "title": "Top Remote IPs [Filebeat Nginx] [ML]", + "savedSearchId": "ML-Filebeat-Nginx-Access-ecs", + "title": "Top Remote IPs [Filebeat Nginx] [ML] ECS", "uiStateJSON": { "vis": { "params": { @@ -262,11 +262,11 @@ }, "totalFunc": "sum" }, - "title": "ML Nginx Access Top Remote IPs Table", + "title": "ML Nginx Access Top Remote IPs Table ECS", "type": "table" } }, - "id": "ML-Nginx-Access-Top-Remote-IPs-Table", + "id": "ML-Nginx-Access-Top-Remote-IPs-Table-ecs", "type": "visualization", "version": 3 }, @@ -278,8 +278,8 @@ "filter": [] } }, - "savedSearchId": "ML-Filebeat-Nginx-Access", - "title": "Access Map [Filebeat Nginx] [ML]", + "savedSearchId": "ML-Filebeat-Nginx-Access-ecs", + "title": "Access Map [Filebeat Nginx] [ML] ECS", "uiStateJSON": { "mapCenter": [ 12.039320557540572, @@ -301,7 +301,7 @@ "id": "2", "params": { "autoPrecision": true, - "field": "nginx.access.geoip.location" + "field": "source.geo.location" }, "schema": "segment", "type": "geohash_grid" @@ -336,11 +336,11 @@ "url": "https://basemap.nationalmap.gov/arcgis/services/USGSTopo/MapServer/WMSServer" } }, - "title": "ML Nginx Access Map", + "title": "ML Nginx Access Map ECS", "type": "tile_map" } }, - "id": "ML-Nginx-Access-Map", + "id": "ML-Nginx-Access-Map-ecs", "type": "visualization", "version": 3 }, @@ -350,8 +350,8 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "savedSearchId": "ML-Filebeat-Nginx-Access", - "title": "Top URLs [Filebeat Nginx] [ML]", + "savedSearchId": "ML-Filebeat-Nginx-Access-ecs", + "title": "Top URLs [Filebeat Nginx] [ML] ECS", "uiStateJSON": { "vis": { "params": { @@ -376,7 +376,7 @@ "enabled": true, "id": "2", "params": { - "field": "nginx.access.url", + "field": "url.original", "order": "desc", "orderBy": "1", "size": 1000 @@ -397,11 +397,11 @@ }, "totalFunc": "sum" }, - "title": "ML Nginx Access Top URLs Table", + "title": "ML Nginx Access Top URLs Table ECS", "type": "table" } }, - "id": "ML-Nginx-Access-Top-URLs-Table", + "id": "ML-Nginx-Access-Top-URLs-Table-ecs", "type": "visualization", "version": 3 }, @@ -441,10 +441,10 @@ "@timestamp", "desc" ], - "title": "ML Access Data [Filebeat Nginx]", + "title": "ML Access Data [Filebeat Nginx] ECS", "version": 1 }, - "id": "ML-Filebeat-Nginx-Access", + "id": "ML-Filebeat-Nginx-Access-ecs", "type": "search", "version": 3 }, @@ -474,7 +474,7 @@ "panelsJSON": [ { "col": 1, - "id": "ML-Nginx-Access-Remote-IP-Timechart", + "id": "ML-Nginx-Access-Remote-IP-Timechart-ecs", "panelIndex": 1, "row": 1, "size_x": 6, @@ -483,7 +483,7 @@ }, { "col": 7, - "id": "ML-Nginx-Access-Response-Code-Timechart", + "id": "ML-Nginx-Access-Response-Code-Timechart-ecs", "panelIndex": 2, "row": 1, "size_x": 6, @@ -492,7 +492,7 @@ }, { "col": 1, - "id": "ML-Nginx-Access-Top-Remote-IPs-Table", + "id": "ML-Nginx-Access-Top-Remote-IPs-Table-ecs", "panelIndex": 3, "row": 4, "size_x": 6, @@ -501,7 +501,7 @@ }, { "col": 7, - "id": "ML-Nginx-Access-Map", + "id": "ML-Nginx-Access-Map-ecs", "panelIndex": 4, "row": 4, "size_x": 6, @@ -510,7 +510,7 @@ }, { "col": 1, - "id": "ML-Nginx-Access-Top-URLs-Table", + "id": "ML-Nginx-Access-Top-URLs-Table-ecs", "panelIndex": 5, "row": 7, "size_x": 12, @@ -519,7 +519,7 @@ } ], "timeRestore": false, - "title": "[Filebeat Nginx] [ML] Remote IP Count Explorer", + "title": "[Filebeat Nginx] [ML] Remote IP Count Explorer ECS", "uiStateJSON": { "P-3": { "vis": { @@ -544,7 +544,7 @@ }, "version": 1 }, - "id": "ML-Nginx-Access-Remote-IP-Count-Explorer", + "id": "ML-Nginx-Access-Remote-IP-Count-Explorer-ecs", "type": "dashboard", "version": 3 } diff --git a/filebeat/module/nginx/_meta/kibana/7/dashboard/ml-nginx-remote-ip-url-explorer.json b/filebeat/module/nginx/_meta/kibana/7/dashboard/ml-nginx-remote-ip-url-explorer.json index e43ca0b671d..96dbcefb686 100644 --- a/filebeat/module/nginx/_meta/kibana/7/dashboard/ml-nginx-remote-ip-url-explorer.json +++ b/filebeat/module/nginx/_meta/kibana/7/dashboard/ml-nginx-remote-ip-url-explorer.json @@ -6,8 +6,8 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "savedSearchId": "ML-Filebeat-Nginx-Access", - "title": "Unique Count URL Timechart [Filebeat Nginx] [ML]", + "savedSearchId": "ML-Filebeat-Nginx-Access-ecs", + "title": "Unique Count URL Timechart [Filebeat Nginx] [ML] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -16,7 +16,7 @@ "enabled": true, "id": "1", "params": { - "field": "nginx.access.url" + "field": "url.original" }, "schema": "metric", "type": "cardinality" @@ -114,11 +114,11 @@ } ] }, - "title": "ML Nginx Access Unique Count URL Timechart", + "title": "ML Nginx Access Unique Count URL Timechart ECS", "type": "line" } }, - "id": "ML-Nginx-Access-Unique-Count-URL-Timechart", + "id": "ML-Nginx-Access-Unique-Count-URL-Timechart-ecs", "type": "visualization", "version": 2 }, @@ -130,8 +130,8 @@ "filter": [] } }, - "savedSearchId": "ML-Filebeat-Nginx-Access", - "title": "Response Code Timechart [Filebeat Nginx] [ML]", + "savedSearchId": "ML-Filebeat-Nginx-Access-ecs", + "title": "Response Code Timechart [Filebeat Nginx] [ML] ECS", "uiStateJSON": { "vis": { "colors": { @@ -167,7 +167,7 @@ "enabled": true, "id": "3", "params": { - "field": "nginx.access.response_code", + "field": "http.response.status_code", "order": "desc", "orderBy": "1", "size": 5 @@ -190,11 +190,11 @@ "times": [], "yAxis": {} }, - "title": "ML Nginx Access Response Code Timechart", + "title": "ML Nginx Access Response Code Timechart ECS", "type": "histogram" } }, - "id": "ML-Nginx-Access-Response-Code-Timechart", + "id": "ML-Nginx-Access-Response-Code-Timechart-ecs", "type": "visualization", "version": 3 }, @@ -204,8 +204,8 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "savedSearchId": "ML-Filebeat-Nginx-Access", - "title": "Top Remote IPs [Filebeat Nginx] [ML]", + "savedSearchId": "ML-Filebeat-Nginx-Access-ecs", + "title": "Top Remote IPs [Filebeat Nginx] [ML] ECS", "uiStateJSON": { "vis": { "params": { @@ -251,11 +251,11 @@ }, "totalFunc": "sum" }, - "title": "ML Nginx Access Top Remote IPs Table", + "title": "ML Nginx Access Top Remote IPs Table ECS", "type": "table" } }, - "id": "ML-Nginx-Access-Top-Remote-IPs-Table", + "id": "ML-Nginx-Access-Top-Remote-IPs-Table-ecs", "type": "visualization", "version": 3 }, @@ -267,8 +267,8 @@ "filter": [] } }, - "savedSearchId": "ML-Filebeat-Nginx-Access", - "title": "Access Map [Filebeat Nginx] [ML]", + "savedSearchId": "ML-Filebeat-Nginx-Access-ecs", + "title": "Access Map [Filebeat Nginx] [ML] ECS", "uiStateJSON": { "mapCenter": [ 12.039320557540572, @@ -290,7 +290,7 @@ "id": "2", "params": { "autoPrecision": true, - "field": "nginx.access.geoip.location" + "field": "source.geo.location" }, "schema": "segment", "type": "geohash_grid" @@ -325,11 +325,11 @@ "url": "https://basemap.nationalmap.gov/arcgis/services/USGSTopo/MapServer/WMSServer" } }, - "title": "ML Nginx Access Map", + "title": "ML Nginx Access Map ECS", "type": "tile_map" } }, - "id": "ML-Nginx-Access-Map", + "id": "ML-Nginx-Access-Map-ecs", "type": "visualization", "version": 3 }, @@ -339,8 +339,8 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "savedSearchId": "ML-Filebeat-Nginx-Access", - "title": "Top URLs [Filebeat Nginx] [ML]", + "savedSearchId": "ML-Filebeat-Nginx-Access-ecs", + "title": "Top URLs [Filebeat Nginx] [ML] ECS", "uiStateJSON": { "vis": { "params": { @@ -365,7 +365,7 @@ "enabled": true, "id": "2", "params": { - "field": "nginx.access.url", + "field": "url.original", "order": "desc", "orderBy": "1", "size": 1000 @@ -386,11 +386,11 @@ }, "totalFunc": "sum" }, - "title": "ML Nginx Access Top URLs Table", + "title": "ML Nginx Access Top URLs Table ECS", "type": "table" } }, - "id": "ML-Nginx-Access-Top-URLs-Table", + "id": "ML-Nginx-Access-Top-URLs-Table-ecs", "type": "visualization", "version": 3 }, @@ -430,10 +430,10 @@ "@timestamp", "desc" ], - "title": "ML Access Data [Filebeat Nginx]", + "title": "ML Access Data [Filebeat Nginx] ECS", "version": 1 }, - "id": "ML-Filebeat-Nginx-Access", + "id": "ML-Filebeat-Nginx-Access-ecs", "type": "search", "version": 3 }, @@ -463,7 +463,7 @@ "panelsJSON": [ { "col": 1, - "id": "ML-Nginx-Access-Unique-Count-URL-Timechart", + "id": "ML-Nginx-Access-Unique-Count-URL-Timechart-ecs", "panelIndex": 1, "row": 1, "size_x": 6, @@ -472,7 +472,7 @@ }, { "col": 7, - "id": "ML-Nginx-Access-Response-Code-Timechart", + "id": "ML-Nginx-Access-Response-Code-Timechart-ecs", "panelIndex": 2, "row": 1, "size_x": 6, @@ -481,7 +481,7 @@ }, { "col": 1, - "id": "ML-Nginx-Access-Top-Remote-IPs-Table", + "id": "ML-Nginx-Access-Top-Remote-IPs-Table-ecs", "panelIndex": 3, "row": 4, "size_x": 6, @@ -490,7 +490,7 @@ }, { "col": 7, - "id": "ML-Nginx-Access-Map", + "id": "ML-Nginx-Access-Map-ecs", "panelIndex": 4, "row": 4, "size_x": 6, @@ -499,7 +499,7 @@ }, { "col": 1, - "id": "ML-Nginx-Access-Top-URLs-Table", + "id": "ML-Nginx-Access-Top-URLs-Table-ecs", "panelIndex": 5, "row": 7, "size_x": 12, @@ -508,7 +508,7 @@ } ], "timeRestore": false, - "title": "[Filebeat Nginx] [ML] Remote IP URL Explorer", + "title": "[Filebeat Nginx] [ML] Remote IP URL Explorer ECS", "uiStateJSON": { "P-2": { "vis": { @@ -543,7 +543,7 @@ }, "version": 1 }, - "id": "ML-Nginx-Remote-IP-URL-Explorer", + "id": "ML-Nginx-Remote-IP-URL-Explorer-ecs", "type": "dashboard", "version": 4 } diff --git a/filebeat/module/osquery/_meta/kibana/7/dashboard/osquery-compliance.json b/filebeat/module/osquery/_meta/kibana/7/dashboard/osquery-compliance.json index e9b2f6c9268..0642a853b46 100644 --- a/filebeat/module/osquery/_meta/kibana/7/dashboard/osquery-compliance.json +++ b/filebeat/module/osquery/_meta/kibana/7/dashboard/osquery-compliance.json @@ -52,10 +52,10 @@ "@timestamp", "desc" ], - "title": "Mounts [Osquery results]", + "title": "Mounts [Osquery results] ECS", "version": 1 }, - "id": "7a9482d0-eb00-11e7-8f04-51231daa5b05", + "id": "7a9482d0-eb00-11e7-8f04-51231daa5b05-ecs", "type": "search", "updated_at": "2018-01-08T17:35:32.102Z", "version": 1 @@ -72,8 +72,8 @@ } } }, - "savedSearchId": "7a9482d0-eb00-11e7-8f04-51231daa5b05", - "title": "Mounts by type [Osquery Result]", + "savedSearchId": "7a9482d0-eb00-11e7-8f04-51231daa5b05-ecs", + "title": "Mounts by type [Osquery Result] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -123,11 +123,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "Mounts by type [Osquery Result]", + "title": "Mounts by type [Osquery Result] ECS", "type": "pie" } }, - "id": "a9fd8bb0-eb01-11e7-8f04-51231daa5b05", + "id": "a9fd8bb0-eb01-11e7-8f04-51231daa5b05-ecs", "type": "visualization", "updated_at": "2018-01-08T17:35:32.102Z", "version": 1 @@ -184,10 +184,10 @@ "@timestamp", "desc" ], - "title": "DEB packages installed [Osquery results]", + "title": "DEB packages installed [Osquery results] ECS", "version": 1 }, - "id": "3824b080-eb02-11e7-8f04-51231daa5b05", + "id": "3824b080-eb02-11e7-8f04-51231daa5b05-ecs", "type": "search", "updated_at": "2018-01-08T17:35:32.102Z", "version": 1 @@ -204,8 +204,8 @@ } } }, - "savedSearchId": "b5d6baa0-eb02-11e7-8f04-51231daa5b05", - "title": "OS versions [Osquery result]", + "savedSearchId": "b5d6baa0-eb02-11e7-8f04-51231daa5b05-ecs", + "title": "OS versions [Osquery result] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -269,11 +269,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "OS versions [Osquery result]", + "title": "OS versions [Osquery result] ECS", "type": "pie" } }, - "id": "1da1ed30-eb03-11e7-8f04-51231daa5b05", + "id": "1da1ed30-eb03-11e7-8f04-51231daa5b05-ecs", "type": "visualization", "updated_at": "2018-01-08T17:35:32.102Z", "version": 1 @@ -317,8 +317,8 @@ } } }, - "savedSearchId": "f59e21e0-eb03-11e7-8f04-51231daa5b05", - "title": "Number of Kernel modules [Osquery Result]", + "savedSearchId": "f59e21e0-eb03-11e7-8f04-51231daa5b05-ecs", + "title": "Number of Kernel modules [Osquery Result] ECS", "uiStateJSON": { "vis": { "defaultColors": { @@ -386,11 +386,11 @@ "isDisplayWarning": false, "type": "gauge" }, - "title": "Number of Kernel modules [Osquery Result]", + "title": "Number of Kernel modules [Osquery Result] ECS", "type": "gauge" } }, - "id": "240f3630-eb05-11e7-8f04-51231daa5b05", + "id": "240f3630-eb05-11e7-8f04-51231daa5b05-ecs", "type": "visualization", "updated_at": "2018-01-08T17:35:32.102Z", "version": 1 @@ -401,20 +401,20 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Navigation [Osquery Result]", + "title": "Navigation [Osquery Result] ECS", "uiStateJSON": {}, "version": 1, "visState": { "aggs": [], "params": { "fontSize": 10, - "markdown": "[Compilance](#/dashboard/69f5ae20-eb02-11e7-8f04-51231daa5b05) | [OSSEC Rootkit](#/dashboard/c0a7ce90-f4aa-11e7-8647-534bb4c21040)" + "markdown": "[Compilance](#/dashboard/69f5ae20-eb02-11e7-8f04-51231daa5b05-ecs) | [OSSEC Rootkit](#/dashboard/c0a7ce90-f4aa-11e7-8647-534bb4c21040-ecs)" }, - "title": "Navigation [Osquery Result]", + "title": "Navigation [Osquery Result] ECS", "type": "markdown" } }, - "id": "2d6e0760-f4ab-11e7-8647-534bb4c21040", + "id": "2d6e0760-f4ab-11e7-8647-534bb4c21040-ecs", "type": "visualization", "updated_at": "2018-01-08T19:41:10.264Z", "version": 3 @@ -469,10 +469,10 @@ "@timestamp", "desc" ], - "title": "OS versions [Osquery results]", + "title": "OS versions [Osquery results] ECS", "version": 1 }, - "id": "b5d6baa0-eb02-11e7-8f04-51231daa5b05", + "id": "b5d6baa0-eb02-11e7-8f04-51231daa5b05-ecs", "type": "search", "updated_at": "2018-01-08T17:35:32.102Z", "version": 1 @@ -529,10 +529,10 @@ "@timestamp", "desc" ], - "title": "Kernel modules [Osquery results]", + "title": "Kernel modules [Osquery results] ECS", "version": 1 }, - "id": "f59e21e0-eb03-11e7-8f04-51231daa5b05", + "id": "f59e21e0-eb03-11e7-8f04-51231daa5b05-ecs", "type": "search", "updated_at": "2018-01-08T17:35:32.102Z", "version": 1 @@ -566,7 +566,7 @@ "x": 6, "y": 6 }, - "id": "7a9482d0-eb00-11e7-8f04-51231daa5b05", + "id": "7a9482d0-eb00-11e7-8f04-51231daa5b05-ecs", "panelIndex": "1", "type": "search", "version": "6.2.4" @@ -579,7 +579,7 @@ "x": 5, "y": 1 }, - "id": "a9fd8bb0-eb01-11e7-8f04-51231daa5b05", + "id": "a9fd8bb0-eb01-11e7-8f04-51231daa5b05-ecs", "panelIndex": "2", "type": "visualization", "version": "6.2.4" @@ -592,7 +592,7 @@ "x": 0, "y": 6 }, - "id": "3824b080-eb02-11e7-8f04-51231daa5b05", + "id": "3824b080-eb02-11e7-8f04-51231daa5b05-ecs", "panelIndex": "3", "type": "search", "version": "6.2.4" @@ -605,7 +605,7 @@ "x": 0, "y": 1 }, - "id": "1da1ed30-eb03-11e7-8f04-51231daa5b05", + "id": "1da1ed30-eb03-11e7-8f04-51231daa5b05-ecs", "panelIndex": "4", "type": "visualization", "version": "6.2.4" @@ -626,7 +626,7 @@ "x": 0, "y": 4 }, - "id": "240f3630-eb05-11e7-8f04-51231daa5b05", + "id": "240f3630-eb05-11e7-8f04-51231daa5b05-ecs", "panelIndex": "5", "type": "visualization", "version": "6.2.4" @@ -639,14 +639,14 @@ "x": 0, "y": 0 }, - "id": "2d6e0760-f4ab-11e7-8647-534bb4c21040", + "id": "2d6e0760-f4ab-11e7-8647-534bb4c21040-ecs", "panelIndex": "6", "type": "visualization", "version": "6.1.0-SNAPSHOT" } ], "timeRestore": false, - "title": "[Osquery Result] Compliance pack", + "title": "[Osquery Result] Compliance pack ECS", "uiStateJSON": { "P-5": { "vis": { @@ -658,7 +658,7 @@ }, "version": 1 }, - "id": "69f5ae20-eb02-11e7-8f04-51231daa5b05", + "id": "69f5ae20-eb02-11e7-8f04-51231daa5b05-ecs", "type": "dashboard", "updated_at": "2018-01-08T19:42:15.406Z", "version": 2 diff --git a/filebeat/module/osquery/_meta/kibana/7/dashboard/osquery-rootkit.json b/filebeat/module/osquery/_meta/kibana/7/dashboard/osquery-rootkit.json index 38e897645b0..17b5b234e55 100644 --- a/filebeat/module/osquery/_meta/kibana/7/dashboard/osquery-rootkit.json +++ b/filebeat/module/osquery/_meta/kibana/7/dashboard/osquery-rootkit.json @@ -6,7 +6,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Info OSSEC rootkit [Osquery Result]", + "title": "Info OSSEC rootkit [Osquery Result] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -15,11 +15,11 @@ "fontSize": 12, "markdown": "This dashboard shows data collected by the ossec-rootkit pack from osquery." }, - "title": "Info OSSEC rootkit [Osquery Result]", + "title": "Info OSSEC rootkit [Osquery Result] ECS", "type": "markdown" } }, - "id": "6ec10290-f4aa-11e7-8647-534bb4c21040", + "id": "6ec10290-f4aa-11e7-8647-534bb4c21040-ecs", "type": "visualization", "updated_at": "2018-01-08T19:30:49.785Z", "version": 1 @@ -36,8 +36,8 @@ } } }, - "savedSearchId": "0fe5dc00-f49b-11e7-8647-534bb4c21040", - "title": "Number of rootkits found [Osquery Result]", + "savedSearchId": "0fe5dc00-f49b-11e7-8647-534bb4c21040-ecs", + "title": "Number of rootkits found [Osquery Result] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -81,11 +81,11 @@ }, "type": "metric" }, - "title": "Number of rootkits found [Osquery Result]", + "title": "Number of rootkits found [Osquery Result] ECS", "type": "metric" } }, - "id": "ffdbba50-f4a9-11e7-8647-534bb4c21040", + "id": "ffdbba50-f4a9-11e7-8647-534bb4c21040-ecs", "type": "visualization", "updated_at": "2018-01-08T19:40:05.060Z", "version": 3 @@ -102,8 +102,8 @@ } } }, - "savedSearchId": "0fe5dc00-f49b-11e7-8647-534bb4c21040", - "title": "Number of hosts infected [Osquery Result]", + "savedSearchId": "0fe5dc00-f49b-11e7-8647-534bb4c21040-ecs", + "title": "Number of hosts infected [Osquery Result] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -113,7 +113,7 @@ "id": "1", "params": { "customLabel": "Hosts", - "field": "beat.hostname" + "field": "agent.hostname" }, "schema": "metric", "type": "cardinality" @@ -147,11 +147,11 @@ }, "type": "metric" }, - "title": "Number of hosts infected [Osquery Result]", + "title": "Number of hosts infected [Osquery Result] ECS", "type": "metric" } }, - "id": "ab587180-f4a9-11e7-8647-534bb4c21040", + "id": "ab587180-f4a9-11e7-8647-534bb4c21040-ecs", "type": "visualization", "updated_at": "2018-01-08T19:39:45.085Z", "version": 2 @@ -162,20 +162,20 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Navigation [Osquery Result]", + "title": "Navigation [Osquery Result] ECS", "uiStateJSON": {}, "version": 1, "visState": { "aggs": [], "params": { "fontSize": 10, - "markdown": "[Compilance](#/dashboard/69f5ae20-eb02-11e7-8f04-51231daa5b05) | [OSSEC Rootkit](#/dashboard/c0a7ce90-f4aa-11e7-8647-534bb4c21040)" + "markdown": "[Compilance](#/dashboard/69f5ae20-eb02-11e7-8f04-51231daa5b05-ecs) | [OSSEC Rootkit](#/dashboard/c0a7ce90-f4aa-11e7-8647-534bb4c21040-ecs)" }, - "title": "Navigation [Osquery Result]", + "title": "Navigation [Osquery Result] ECS", "type": "markdown" } }, - "id": "2d6e0760-f4ab-11e7-8647-534bb4c21040", + "id": "2d6e0760-f4ab-11e7-8647-534bb4c21040-ecs", "type": "visualization", "updated_at": "2018-01-08T19:41:10.264Z", "version": 3 @@ -185,7 +185,7 @@ "columns": [ "osquery.result.name", "osquery.result.columns.path", - "beat.hostname" + "agent.hostname" ], "description": "", "hits": 0, @@ -219,7 +219,7 @@ "alias": null, "disabled": false, "index": "filebeat-*", - "key": "fileset.module", + "key": "event.module", "negate": false, "params": { "query": "osquery", @@ -230,7 +230,7 @@ }, "query": { "match": { - "fileset.module": { + "event.module": { "query": "osquery", "type": "phrase" } @@ -277,10 +277,10 @@ "@timestamp", "desc" ], - "title": "OSSEC Rootkits [Osquery Result]", + "title": "OSSEC Rootkits [Osquery Result] ECS", "version": 1 }, - "id": "0fe5dc00-f49b-11e7-8647-534bb4c21040", + "id": "0fe5dc00-f49b-11e7-8647-534bb4c21040-ecs", "type": "search", "updated_at": "2018-01-08T19:38:24.483Z", "version": 2 @@ -314,7 +314,7 @@ "x": 8, "y": 1 }, - "id": "6ec10290-f4aa-11e7-8647-534bb4c21040", + "id": "6ec10290-f4aa-11e7-8647-534bb4c21040-ecs", "panelIndex": "1", "type": "visualization", "version": "6.1.0-SNAPSHOT" @@ -327,7 +327,7 @@ "x": 4, "y": 1 }, - "id": "ffdbba50-f4a9-11e7-8647-534bb4c21040", + "id": "ffdbba50-f4a9-11e7-8647-534bb4c21040-ecs", "panelIndex": "2", "type": "visualization", "version": "6.1.0-SNAPSHOT" @@ -340,7 +340,7 @@ "x": 0, "y": 1 }, - "id": "ab587180-f4a9-11e7-8647-534bb4c21040", + "id": "ab587180-f4a9-11e7-8647-534bb4c21040-ecs", "panelIndex": "3", "type": "visualization", "version": "6.1.0-SNAPSHOT" @@ -353,7 +353,7 @@ "x": 0, "y": 0 }, - "id": "2d6e0760-f4ab-11e7-8647-534bb4c21040", + "id": "2d6e0760-f4ab-11e7-8647-534bb4c21040-ecs", "panelIndex": "4", "type": "visualization", "version": "6.1.0-SNAPSHOT" @@ -366,18 +366,18 @@ "x": 0, "y": 3 }, - "id": "0fe5dc00-f49b-11e7-8647-534bb4c21040", + "id": "0fe5dc00-f49b-11e7-8647-534bb4c21040-ecs", "panelIndex": "5", "type": "search", "version": "6.1.0-SNAPSHOT" } ], "timeRestore": false, - "title": "[Osquery Result] OSSEC rootkit pack", + "title": "[Osquery Result] OSSEC rootkit pack ECS", "uiStateJSON": {}, "version": 1 }, - "id": "c0a7ce90-f4aa-11e7-8647-534bb4c21040", + "id": "c0a7ce90-f4aa-11e7-8647-534bb4c21040-ecs", "type": "dashboard", "updated_at": "2018-01-08T19:40:16.304Z", "version": 6 diff --git a/filebeat/module/postgresql/_meta/kibana/7/dashboard/Filebeat-Postgresql-overview.json b/filebeat/module/postgresql/_meta/kibana/7/dashboard/Filebeat-Postgresql-overview.json index 9978b509444..375fc4d56d1 100644 --- a/filebeat/module/postgresql/_meta/kibana/7/dashboard/Filebeat-Postgresql-overview.json +++ b/filebeat/module/postgresql/_meta/kibana/7/dashboard/Filebeat-Postgresql-overview.json @@ -8,8 +8,8 @@ "filter": [] } }, - "savedSearchId": "PostgreSQL All Logs", - "title": "Log Level Count [Filebeat PostgreSQL]", + "savedSearchId": "PostgreSQL All Logs-ecs", + "title": "Log Level Count [Filebeat PostgreSQL] ECS", "uiStateJSON": { "vis": { "params": { @@ -34,7 +34,7 @@ "enabled": true, "id": "2", "params": { - "field": "postgresql.log.level", + "field": "log.level", "order": "desc", "orderBy": "1", "size": 12 @@ -54,21 +54,21 @@ }, "totalFunc": "sum" }, - "title": "Log Level Count [Filebeat PostgreSQL]", + "title": "Log Level Count [Filebeat PostgreSQL] ECS", "type": "table" } }, - "id": "PostgreSQL Log Level Count", + "id": "PostgreSQL Log Level Count-ecs", "type": "visualization", "version": 2 }, { "attributes": { "columns": [ - "postgresql.log.user", + "user.name", "postgresql.log.database", - "postgresql.log.level", - "postgresql.log.message", + "log.level", + "message", "postgresql.log.query" ], "description": "", @@ -84,7 +84,7 @@ "alias": null, "disabled": false, "index": "filebeat-*", - "key": "fileset.module", + "key": "event.module", "negate": false, "params": { "query": "postgresql", @@ -95,7 +95,7 @@ }, "query": { "match": { - "fileset.module": { + "event.module": { "query": "postgresql", "type": "phrase" } @@ -116,10 +116,10 @@ "@timestamp", "desc" ], - "title": "All Logs [Filebeat PostgreSQL]", + "title": "All Logs [Filebeat PostgreSQL] ECS", "version": 1 }, - "id": "PostgreSQL All Logs", + "id": "PostgreSQL All Logs-ecs", "type": "search", "version": 1 }, @@ -131,8 +131,8 @@ "filter": [] } }, - "savedSearchId": "PostgreSQL All Logs", - "title": "Logs by level over time [Filebeat PostgreSQL]", + "savedSearchId": "PostgreSQL All Logs-ecs", + "title": "Logs by level over time [Filebeat PostgreSQL] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -161,7 +161,7 @@ "enabled": true, "id": "3", "params": { - "field": "postgresql.log.level", + "field": "log.level", "order": "desc", "orderBy": "1", "size": 5 @@ -240,11 +240,11 @@ } ] }, - "title": "Logs by level over time [Filebeat PostgreSQL]", + "title": "Logs by level over time [Filebeat PostgreSQL] ECS", "type": "histogram" } }, - "id": "3dbd5370-87f3-11e7-ad9c-db80de0bf8d3", + "id": "3dbd5370-87f3-11e7-ad9c-db80de0bf8d3-ecs", "type": "visualization", "version": 1 }, @@ -269,7 +269,7 @@ "panelsJSON": [ { "col": 1, - "id": "PostgreSQL Log Level Count", + "id": "PostgreSQL Log Level Count-ecs", "panelIndex": 1, "row": 1, "size_x": 3, @@ -279,13 +279,13 @@ { "col": 1, "columns": [ - "postgresql.log.user", + "user.name", "postgresql.log.database", - "postgresql.log.level", - "postgresql.log.message", + "log.level", + "message", "postgresql.log.query" ], - "id": "PostgreSQL All Logs", + "id": "PostgreSQL All Logs-ecs", "panelIndex": 2, "row": 4, "size_x": 12, @@ -298,7 +298,7 @@ }, { "col": 4, - "id": "3dbd5370-87f3-11e7-ad9c-db80de0bf8d3", + "id": "3dbd5370-87f3-11e7-ad9c-db80de0bf8d3-ecs", "panelIndex": 3, "row": 1, "size_x": 9, @@ -307,7 +307,7 @@ } ], "timeRestore": false, - "title": "[Filebeat PostgreSQL] Overview", + "title": "[Filebeat PostgreSQL] Overview ECS", "uiStateJSON": { "P-1": { "vis": { @@ -322,7 +322,7 @@ }, "version": 1 }, - "id": "158be870-87f4-11e7-ad9c-db80de0bf8d3", + "id": "158be870-87f4-11e7-ad9c-db80de0bf8d3-ecs", "type": "dashboard", "version": 1 } diff --git a/filebeat/module/postgresql/_meta/kibana/7/dashboard/Filebeat-Postgresql-slowlogs.json b/filebeat/module/postgresql/_meta/kibana/7/dashboard/Filebeat-Postgresql-slowlogs.json index 653b071aa65..d2a49c416d2 100644 --- a/filebeat/module/postgresql/_meta/kibana/7/dashboard/Filebeat-Postgresql-slowlogs.json +++ b/filebeat/module/postgresql/_meta/kibana/7/dashboard/Filebeat-Postgresql-slowlogs.json @@ -11,8 +11,8 @@ } } }, - "savedSearchId": "PostgreSQL Query Durations", - "title": "Query count and cumulated duration [Filebeat PostgreSQL]", + "savedSearchId": "PostgreSQL Query Durations-ecs", + "title": "Query count and cumulated duration [Filebeat PostgreSQL] ECS", "uiStateJSON": { "vis": { "colors": { @@ -144,18 +144,18 @@ } ] }, - "title": "Query count and cumulated duration [Filebeat PostgreSQL]", + "title": "Query count and cumulated duration [Filebeat PostgreSQL] ECS", "type": "histogram" } }, - "id": "PostgreSQL Query Count and Duration", + "id": "PostgreSQL Query Count and Duration-ecs", "type": "visualization", "version": 1 }, { "attributes": { "columns": [ - "postgresql.log.user", + "user.name", "postgresql.log.database", "postgresql.log.duration", "postgresql.log.query" @@ -178,17 +178,17 @@ "@timestamp", "desc" ], - "title": "Slow Queries [Filebeat PostgreSQL]", + "title": "Slow Queries [Filebeat PostgreSQL] ECS", "version": 1 }, - "id": "Slow PostgreSQL Queries", + "id": "Slow PostgreSQL Queries-ecs", "type": "search", "version": 1 }, { "attributes": { "columns": [ - "postgresql.log.user", + "user.name", "postgresql.log.database", "postgresql.log.duration", "postgresql.log.query" @@ -211,10 +211,10 @@ "@timestamp", "desc" ], - "title": "Query Durations [Filebeat PostgreSQL]", + "title": "Query Durations [Filebeat PostgreSQL] ECS", "version": 1 }, - "id": "PostgreSQL Query Durations", + "id": "PostgreSQL Query Durations-ecs", "type": "search", "version": 1 }, @@ -239,7 +239,7 @@ "panelsJSON": [ { "col": 1, - "id": "PostgreSQL Query Count and Duration", + "id": "PostgreSQL Query Count and Duration-ecs", "panelIndex": 1, "row": 1, "size_x": 6, @@ -249,12 +249,12 @@ { "col": 7, "columns": [ - "postgresql.log.user", + "user.name", "postgresql.log.database", "postgresql.log.duration", "postgresql.log.query" ], - "id": "Slow PostgreSQL Queries", + "id": "Slow PostgreSQL Queries-ecs", "panelIndex": 2, "row": 1, "size_x": 6, @@ -268,12 +268,12 @@ { "col": 1, "columns": [ - "postgresql.log.user", + "user.name", "postgresql.log.database", "postgresql.log.duration", "postgresql.log.query" ], - "id": "PostgreSQL Query Durations", + "id": "PostgreSQL Query Durations-ecs", "panelIndex": 3, "row": 4, "size_x": 12, @@ -286,11 +286,11 @@ } ], "timeRestore": false, - "title": "[Filebeat PostgreSQL] Query Duration Overview", + "title": "[Filebeat PostgreSQL] Query Duration Overview ECS", "uiStateJSON": {}, "version": 1 }, - "id": "e4c5f230-87f3-11e7-ad9c-db80de0bf8d3", + "id": "e4c5f230-87f3-11e7-ad9c-db80de0bf8d3-ecs", "type": "dashboard", "version": 1 } diff --git a/filebeat/module/redis/_meta/kibana/7/dashboard/Filebeat-redis.json b/filebeat/module/redis/_meta/kibana/7/dashboard/Filebeat-redis.json index 91c000ad7ec..4cd6acabd6e 100644 --- a/filebeat/module/redis/_meta/kibana/7/dashboard/Filebeat-redis.json +++ b/filebeat/module/redis/_meta/kibana/7/dashboard/Filebeat-redis.json @@ -20,7 +20,7 @@ "version": true } }, - "title": "Log levels and roles breakdown [Filebeat Redis]", + "title": "Log levels and roles breakdown [Filebeat Redis] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -49,7 +49,7 @@ "id": "2", "params": { "customLabel": "Log level", - "field": "redis.log.level", + "field": "log.level", "order": "desc", "orderBy": "1", "size": 5 @@ -65,11 +65,11 @@ "legendPosition": "bottom", "type": "pie" }, - "title": "Log levels and roles breakdown [Filebeat Redis]", + "title": "Log levels and roles breakdown [Filebeat Redis] ECS", "type": "pie" } }, - "id": "78b9afe0-478f-11e7-b1f0-cb29bac6bf8b", + "id": "78b9afe0-478f-11e7-b1f0-cb29bac6bf8b-ecs", "type": "visualization", "version": 2 }, @@ -93,7 +93,7 @@ "version": true } }, - "title": "Logs over time [Filebeat Redis]", + "title": "Logs over time [Filebeat Redis] ECS", "uiStateJSON": { "vis": { "colors": { @@ -129,7 +129,7 @@ "enabled": true, "id": "3", "params": { - "field": "redis.log.level", + "field": "log.level", "order": "desc", "orderBy": "1", "size": 5 @@ -215,21 +215,21 @@ } ] }, - "title": "Logs over time [Filebeat Redis]", + "title": "Logs over time [Filebeat Redis] ECS", "type": "histogram" } }, - "id": "d2864600-478f-11e7-be88-2ddb32f3df97", + "id": "d2864600-478f-11e7-be88-2ddb32f3df97-ecs", "type": "visualization", "version": 2 }, { "attributes": { "columns": [ - "beat.name", - "redis.log.level", + "host.name", + "log.level", "redis.log.role", - "redis.log.message" + "message" ], "description": "", "hits": 0, @@ -244,7 +244,7 @@ "alias": null, "disabled": false, "index": "filebeat-*", - "key": "fileset.module", + "key": "event.module", "negate": false, "params": { "query": "redis", @@ -255,7 +255,7 @@ }, "query": { "match": { - "fileset.module": { + "event.module": { "query": "redis", "type": "phrase" } @@ -302,10 +302,10 @@ "@timestamp", "desc" ], - "title": "Logs [Filebeat Redis]", + "title": "Logs [Filebeat Redis] ECS", "version": 1 }, - "id": "73613570-4791-11e7-be88-2ddb32f3df97", + "id": "73613570-4791-11e7-be88-2ddb32f3df97-ecs", "type": "search", "version": 2 }, @@ -317,8 +317,8 @@ "filter": [] } }, - "savedSearchId": "0ab87b80-478e-11e7-b1f0-cb29bac6bf8b", - "title": "Top slowest commands [Filebeat Redis]", + "savedSearchId": "0ab87b80-478e-11e7-b1f0-cb29bac6bf8b-ecs", + "title": "Top slowest commands [Filebeat Redis] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -426,18 +426,18 @@ } ] }, - "title": "Top slowest commands [Filebeat Redis]", + "title": "Top slowest commands [Filebeat Redis] ECS", "type": "histogram" } }, - "id": "dcccaa80-4791-11e7-be88-2ddb32f3df97", + "id": "dcccaa80-4791-11e7-be88-2ddb32f3df97-ecs", "type": "visualization", "version": 2 }, { "attributes": { "columns": [ - "beat.name", + "host.name", "message", "redis.slowlog.duration.us", "redis.slowlog.key" @@ -465,10 +465,10 @@ "@timestamp", "desc" ], - "title": "Slow logs [Filebeat Redis]", + "title": "Slow logs [Filebeat Redis] ECS", "version": 1 }, - "id": "0ab87b80-478e-11e7-b1f0-cb29bac6bf8b", + "id": "0ab87b80-478e-11e7-b1f0-cb29bac6bf8b-ecs", "type": "search", "version": 2 }, @@ -498,7 +498,7 @@ "panelsJSON": [ { "col": 1, - "id": "78b9afe0-478f-11e7-b1f0-cb29bac6bf8b", + "id": "78b9afe0-478f-11e7-b1f0-cb29bac6bf8b-ecs", "panelIndex": 2, "row": 5, "size_x": 3, @@ -507,7 +507,7 @@ }, { "col": 4, - "id": "d2864600-478f-11e7-be88-2ddb32f3df97", + "id": "d2864600-478f-11e7-be88-2ddb32f3df97-ecs", "panelIndex": 3, "row": 5, "size_x": 9, @@ -517,12 +517,12 @@ { "col": 1, "columns": [ - "beat.name", - "redis.log.level", + "host.name", + "log.level", "redis.log.role", - "redis.log.message" + "message" ], - "id": "73613570-4791-11e7-be88-2ddb32f3df97", + "id": "73613570-4791-11e7-be88-2ddb32f3df97-ecs", "panelIndex": 4, "row": 8, "size_x": 12, @@ -535,7 +535,7 @@ }, { "col": 7, - "id": "dcccaa80-4791-11e7-be88-2ddb32f3df97", + "id": "dcccaa80-4791-11e7-be88-2ddb32f3df97-ecs", "panelIndex": 5, "row": 1, "size_x": 6, @@ -545,12 +545,12 @@ { "col": 1, "columns": [ - "beat.name", + "host.name", "message", "redis.slowlog.duration.us", "redis.slowlog.key" ], - "id": "0ab87b80-478e-11e7-b1f0-cb29bac6bf8b", + "id": "0ab87b80-478e-11e7-b1f0-cb29bac6bf8b-ecs", "panelIndex": 6, "row": 1, "size_x": 6, @@ -563,7 +563,7 @@ } ], "timeRestore": false, - "title": "[Filebeat Redis] Overview", + "title": "[Filebeat Redis] Overview ECS", "uiStateJSON": { "P-5": { "vis": { @@ -573,7 +573,7 @@ }, "version": 1 }, - "id": "7fea2930-478e-11e7-b1f0-cb29bac6bf8b", + "id": "7fea2930-478e-11e7-b1f0-cb29bac6bf8b-ecs", "type": "dashboard", "version": 4 } diff --git a/filebeat/module/santa/_meta/kibana/7/dashboard/filebeat-santa-log-overview.json b/filebeat/module/santa/_meta/kibana/7/dashboard/filebeat-santa-log-overview.json index 71245b0e755..2dfc4107d49 100644 --- a/filebeat/module/santa/_meta/kibana/7/dashboard/filebeat-santa-log-overview.json +++ b/filebeat/module/santa/_meta/kibana/7/dashboard/filebeat-santa-log-overview.json @@ -12,7 +12,7 @@ } } }, - "title": "Description [Filebeat Santa]", + "title": "Description [Filebeat Santa] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -22,11 +22,11 @@ "markdown": "![Santa Icon](https://raw.githubusercontent.com/google/santa/master/Source/SantaGUI/Resources/Images.xcassets/AppIcon.appiconset/santa-hat-icon-128.png)\n\nGoogle Santa is a binary whitelisting/blacklisting system for macOS that monitors process executions.", "openLinksInNewTab": false }, - "title": "Description [Filebeat Santa]", + "title": "Description [Filebeat Santa] ECS", "type": "markdown" } }, - "id": "dad521d0-ff69-11e8-93c5-d5ecd1b3e307", + "id": "dad521d0-ff69-11e8-93c5-d5ecd1b3e307-ecs", "type": "visualization", "updated_at": "2018-12-14T06:31:14.285Z", "version": 1 @@ -43,7 +43,7 @@ } } }, - "title": "Decisions [Filebeat Santa]", + "title": "Decisions [Filebeat Santa] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -84,11 +84,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Decisions [Filebeat Santa]", + "title": "Decisions [Filebeat Santa] ECS", "type": "metrics" } }, - "id": "1579d690-ff6b-11e8-93c5-d5ecd1b3e307", + "id": "1579d690-ff6b-11e8-93c5-d5ecd1b3e307-ecs", "type": "visualization", "updated_at": "2018-12-14T06:40:02.169Z", "version": 1 @@ -105,8 +105,8 @@ } } }, - "savedSearchId": "6d56a010-ff6a-11e8-93c5-d5ecd1b3e307", - "title": "Total Events [Filebeat Santa]", + "savedSearchId": "6d56a010-ff6a-11e8-93c5-d5ecd1b3e307-ecs", + "title": "Total Events [Filebeat Santa] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -149,11 +149,11 @@ }, "type": "metric" }, - "title": "Total Events [Filebeat Santa]", + "title": "Total Events [Filebeat Santa] ECS", "type": "metric" } }, - "id": "51677b80-ff6b-11e8-93c5-d5ecd1b3e307", + "id": "51677b80-ff6b-11e8-93c5-d5ecd1b3e307-ecs", "type": "visualization", "updated_at": "2018-12-14T06:41:42.712Z", "version": 1 @@ -170,8 +170,8 @@ } } }, - "savedSearchId": "6d56a010-ff6a-11e8-93c5-d5ecd1b3e307", - "title": "Decision and Reason [Filebeat Santa]", + "savedSearchId": "6d56a010-ff6a-11e8-93c5-d5ecd1b3e307-ecs", + "title": "Decision and Reason [Filebeat Santa] ECS", "uiStateJSON": { "vis": { "colors": { @@ -237,11 +237,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "Decision and Reason [Filebeat Santa]", + "title": "Decision and Reason [Filebeat Santa] ECS", "type": "pie" } }, - "id": "30962fe0-ff6c-11e8-93c5-d5ecd1b3e307", + "id": "30962fe0-ff6c-11e8-93c5-d5ecd1b3e307-ecs", "type": "visualization", "updated_at": "2018-12-14T06:47:57.150Z", "version": 1 @@ -258,8 +258,8 @@ } } }, - "savedSearchId": "6d56a010-ff6a-11e8-93c5-d5ecd1b3e307", - "title": "Num of Hosts Reporting [Filebeat Santa]", + "savedSearchId": "6d56a010-ff6a-11e8-93c5-d5ecd1b3e307-ecs", + "title": "Num of Hosts Reporting [Filebeat Santa] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -303,11 +303,11 @@ }, "type": "metric" }, - "title": "Num of Hosts Reporting [Filebeat Santa]", + "title": "Num of Hosts Reporting [Filebeat Santa] ECS", "type": "metric" } }, - "id": "b06c0460-ff6c-11e8-93c5-d5ecd1b3e307", + "id": "b06c0460-ff6c-11e8-93c5-d5ecd1b3e307-ecs", "type": "visualization", "updated_at": "2018-12-14T06:51:31.622Z", "version": 1 @@ -324,8 +324,8 @@ } } }, - "savedSearchId": "6d56a010-ff6a-11e8-93c5-d5ecd1b3e307", - "title": "Code Signers [Filebeat Santa]", + "savedSearchId": "6d56a010-ff6a-11e8-93c5-d5ecd1b3e307-ecs", + "title": "Code Signers [Filebeat Santa] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -361,11 +361,11 @@ "scale": "linear", "showLabel": true }, - "title": "Code Signers [Filebeat Santa]", + "title": "Code Signers [Filebeat Santa] ECS", "type": "tagcloud" } }, - "id": "11858000-ff6d-11e8-93c5-d5ecd1b3e307", + "id": "11858000-ff6d-11e8-93c5-d5ecd1b3e307-ecs", "type": "visualization", "updated_at": "2018-12-14T06:57:58.885Z", "version": 2 @@ -449,10 +449,10 @@ "@timestamp", "desc" ], - "title": "Santa Logs Search [Filebeat Santa]", + "title": "Santa Logs Search [Filebeat Santa] ECS", "version": 1 }, - "id": "6d56a010-ff6a-11e8-93c5-d5ecd1b3e307", + "id": "6d56a010-ff6a-11e8-93c5-d5ecd1b3e307-ecs", "type": "search", "updated_at": "2018-12-14T06:57:11.037Z", "version": 2 @@ -485,7 +485,7 @@ "x": 0, "y": 0 }, - "id": "dad521d0-ff69-11e8-93c5-d5ecd1b3e307", + "id": "dad521d0-ff69-11e8-93c5-d5ecd1b3e307-ecs", "panelIndex": "1", "type": "visualization", "version": "7.0.0-alpha1-SNAPSHOT" @@ -499,7 +499,7 @@ "x": 10, "y": 0 }, - "id": "1579d690-ff6b-11e8-93c5-d5ecd1b3e307", + "id": "1579d690-ff6b-11e8-93c5-d5ecd1b3e307-ecs", "panelIndex": "2", "type": "visualization", "version": "7.0.0-alpha1-SNAPSHOT" @@ -513,7 +513,7 @@ "x": 8, "y": 12 }, - "id": "51677b80-ff6b-11e8-93c5-d5ecd1b3e307", + "id": "51677b80-ff6b-11e8-93c5-d5ecd1b3e307-ecs", "panelIndex": "3", "type": "visualization", "version": "7.0.0-alpha1-SNAPSHOT" @@ -527,7 +527,7 @@ "x": 36, "y": 12 }, - "id": "30962fe0-ff6c-11e8-93c5-d5ecd1b3e307", + "id": "30962fe0-ff6c-11e8-93c5-d5ecd1b3e307-ecs", "panelIndex": "4", "type": "visualization", "version": "7.0.0-alpha1-SNAPSHOT" @@ -541,7 +541,7 @@ "x": 0, "y": 12 }, - "id": "b06c0460-ff6c-11e8-93c5-d5ecd1b3e307", + "id": "b06c0460-ff6c-11e8-93c5-d5ecd1b3e307-ecs", "panelIndex": "5", "type": "visualization", "version": "7.0.0-alpha1-SNAPSHOT" @@ -555,7 +555,7 @@ "x": 18, "y": 12 }, - "id": "11858000-ff6d-11e8-93c5-d5ecd1b3e307", + "id": "11858000-ff6d-11e8-93c5-d5ecd1b3e307-ecs", "panelIndex": "6", "type": "visualization", "version": "7.0.0-alpha1-SNAPSHOT" @@ -569,17 +569,17 @@ "x": 0, "y": 22 }, - "id": "6d56a010-ff6a-11e8-93c5-d5ecd1b3e307", + "id": "6d56a010-ff6a-11e8-93c5-d5ecd1b3e307-ecs", "panelIndex": "7", "type": "search", "version": "7.0.0-alpha1-SNAPSHOT" } ], "timeRestore": false, - "title": "[Filebeat Santa] Overview", + "title": "[Filebeat Santa] Overview ECS", "version": 1 }, - "id": "161855f0-ff6a-11e8-93c5-d5ecd1b3e307", + "id": "161855f0-ff6a-11e8-93c5-d5ecd1b3e307-ecs", "type": "dashboard", "updated_at": "2018-12-14T06:58:23.367Z", "version": 5 diff --git a/filebeat/module/system/_meta/kibana/7/dashboard/Filebeat-auth-sudo-commands.json b/filebeat/module/system/_meta/kibana/7/dashboard/Filebeat-auth-sudo-commands.json index 80e62f40e87..d17f7526b2e 100644 --- a/filebeat/module/system/_meta/kibana/7/dashboard/Filebeat-auth-sudo-commands.json +++ b/filebeat/module/system/_meta/kibana/7/dashboard/Filebeat-auth-sudo-commands.json @@ -8,8 +8,8 @@ "filter": [] } }, - "savedSearchId": "b6f321e0-fa25-11e6-bbd3-29c986c96e5a", - "title": "Sudo commands by user [Filebeat System]", + "savedSearchId": "b6f321e0-fa25-11e6-bbd3-29c986c96e5a-ecs", + "title": "Sudo commands by user [Filebeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -59,11 +59,11 @@ "setYExtents": false, "times": [] }, - "title": "Sudo commands by user", + "title": "Sudo commands by user ECS", "type": "histogram" } }, - "id": "5c7af030-fa2a-11e6-bbd3-29c986c96e5a", + "id": "5c7af030-fa2a-11e6-bbd3-29c986c96e5a-ecs", "type": "visualization", "version": 2 }, @@ -83,7 +83,7 @@ } } }, - "title": "Sudo errors [Filebeat System]", + "title": "Sudo errors [Filebeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -133,11 +133,11 @@ "setYExtents": false, "times": [] }, - "title": "Sudo errors", + "title": "Sudo errors ECS", "type": "histogram" } }, - "id": "51164310-fa2b-11e6-bbd3-29c986c96e5a", + "id": "51164310-fa2b-11e6-bbd3-29c986c96e5a-ecs", "type": "visualization", "version": 2 }, @@ -149,8 +149,8 @@ "filter": [] } }, - "savedSearchId": "b6f321e0-fa25-11e6-bbd3-29c986c96e5a", - "title": "Top sudo commands [Filebeat System]", + "savedSearchId": "b6f321e0-fa25-11e6-bbd3-29c986c96e5a-ecs", + "title": "Top sudo commands [Filebeat System] ECS", "uiStateJSON": { "vis": { "params": { @@ -208,11 +208,11 @@ }, "totalFunc": "sum" }, - "title": "Top sudo commands", + "title": "Top sudo commands ECS", "type": "table" } }, - "id": "dc589770-fa2b-11e6-bbd3-29c986c96e5a", + "id": "dc589770-fa2b-11e6-bbd3-29c986c96e5a-ecs", "type": "visualization", "version": 2 }, @@ -222,20 +222,20 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Dashboards [Filebeat System]", + "title": "Dashboards [Filebeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { "aggs": [], "params": { "fontSize": 12, - "markdown": "[Syslog](#/dashboard/Filebeat-syslog-dashboard) | [Sudo commands](#/dashboard/277876d0-fa2c-11e6-bbd3-29c986c96e5a) | [SSH logins](#/dashboard/5517a150-f9ce-11e6-8115-a7c18106d86a) | [New users and groups](#/dashboard/0d3f2380-fa78-11e6-ae9b-81e5311e8cab)" + "markdown": "[Syslog](#/dashboard/Filebeat-syslog-dashboard-ecs) | [Sudo commands](#/dashboard/277876d0-fa2c-11e6-bbd3-29c986c96e5a-ecs) | [SSH logins](#/dashboard/5517a150-f9ce-11e6-8115-a7c18106d86a-ecs) | [New users and groups](#/dashboard/0d3f2380-fa78-11e6-ae9b-81e5311e8cab-ecs)" }, - "title": "Dashboards [Filebeat System]", + "title": "Dashboards [Filebeat System] ECS", "type": "markdown" } }, - "id": "327417e0-8462-11e7-bab8-bd2f0fb42c54", + "id": "327417e0-8462-11e7-bab8-bd2f0fb42c54-ecs", "type": "visualization", "version": 1 }, @@ -266,10 +266,10 @@ "@timestamp", "desc" ], - "title": "Sudo commands [Filebeat System]", + "title": "Sudo commands [Filebeat System] ECS", "version": 1 }, - "id": "b6f321e0-fa25-11e6-bbd3-29c986c96e5a", + "id": "b6f321e0-fa25-11e6-bbd3-29c986c96e5a-ecs", "type": "search", "version": 2 }, @@ -299,7 +299,7 @@ "panelsJSON": [ { "col": 1, - "id": "5c7af030-fa2a-11e6-bbd3-29c986c96e5a", + "id": "5c7af030-fa2a-11e6-bbd3-29c986c96e5a-ecs", "panelIndex": 1, "row": 6, "size_x": 12, @@ -308,7 +308,7 @@ }, { "col": 1, - "id": "51164310-fa2b-11e6-bbd3-29c986c96e5a", + "id": "51164310-fa2b-11e6-bbd3-29c986c96e5a-ecs", "panelIndex": 2, "row": 10, "size_x": 12, @@ -317,7 +317,7 @@ }, { "col": 1, - "id": "dc589770-fa2b-11e6-bbd3-29c986c96e5a", + "id": "dc589770-fa2b-11e6-bbd3-29c986c96e5a-ecs", "panelIndex": 3, "row": 2, "size_x": 12, @@ -326,7 +326,7 @@ }, { "col": 1, - "id": "327417e0-8462-11e7-bab8-bd2f0fb42c54", + "id": "327417e0-8462-11e7-bab8-bd2f0fb42c54-ecs", "panelIndex": 4, "row": 1, "size_x": 12, @@ -335,7 +335,7 @@ } ], "timeRestore": false, - "title": "[Filebeat System] Sudo commands", + "title": "[Filebeat System] Sudo commands ECS", "uiStateJSON": { "P-3": { "vis": { @@ -350,7 +350,7 @@ }, "version": 1 }, - "id": "277876d0-fa2c-11e6-bbd3-29c986c96e5a", + "id": "277876d0-fa2c-11e6-bbd3-29c986c96e5a-ecs", "type": "dashboard", "version": 6 } diff --git a/filebeat/module/system/_meta/kibana/7/dashboard/Filebeat-new-users-and-groups.json b/filebeat/module/system/_meta/kibana/7/dashboard/Filebeat-new-users-and-groups.json index 2e7e7fd6f9b..327a4e3c093 100644 --- a/filebeat/module/system/_meta/kibana/7/dashboard/Filebeat-new-users-and-groups.json +++ b/filebeat/module/system/_meta/kibana/7/dashboard/Filebeat-new-users-and-groups.json @@ -8,8 +8,8 @@ "filter": [] } }, - "savedSearchId": "8030c1b0-fa77-11e6-ae9b-81e5311e8cab", - "title": "New users [Filebeat System]", + "savedSearchId": "8030c1b0-fa77-11e6-ae9b-81e5311e8cab-ecs", + "title": "New users [Filebeat System] ECS", "uiStateJSON": { "vis": { "params": { @@ -35,7 +35,7 @@ "id": "2", "params": { "customLabel": "Host", - "field": "system.auth.hostname", + "field": "host.hostname", "order": "desc", "orderBy": "1", "size": 5 @@ -61,7 +61,7 @@ "id": "4", "params": { "customLabel": "UID", - "field": "system.auth.useradd.uid", + "field": "user.id", "order": "desc", "orderBy": "1", "size": 5 @@ -121,11 +121,11 @@ }, "totalFunc": "sum" }, - "title": "New users", + "title": "New users ECS", "type": "table" } }, - "id": "f398d2f0-fa77-11e6-ae9b-81e5311e8cab", + "id": "f398d2f0-fa77-11e6-ae9b-81e5311e8cab-ecs", "type": "visualization", "version": 2 }, @@ -137,8 +137,8 @@ "filter": [] } }, - "savedSearchId": "8030c1b0-fa77-11e6-ae9b-81e5311e8cab", - "title": "New users over time [Filebeat System]", + "savedSearchId": "8030c1b0-fa77-11e6-ae9b-81e5311e8cab-ecs", + "title": "New users over time [Filebeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -188,11 +188,11 @@ "setYExtents": false, "times": [] }, - "title": "New users over time", + "title": "New users over time ECS", "type": "histogram" } }, - "id": "5dd15c00-fa78-11e6-ae9b-81e5311e8cab", + "id": "5dd15c00-fa78-11e6-ae9b-81e5311e8cab-ecs", "type": "visualization", "version": 2 }, @@ -204,8 +204,8 @@ "filter": [] } }, - "savedSearchId": "8030c1b0-fa77-11e6-ae9b-81e5311e8cab", - "title": "New users by shell [Filebeat System]", + "savedSearchId": "8030c1b0-fa77-11e6-ae9b-81e5311e8cab-ecs", + "title": "New users by shell [Filebeat System] ECS", "uiStateJSON": { "vis": { "colors": { @@ -258,11 +258,11 @@ "isDonut": false, "legendPosition": "right" }, - "title": "New users by shell", + "title": "New users by shell ECS", "type": "pie" } }, - "id": "e121b140-fa78-11e6-a1df-a78bd7504d38", + "id": "e121b140-fa78-11e6-a1df-a78bd7504d38-ecs", "type": "visualization", "version": 2 }, @@ -274,8 +274,8 @@ "filter": [] } }, - "savedSearchId": "8030c1b0-fa77-11e6-ae9b-81e5311e8cab", - "title": "New users by home directory [Filebeat System]", + "savedSearchId": "8030c1b0-fa77-11e6-ae9b-81e5311e8cab-ecs", + "title": "New users by home directory [Filebeat System] ECS", "uiStateJSON": { "vis": { "colors": { @@ -329,11 +329,11 @@ "isDonut": false, "legendPosition": "right" }, - "title": "New users by home directory", + "title": "New users by home directory ECS", "type": "pie" } }, - "id": "d56ee420-fa79-11e6-a1df-a78bd7504d38", + "id": "d56ee420-fa79-11e6-a1df-a78bd7504d38-ecs", "type": "visualization", "version": 2 }, @@ -345,8 +345,8 @@ "filter": [] } }, - "savedSearchId": "eb0039f0-fa7f-11e6-a1df-a78bd7504d38", - "title": "New groups [Filebeat System]", + "savedSearchId": "eb0039f0-fa7f-11e6-a1df-a78bd7504d38-ecs", + "title": "New groups [Filebeat System] ECS", "uiStateJSON": { "vis": { "params": { @@ -383,7 +383,7 @@ "enabled": true, "id": "3", "params": { - "field": "system.auth.groupadd.gid", + "field": "group.id", "order": "desc", "orderBy": "1", "size": 5 @@ -404,11 +404,11 @@ }, "totalFunc": "sum" }, - "title": "New groups", + "title": "New groups ECS", "type": "table" } }, - "id": "12667040-fa80-11e6-a1df-a78bd7504d38", + "id": "12667040-fa80-11e6-a1df-a78bd7504d38-ecs", "type": "visualization", "version": 2 }, @@ -420,8 +420,8 @@ "filter": [] } }, - "savedSearchId": "eb0039f0-fa7f-11e6-a1df-a78bd7504d38", - "title": "New groups over time [Filebeat System]", + "savedSearchId": "eb0039f0-fa7f-11e6-a1df-a78bd7504d38-ecs", + "title": "New groups over time [Filebeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -471,11 +471,11 @@ "setYExtents": false, "times": [] }, - "title": "New groups over time", + "title": "New groups over time ECS", "type": "histogram" } }, - "id": "346bb290-fa80-11e6-a1df-a78bd7504d38", + "id": "346bb290-fa80-11e6-a1df-a78bd7504d38-ecs", "type": "visualization", "version": 2 }, @@ -485,20 +485,20 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Dashboards [Filebeat System]", + "title": "Dashboards [Filebeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { "aggs": [], "params": { "fontSize": 12, - "markdown": "[Syslog](#/dashboard/Filebeat-syslog-dashboard) | [Sudo commands](#/dashboard/277876d0-fa2c-11e6-bbd3-29c986c96e5a) | [SSH logins](#/dashboard/5517a150-f9ce-11e6-8115-a7c18106d86a) | [New users and groups](#/dashboard/0d3f2380-fa78-11e6-ae9b-81e5311e8cab)" + "markdown": "[Syslog](#/dashboard/Filebeat-syslog-dashboard-ecs) | [Sudo commands](#/dashboard/277876d0-fa2c-11e6-bbd3-29c986c96e5a-ecs) | [SSH logins](#/dashboard/5517a150-f9ce-11e6-8115-a7c18106d86a-ecs) | [New users and groups](#/dashboard/0d3f2380-fa78-11e6-ae9b-81e5311e8cab-ecs)" }, - "title": "Dashboards [Filebeat System]", + "title": "Dashboards [Filebeat System] ECS", "type": "markdown" } }, - "id": "327417e0-8462-11e7-bab8-bd2f0fb42c54", + "id": "327417e0-8462-11e7-bab8-bd2f0fb42c54-ecs", "type": "visualization", "version": 1 }, @@ -506,7 +506,7 @@ "attributes": { "columns": [ "system.auth.useradd.name", - "system.auth.useradd.uid", + "user.id", "system.auth.useradd.gid", "system.auth.useradd.home", "system.auth.useradd.shell" @@ -530,10 +530,10 @@ "@timestamp", "desc" ], - "title": "useradd logs [Filebeat System]", + "title": "useradd logs [Filebeat System] ECS", "version": 1 }, - "id": "8030c1b0-fa77-11e6-ae9b-81e5311e8cab", + "id": "8030c1b0-fa77-11e6-ae9b-81e5311e8cab-ecs", "type": "search", "version": 2 }, @@ -541,7 +541,7 @@ "attributes": { "columns": [ "system.auth.groupadd.name", - "system.auth.groupadd.gid" + "group.id" ], "description": "", "hits": 0, @@ -562,10 +562,10 @@ "@timestamp", "desc" ], - "title": "groupadd logs [Filebeat System]", + "title": "groupadd logs [Filebeat System] ECS", "version": 1 }, - "id": "eb0039f0-fa7f-11e6-a1df-a78bd7504d38", + "id": "eb0039f0-fa7f-11e6-a1df-a78bd7504d38-ecs", "type": "search", "version": 2 }, @@ -595,7 +595,7 @@ "panelsJSON": [ { "col": 1, - "id": "f398d2f0-fa77-11e6-ae9b-81e5311e8cab", + "id": "f398d2f0-fa77-11e6-ae9b-81e5311e8cab-ecs", "panelIndex": 1, "row": 2, "size_x": 6, @@ -604,7 +604,7 @@ }, { "col": 7, - "id": "5dd15c00-fa78-11e6-ae9b-81e5311e8cab", + "id": "5dd15c00-fa78-11e6-ae9b-81e5311e8cab-ecs", "panelIndex": 2, "row": 2, "size_x": 6, @@ -613,7 +613,7 @@ }, { "col": 1, - "id": "e121b140-fa78-11e6-a1df-a78bd7504d38", + "id": "e121b140-fa78-11e6-a1df-a78bd7504d38-ecs", "panelIndex": 3, "row": 5, "size_x": 6, @@ -622,7 +622,7 @@ }, { "col": 7, - "id": "d56ee420-fa79-11e6-a1df-a78bd7504d38", + "id": "d56ee420-fa79-11e6-a1df-a78bd7504d38-ecs", "panelIndex": 4, "row": 5, "size_x": 6, @@ -631,7 +631,7 @@ }, { "col": 1, - "id": "12667040-fa80-11e6-a1df-a78bd7504d38", + "id": "12667040-fa80-11e6-a1df-a78bd7504d38-ecs", "panelIndex": 5, "row": 8, "size_x": 6, @@ -640,7 +640,7 @@ }, { "col": 7, - "id": "346bb290-fa80-11e6-a1df-a78bd7504d38", + "id": "346bb290-fa80-11e6-a1df-a78bd7504d38-ecs", "panelIndex": 6, "row": 8, "size_x": 6, @@ -649,7 +649,7 @@ }, { "col": 1, - "id": "327417e0-8462-11e7-bab8-bd2f0fb42c54", + "id": "327417e0-8462-11e7-bab8-bd2f0fb42c54-ecs", "panelIndex": 7, "row": 1, "size_x": 12, @@ -658,7 +658,7 @@ } ], "timeRestore": false, - "title": "[Filebeat System] New users and groups", + "title": "[Filebeat System] New users and groups ECS", "uiStateJSON": { "P-1": { "vis": { @@ -683,7 +683,7 @@ }, "version": 1 }, - "id": "0d3f2380-fa78-11e6-ae9b-81e5311e8cab", + "id": "0d3f2380-fa78-11e6-ae9b-81e5311e8cab-ecs", "type": "dashboard", "version": 6 } diff --git a/filebeat/module/system/_meta/kibana/7/dashboard/Filebeat-ssh-login-attempts.json b/filebeat/module/system/_meta/kibana/7/dashboard/Filebeat-ssh-login-attempts.json index c310967d41c..0a7b456771c 100644 --- a/filebeat/module/system/_meta/kibana/7/dashboard/Filebeat-ssh-login-attempts.json +++ b/filebeat/module/system/_meta/kibana/7/dashboard/Filebeat-ssh-login-attempts.json @@ -11,12 +11,12 @@ "query": { "query_string": { "analyze_wildcard": true, - "query": "system.auth.ssh.event:Accepted" + "query": "event.action:Accepted" } } } }, - "title": "Successful SSH logins [Filebeat System]", + "title": "Successful SSH logins [Filebeat System] ECS", "uiStateJSON": { "vis": { "colors": { @@ -76,11 +76,11 @@ "setYExtents": false, "times": [] }, - "title": "Successful SSH logins", + "title": "Successful SSH logins ECS", "type": "histogram" } }, - "id": "d16bb400-f9cc-11e6-8115-a7c18106d86a", + "id": "d16bb400-f9cc-11e6-8115-a7c18106d86a-ecs", "type": "visualization", "version": 2 }, @@ -94,7 +94,7 @@ "index": "filebeat-*" } }, - "title": "SSH login attempts [Filebeat System]", + "title": "SSH login attempts [Filebeat System] ECS", "uiStateJSON": { "vis": { "colors": { @@ -131,7 +131,7 @@ "enabled": true, "id": "3", "params": { - "field": "system.auth.ssh.event", + "field": "event.action", "order": "desc", "orderBy": "1", "size": 5 @@ -152,11 +152,11 @@ "setYExtents": false, "times": [] }, - "title": "SSH login attempts", + "title": "SSH login attempts ECS", "type": "histogram" } }, - "id": "78b74f30-f9cd-11e6-8115-a7c18106d86a", + "id": "78b74f30-f9cd-11e6-8115-a7c18106d86a-ecs", "type": "visualization", "version": 2 }, @@ -171,12 +171,12 @@ "query": { "query_string": { "analyze_wildcard": true, - "query": "system.auth.ssh.event:Failed OR system.auth.ssh.event:Invalid" + "query": "event.action:Failed OR event.action:Invalid" } } } }, - "title": "SSH users of failed login attempts [Filebeat System]", + "title": "SSH users of failed login attempts [Filebeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -208,11 +208,11 @@ "orientation": "single", "scale": "linear" }, - "title": "SSH users of failed login attempts", + "title": "SSH users of failed login attempts ECS", "type": "tagcloud" } }, - "id": "341ffe70-f9ce-11e6-8115-a7c18106d86a", + "id": "341ffe70-f9ce-11e6-8115-a7c18106d86a-ecs", "type": "visualization", "version": 2 }, @@ -227,12 +227,12 @@ "query": { "query_string": { "analyze_wildcard": true, - "query": "system.auth.ssh.event:Failed OR system.auth.ssh.event:Invalid" + "query": "event.action:Failed OR event.action:Invalid" } } } }, - "title": "SSH failed login attempts source locations [Filebeat System]", + "title": "SSH failed login attempts source locations [Filebeat System] ECS", "uiStateJSON": { "mapCenter": [ 17.602139123350838, @@ -255,7 +255,7 @@ "id": "2", "params": { "autoPrecision": true, - "field": "system.auth.ssh.geoip.location", + "field": "source.geo.location", "precision": 2 }, "schema": "segment", @@ -291,22 +291,22 @@ "url": "https://basemap.nationalmap.gov/arcgis/services/USGSTopo/MapServer/WMSServer" } }, - "title": "SSH failed login attempts source locations", + "title": "SSH failed login attempts source locations ECS", "type": "tile_map" } }, - "id": "3cec3eb0-f9d3-11e6-8a3e-2b904044ea1d", + "id": "3cec3eb0-f9d3-11e6-8a3e-2b904044ea1d-ecs", "type": "visualization", "version": 2 }, { "attributes": { "columns": [ - "system.auth.ssh.event", + "event.action", "system.auth.ssh.method", "system.auth.user", - "system.auth.ssh.ip", - "system.auth.ssh.geoip.country_iso_code" + "source.ip", + "source.geo.country_iso_code" ], "description": "", "hits": 0, @@ -327,10 +327,10 @@ "@timestamp", "desc" ], - "title": "SSH login attempts [Filebeat System]", + "title": "SSH login attempts [Filebeat System] ECS", "version": 1 }, - "id": "62439dc0-f9c9-11e6-a747-6121780e0414", + "id": "62439dc0-f9c9-11e6-a747-6121780e0414-ecs", "type": "search", "version": 2 }, @@ -340,20 +340,20 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Dashboards [Filebeat System]", + "title": "Dashboards [Filebeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { "aggs": [], "params": { "fontSize": 12, - "markdown": "[Syslog](#/dashboard/Filebeat-syslog-dashboard) | [Sudo commands](#/dashboard/277876d0-fa2c-11e6-bbd3-29c986c96e5a) | [SSH logins](#/dashboard/5517a150-f9ce-11e6-8115-a7c18106d86a) | [New users and groups](#/dashboard/0d3f2380-fa78-11e6-ae9b-81e5311e8cab)" + "markdown": "[Syslog](#/dashboard/Filebeat-syslog-dashboard-ecs) | [Sudo commands](#/dashboard/277876d0-fa2c-11e6-bbd3-29c986c96e5a-ecs) | [SSH logins](#/dashboard/5517a150-f9ce-11e6-8115-a7c18106d86a-ecs) | [New users and groups](#/dashboard/0d3f2380-fa78-11e6-ae9b-81e5311e8cab-ecs)" }, - "title": "Dashboards [Filebeat System]", + "title": "Dashboards [Filebeat System] ECS", "type": "markdown" } }, - "id": "327417e0-8462-11e7-bab8-bd2f0fb42c54", + "id": "327417e0-8462-11e7-bab8-bd2f0fb42c54-ecs", "type": "visualization", "version": 1 }, @@ -383,7 +383,7 @@ "panelsJSON": [ { "col": 1, - "id": "d16bb400-f9cc-11e6-8115-a7c18106d86a", + "id": "d16bb400-f9cc-11e6-8115-a7c18106d86a-ecs", "panelIndex": 1, "row": 5, "size_x": 12, @@ -392,7 +392,7 @@ }, { "col": 1, - "id": "78b74f30-f9cd-11e6-8115-a7c18106d86a", + "id": "78b74f30-f9cd-11e6-8115-a7c18106d86a-ecs", "panelIndex": 2, "row": 2, "size_x": 12, @@ -401,7 +401,7 @@ }, { "col": 1, - "id": "341ffe70-f9ce-11e6-8115-a7c18106d86a", + "id": "341ffe70-f9ce-11e6-8115-a7c18106d86a-ecs", "panelIndex": 3, "row": 8, "size_x": 6, @@ -410,7 +410,7 @@ }, { "col": 7, - "id": "3cec3eb0-f9d3-11e6-8a3e-2b904044ea1d", + "id": "3cec3eb0-f9d3-11e6-8a3e-2b904044ea1d-ecs", "panelIndex": 4, "row": 8, "size_x": 6, @@ -420,13 +420,13 @@ { "col": 1, "columns": [ - "system.auth.ssh.event", + "event.action", "system.auth.ssh.method", "system.auth.user", - "system.auth.ssh.ip", - "system.auth.ssh.geoip.country_iso_code" + "source.ip", + "source.geo.country_iso_code" ], - "id": "62439dc0-f9c9-11e6-a747-6121780e0414", + "id": "62439dc0-f9c9-11e6-a747-6121780e0414-ecs", "panelIndex": 5, "row": 12, "size_x": 12, @@ -439,7 +439,7 @@ }, { "col": 1, - "id": "327417e0-8462-11e7-bab8-bd2f0fb42c54", + "id": "327417e0-8462-11e7-bab8-bd2f0fb42c54-ecs", "panelIndex": 6, "row": 1, "size_x": 12, @@ -448,7 +448,7 @@ } ], "timeRestore": false, - "title": "[Filebeat System] SSH login attempts", + "title": "[Filebeat System] SSH login attempts ECS", "uiStateJSON": { "P-4": { "mapBounds": { @@ -481,7 +481,7 @@ }, "version": 1 }, - "id": "5517a150-f9ce-11e6-8115-a7c18106d86a", + "id": "5517a150-f9ce-11e6-8115-a7c18106d86a-ecs", "type": "dashboard", "version": 7 } diff --git a/filebeat/module/system/_meta/kibana/7/dashboard/Filebeat-syslog.json b/filebeat/module/system/_meta/kibana/7/dashboard/Filebeat-syslog.json index 24d995932df..cd137b4c410 100644 --- a/filebeat/module/system/_meta/kibana/7/dashboard/Filebeat-syslog.json +++ b/filebeat/module/system/_meta/kibana/7/dashboard/Filebeat-syslog.json @@ -8,8 +8,8 @@ "filter": [] } }, - "savedSearchId": "Syslog-system-logs", - "title": "Syslog events by hostname [Filebeat System]", + "savedSearchId": "Syslog-system-logs-ecs", + "title": "Syslog events by hostname [Filebeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -38,7 +38,7 @@ "enabled": true, "id": "3", "params": { - "field": "system.syslog.hostname", + "field": "host.hostname", "order": "desc", "orderBy": "1", "size": 5 @@ -61,11 +61,11 @@ "times": [], "yAxis": {} }, - "title": "Syslog events by hostname", + "title": "Syslog events by hostname ECS", "type": "histogram" } }, - "id": "Syslog-events-by-hostname", + "id": "Syslog-events-by-hostname-ecs", "type": "visualization", "version": 2 }, @@ -77,8 +77,8 @@ "filter": [] } }, - "savedSearchId": "Syslog-system-logs", - "title": "Syslog hostnames and processes [Filebeat System]", + "savedSearchId": "Syslog-system-logs-ecs", + "title": "Syslog hostnames and processes [Filebeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -94,7 +94,7 @@ "enabled": true, "id": "2", "params": { - "field": "system.syslog.hostname", + "field": "host.hostname", "order": "desc", "orderBy": "1", "size": 5 @@ -106,7 +106,7 @@ "enabled": true, "id": "3", "params": { - "field": "system.syslog.program", + "field": "process.name", "order": "desc", "orderBy": "1", "size": 5 @@ -123,20 +123,20 @@ "legendPosition": "bottom", "shareYAxis": true }, - "title": "Syslog hostnames and processes", + "title": "Syslog hostnames and processes ECS", "type": "pie" } }, - "id": "Syslog-hostnames-and-processes", + "id": "Syslog-hostnames-and-processes-ecs", "type": "visualization", "version": 2 }, { "attributes": { "columns": [ - "system.syslog.hostname", - "system.syslog.program", - "system.syslog.message" + "host.hostname", + "process.name", + "message" ], "description": "", "hits": 0, @@ -170,10 +170,10 @@ "@timestamp", "desc" ], - "title": "Syslog logs [Filebeat System]", + "title": "Syslog logs [Filebeat System] ECS", "version": 1 }, - "id": "Syslog-system-logs", + "id": "Syslog-system-logs-ecs", "type": "search", "version": 2 }, @@ -183,20 +183,20 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Dashboards [Filebeat System]", + "title": "Dashboards [Filebeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { "aggs": [], "params": { "fontSize": 12, - "markdown": "[Syslog](#/dashboard/Filebeat-syslog-dashboard) | [Sudo commands](#/dashboard/277876d0-fa2c-11e6-bbd3-29c986c96e5a) | [SSH logins](#/dashboard/5517a150-f9ce-11e6-8115-a7c18106d86a) | [New users and groups](#/dashboard/0d3f2380-fa78-11e6-ae9b-81e5311e8cab)" + "markdown": "[Syslog](#/dashboard/Filebeat-syslog-dashboard-ecs) | [Sudo commands](#/dashboard/277876d0-fa2c-11e6-bbd3-29c986c96e5a-ecs) | [SSH logins](#/dashboard/5517a150-f9ce-11e6-8115-a7c18106d86a-ecs) | [New users and groups](#/dashboard/0d3f2380-fa78-11e6-ae9b-81e5311e8cab-ecs)" }, - "title": "Dashboards [Filebeat System]", + "title": "Dashboards [Filebeat System] ECS", "type": "markdown" } }, - "id": "327417e0-8462-11e7-bab8-bd2f0fb42c54", + "id": "327417e0-8462-11e7-bab8-bd2f0fb42c54-ecs", "type": "visualization", "version": 1 }, @@ -226,7 +226,7 @@ "panelsJSON": [ { "col": 1, - "id": "Syslog-events-by-hostname", + "id": "Syslog-events-by-hostname-ecs", "panelIndex": 1, "row": 2, "size_x": 8, @@ -235,7 +235,7 @@ }, { "col": 9, - "id": "Syslog-hostnames-and-processes", + "id": "Syslog-hostnames-and-processes-ecs", "panelIndex": 2, "row": 2, "size_x": 4, @@ -245,11 +245,11 @@ { "col": 1, "columns": [ - "system.syslog.hostname", - "system.syslog.program", - "system.syslog.message" + "host.hostname", + "process.name", + "message" ], - "id": "Syslog-system-logs", + "id": "Syslog-system-logs-ecs", "panelIndex": 3, "row": 6, "size_x": 12, @@ -262,7 +262,7 @@ }, { "col": 1, - "id": "327417e0-8462-11e7-bab8-bd2f0fb42c54", + "id": "327417e0-8462-11e7-bab8-bd2f0fb42c54-ecs", "panelIndex": 4, "row": 1, "size_x": 12, @@ -271,11 +271,11 @@ } ], "timeRestore": false, - "title": "[Filebeat System] Syslog dashboard", + "title": "[Filebeat System] Syslog dashboard ECS", "uiStateJSON": {}, "version": 1 }, - "id": "Filebeat-syslog-dashboard", + "id": "Filebeat-syslog-dashboard-ecs", "type": "dashboard", "version": 6 } diff --git a/filebeat/module/traefik/_meta/kibana/7/dashboard/Filebeat-traefik-overview.json b/filebeat/module/traefik/_meta/kibana/7/dashboard/Filebeat-traefik-overview.json index 72043222660..7edb0d63278 100644 --- a/filebeat/module/traefik/_meta/kibana/7/dashboard/Filebeat-traefik-overview.json +++ b/filebeat/module/traefik/_meta/kibana/7/dashboard/Filebeat-traefik-overview.json @@ -15,7 +15,7 @@ } } }, - "title": "Browsers breakdown [Filebeat Traefik]", + "title": "Browsers breakdown [Filebeat Traefik] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -31,7 +31,7 @@ "enabled": true, "id": "2", "params": { - "field": "traefik.access.user_agent.name", + "field": "user_agent.name", "order": "desc", "orderBy": "1", "size": 5 @@ -60,11 +60,11 @@ "legendPosition": "bottom", "shareYAxis": true }, - "title": "Traefik Access Browsers", + "title": "Traefik Access Browsers ECS", "type": "pie" } }, - "id": "Traefik-Access-Browsers", + "id": "Traefik-Access-Browsers-ecs", "type": "visualization", "version": 2 }, @@ -83,7 +83,7 @@ } } }, - "title": "Operating systems breakdown [Filebeat Traefik]", + "title": "Operating systems breakdown [Filebeat Traefik] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -99,7 +99,7 @@ "enabled": true, "id": "2", "params": { - "field": "traefik.access.user_agent.os_name", + "field": "user_agent.os.name", "order": "desc", "orderBy": "1", "size": 5 @@ -128,11 +128,11 @@ "legendPosition": "bottom", "shareYAxis": true }, - "title": "Traefik Access OSes", + "title": "Traefik Access OSes ECS", "type": "pie" } }, - "id": "Traefik-Access-OSes", + "id": "Traefik-Access-OSes-ecs", "type": "visualization", "version": 2 }, @@ -144,8 +144,8 @@ "filter": [] } }, - "savedSearchId": "Filebeat-Traefik-module", - "title": "Response codes over time [Filebeat Traefik]", + "savedSearchId": "Filebeat-Traefik-module-ecs", + "title": "Response codes over time [Filebeat Traefik] ECS", "uiStateJSON": { "vis": { "colors": { @@ -181,7 +181,7 @@ "enabled": true, "id": "3", "params": { - "field": "traefik.access.response_code", + "field": "http.response.status_code", "order": "desc", "orderBy": "1", "size": 5 @@ -204,11 +204,11 @@ "times": [], "yAxis": {} }, - "title": "New Visualization", + "title": "New Visualization ECS", "type": "histogram" } }, - "id": "New-Visualization", + "id": "New-Visualization-ecs", "type": "visualization", "version": 2 }, @@ -227,7 +227,7 @@ } } }, - "title": "Response codes by top URLs [Filebeat Traefik]", + "title": "Response codes by top URLs [Filebeat Traefik] ECS", "uiStateJSON": { "vis": { "colors": { @@ -250,7 +250,7 @@ "enabled": true, "id": "2", "params": { - "field": "traefik.access.url", + "field": "url.original", "order": "desc", "orderBy": "1", "row": false, @@ -263,7 +263,7 @@ "enabled": true, "id": "3", "params": { - "field": "traefik.access.response_code", + "field": "http.response.status_code", "order": "desc", "orderBy": "1", "size": 5 @@ -280,11 +280,11 @@ "legendPosition": "right", "shareYAxis": true }, - "title": "Traefik Access Response codes by top URLs", + "title": "Traefik Access Response codes by top URLs ECS", "type": "pie" } }, - "id": "Traefik-Access-Response-codes-by-top-URLs", + "id": "Traefik-Access-Response-codes-by-top-URLs-ecs", "type": "visualization", "version": 2 }, @@ -316,7 +316,7 @@ } } }, - "title": "Sent Byte Size [Filebeat Traefik]", + "title": "Sent Byte Size [Filebeat Traefik] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -326,7 +326,7 @@ "id": "1", "params": { "customLabel": "Data sent", - "field": "traefik.access.body_sent.bytes" + "field": "http.response.body.bytes" }, "schema": "metric", "type": "sum" @@ -370,11 +370,11 @@ "times": [], "yAxis": {} }, - "title": "Sent sizes", + "title": "Sent sizes ECS", "type": "line" } }, - "id": "Sent-sizes", + "id": "Sent-sizes-ecs", "type": "visualization", "version": 2 }, @@ -386,8 +386,8 @@ "filter": [] } }, - "savedSearchId": "Filebeat-Traefik-module", - "title": "Access Map [Filebeat Traefik]", + "savedSearchId": "Filebeat-Traefik-module-ecs", + "title": "Access Map [Filebeat Traefik] ECS", "uiStateJSON": { "mapCenter": [ 12.039320557540572, @@ -409,7 +409,7 @@ "id": "2", "params": { "autoPrecision": true, - "field": "traefik.access.geoip.location" + "field": "source.geo.location" }, "schema": "segment", "type": "geohash_grid" @@ -444,11 +444,11 @@ "url": "https://basemap.nationalmap.gov/arcgis/services/USGSTopo/MapServer/WMSServer" } }, - "title": "Traefik Access Map", + "title": "Traefik Access Map ECS", "type": "tile_map" } }, - "id": "Traefik-Access-Map", + "id": "Traefik-Access-Map-ecs", "type": "visualization", "version": 2 }, @@ -488,10 +488,10 @@ "@timestamp", "desc" ], - "title": "Traefik logs [Filebeat Traefik]", + "title": "Traefik logs [Filebeat Traefik] ECS", "version": 1 }, - "id": "Filebeat-Traefik-module", + "id": "Filebeat-Traefik-module-ecs", "type": "search", "version": 2 }, @@ -519,7 +519,7 @@ "panelsJSON": [ { "col": 1, - "id": "Traefik-Access-Browsers", + "id": "Traefik-Access-Browsers-ecs", "panelIndex": 3, "row": 10, "size_x": 4, @@ -528,7 +528,7 @@ }, { "col": 5, - "id": "Traefik-Access-OSes", + "id": "Traefik-Access-OSes-ecs", "panelIndex": 4, "row": 10, "size_x": 4, @@ -537,7 +537,7 @@ }, { "col": 1, - "id": "New-Visualization", + "id": "New-Visualization-ecs", "panelIndex": 5, "row": 4, "size_x": 12, @@ -546,7 +546,7 @@ }, { "col": 1, - "id": "Traefik-Access-Response-codes-by-top-URLs", + "id": "Traefik-Access-Response-codes-by-top-URLs-ecs", "panelIndex": 6, "row": 7, "size_x": 12, @@ -555,7 +555,7 @@ }, { "col": 9, - "id": "Sent-sizes", + "id": "Sent-sizes-ecs", "panelIndex": 7, "row": 10, "size_x": 4, @@ -564,7 +564,7 @@ }, { "col": 1, - "id": "Traefik-Access-Map", + "id": "Traefik-Access-Map-ecs", "panelIndex": 8, "row": 1, "size_x": 12, @@ -573,7 +573,7 @@ } ], "timeRestore": false, - "title": "[Filebeat Traefik] Access logs", + "title": "[Filebeat Traefik] Access logs ECS", "uiStateJSON": { "P-4": { "vis": { @@ -589,7 +589,7 @@ }, "version": 1 }, - "id": "Filebeat-Traefik-Dashboard", + "id": "Filebeat-Traefik-Dashboard-ecs", "type": "dashboard", "version": 3 } diff --git a/filebeat/module/traefik/_meta/kibana/7/dashboard/ml-traefik-access-remote-ip-count-explorer.json b/filebeat/module/traefik/_meta/kibana/7/dashboard/ml-traefik-access-remote-ip-count-explorer.json index 89ab54f3918..51cbb1a2312 100644 --- a/filebeat/module/traefik/_meta/kibana/7/dashboard/ml-traefik-access-remote-ip-count-explorer.json +++ b/filebeat/module/traefik/_meta/kibana/7/dashboard/ml-traefik-access-remote-ip-count-explorer.json @@ -6,8 +6,8 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "savedSearchId": "ML-Filebeat-Traefik-Access", - "title": "Remote IP Timechart [Filebeat Traefik] [ML]", + "savedSearchId": "ML-Filebeat-Traefik-Access-ecs", + "title": "Remote IP Timechart [Filebeat Traefik] [ML] ECS", "uiStateJSON": { "vis": { "legendOpen": false @@ -40,7 +40,7 @@ "enabled": true, "id": "3", "params": { - "field": "traefik.access.remote_ip", + "field": "source.address", "order": "desc", "orderBy": "1", "size": 5 @@ -125,11 +125,11 @@ } ] }, - "title": "ML Traefik Access Remote IP Timechart", + "title": "ML Traefik Access Remote IP Timechart ECS", "type": "area" } }, - "id": "ML-Traefik-Access-Remote-IP-Timechart", + "id": "ML-Traefik-Access-Remote-IP-Timechart-ecs", "type": "visualization", "version": 2 }, @@ -141,8 +141,8 @@ "filter": [] } }, - "savedSearchId": "ML-Filebeat-Traefik-Access", - "title": "Response Code Timechart [Filebeat Traefik] [ML]", + "savedSearchId": "ML-Filebeat-Traefik-Access-ecs", + "title": "Response Code Timechart [Filebeat Traefik] [ML] ECS", "uiStateJSON": { "vis": { "colors": { @@ -178,7 +178,7 @@ "enabled": true, "id": "3", "params": { - "field": "traefik.access.response_code", + "field": "http.response.status_code", "order": "desc", "orderBy": "1", "size": 5 @@ -201,11 +201,11 @@ "times": [], "yAxis": {} }, - "title": "ML Traefik Access Response Code Timechart", + "title": "ML Traefik Access Response Code Timechart ECS", "type": "histogram" } }, - "id": "ML-Traefik-Access-Response-Code-Timechart", + "id": "ML-Traefik-Access-Response-Code-Timechart-ecs", "type": "visualization", "version": 3 }, @@ -215,8 +215,8 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "savedSearchId": "ML-Filebeat-Traefik-Access", - "title": "Top Remote IPs [Filebeat Traefik] [ML]", + "savedSearchId": "ML-Filebeat-Traefik-Access-ecs", + "title": "Top Remote IPs [Filebeat Traefik] [ML] ECS", "uiStateJSON": { "vis": { "params": { @@ -241,7 +241,7 @@ "enabled": true, "id": "2", "params": { - "field": "traefik.access.remote_ip", + "field": "source.address", "order": "desc", "orderBy": "1", "size": 5 @@ -262,11 +262,11 @@ }, "totalFunc": "sum" }, - "title": "ML Traefik Access Top Remote IPs Table", + "title": "ML Traefik Access Top Remote IPs Table ECS", "type": "table" } }, - "id": "ML-Traefik-Access-Top-Remote-IPs-Table", + "id": "ML-Traefik-Access-Top-Remote-IPs-Table-ecs", "type": "visualization", "version": 3 }, @@ -278,8 +278,8 @@ "filter": [] } }, - "savedSearchId": "ML-Filebeat-Traefik-Access", - "title": "Access Map [Filebeat Traefik] [ML]", + "savedSearchId": "ML-Filebeat-Traefik-Access-ecs", + "title": "Access Map [Filebeat Traefik] [ML] ECS", "uiStateJSON": { "mapCenter": [ 12.039320557540572, @@ -301,7 +301,7 @@ "id": "2", "params": { "autoPrecision": true, - "field": "traefik.access.geoip.location" + "field": "source.geo.location" }, "schema": "segment", "type": "geohash_grid" @@ -336,11 +336,11 @@ "url": "https://basemap.nationalmap.gov/arcgis/services/USGSTopo/MapServer/WMSServer" } }, - "title": "ML Traefik Access Map", + "title": "ML Traefik Access Map ECS", "type": "tile_map" } }, - "id": "ML-Traefik-Access-Map", + "id": "ML-Traefik-Access-Map-ecs", "type": "visualization", "version": 3 }, @@ -350,8 +350,8 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "savedSearchId": "ML-Filebeat-Traefik-Access", - "title": "Top URLs [Filebeat Traefik] [ML]", + "savedSearchId": "ML-Filebeat-Traefik-Access-ecs", + "title": "Top URLs [Filebeat Traefik] [ML] ECS", "uiStateJSON": { "vis": { "params": { @@ -376,7 +376,7 @@ "enabled": true, "id": "2", "params": { - "field": "traefik.access.url", + "field": "url.original", "order": "desc", "orderBy": "1", "size": 1000 @@ -397,11 +397,11 @@ }, "totalFunc": "sum" }, - "title": "ML Traefik Access Top URLs Table", + "title": "ML Traefik Access Top URLs Table ECS", "type": "table" } }, - "id": "ML-Traefik-Access-Top-URLs-Table", + "id": "ML-Traefik-Access-Top-URLs-Table-ecs", "type": "visualization", "version": 3 }, @@ -441,10 +441,10 @@ "@timestamp", "desc" ], - "title": "ML Access Data [Filebeat Traefik]", + "title": "ML Access Data [Filebeat Traefik] ECS", "version": 1 }, - "id": "ML-Filebeat-Traefik-Access", + "id": "ML-Filebeat-Traefik-Access-ecs", "type": "search", "version": 3 }, @@ -474,7 +474,7 @@ "panelsJSON": [ { "col": 1, - "id": "ML-Traefik-Access-Remote-IP-Timechart", + "id": "ML-Traefik-Access-Remote-IP-Timechart-ecs", "panelIndex": 1, "row": 1, "size_x": 6, @@ -483,7 +483,7 @@ }, { "col": 7, - "id": "ML-Traefik-Access-Response-Code-Timechart", + "id": "ML-Traefik-Access-Response-Code-Timechart-ecs", "panelIndex": 2, "row": 1, "size_x": 6, @@ -492,7 +492,7 @@ }, { "col": 1, - "id": "ML-Traefik-Access-Top-Remote-IPs-Table", + "id": "ML-Traefik-Access-Top-Remote-IPs-Table-ecs", "panelIndex": 3, "row": 4, "size_x": 6, @@ -501,7 +501,7 @@ }, { "col": 7, - "id": "ML-Traefik-Access-Map", + "id": "ML-Traefik-Access-Map-ecs", "panelIndex": 4, "row": 4, "size_x": 6, @@ -510,7 +510,7 @@ }, { "col": 1, - "id": "ML-Traefik-Access-Top-URLs-Table", + "id": "ML-Traefik-Access-Top-URLs-Table-ecs", "panelIndex": 5, "row": 7, "size_x": 12, @@ -519,7 +519,7 @@ } ], "timeRestore": false, - "title": "[Filebeat Traefik] [ML] Remote IP Count Explorer", + "title": "[Filebeat Traefik] [ML] Remote IP Count Explorer ECS", "uiStateJSON": { "P-3": { "vis": { @@ -544,7 +544,7 @@ }, "version": 1 }, - "id": "ML-Traefik-Access-Remote-IP-Count-Explorer", + "id": "ML-Traefik-Access-Remote-IP-Count-Explorer-ecs", "type": "dashboard", "version": 3 } diff --git a/filebeat/module/traefik/_meta/kibana/7/dashboard/ml-traefik-remote-ip-url-explorer.json b/filebeat/module/traefik/_meta/kibana/7/dashboard/ml-traefik-remote-ip-url-explorer.json index b09a006d89d..d406a5c90f1 100644 --- a/filebeat/module/traefik/_meta/kibana/7/dashboard/ml-traefik-remote-ip-url-explorer.json +++ b/filebeat/module/traefik/_meta/kibana/7/dashboard/ml-traefik-remote-ip-url-explorer.json @@ -6,8 +6,8 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "savedSearchId": "ML-Filebeat-Traefik-Access", - "title": "Unique Count URL Timechart [Filebeat Traefik] [ML]", + "savedSearchId": "ML-Filebeat-Traefik-Access-ecs", + "title": "Unique Count URL Timechart [Filebeat Traefik] [ML] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -16,7 +16,7 @@ "enabled": true, "id": "1", "params": { - "field": "traefik.access.url" + "field": "url.original" }, "schema": "metric", "type": "cardinality" @@ -114,11 +114,11 @@ } ] }, - "title": "ML Traefik Access Unique Count URL Timechart", + "title": "ML Traefik Access Unique Count URL Timechart ECS", "type": "line" } }, - "id": "ML-Traefik-Access-Unique-Count-URL-Timechart", + "id": "ML-Traefik-Access-Unique-Count-URL-Timechart-ecs", "type": "visualization", "version": 2 }, @@ -130,8 +130,8 @@ "filter": [] } }, - "savedSearchId": "ML-Filebeat-Traefik-Access", - "title": "Response Code Timechart [Filebeat Traefik] [ML]", + "savedSearchId": "ML-Filebeat-Traefik-Access-ecs", + "title": "Response Code Timechart [Filebeat Traefik] [ML] ECS", "uiStateJSON": { "vis": { "colors": { @@ -167,7 +167,7 @@ "enabled": true, "id": "3", "params": { - "field": "traefik.access.response_code", + "field": "http.response.status_code", "order": "desc", "orderBy": "1", "size": 5 @@ -190,11 +190,11 @@ "times": [], "yAxis": {} }, - "title": "ML Traefik Access Response Code Timechart", + "title": "ML Traefik Access Response Code Timechart ECS", "type": "histogram" } }, - "id": "ML-Traefik-Access-Response-Code-Timechart", + "id": "ML-Traefik-Access-Response-Code-Timechart-ecs", "type": "visualization", "version": 3 }, @@ -204,8 +204,8 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "savedSearchId": "ML-Filebeat-Traefik-Access", - "title": "Top Remote IPs [Filebeat Traefik] [ML]", + "savedSearchId": "ML-Filebeat-Traefik-Access-ecs", + "title": "Top Remote IPs [Filebeat Traefik] [ML] ECS", "uiStateJSON": { "vis": { "params": { @@ -230,7 +230,7 @@ "enabled": true, "id": "2", "params": { - "field": "traefik.access.remote_ip", + "field": "source.address", "order": "desc", "orderBy": "1", "size": 5 @@ -251,11 +251,11 @@ }, "totalFunc": "sum" }, - "title": "ML Traefik Access Top Remote IPs Table", + "title": "ML Traefik Access Top Remote IPs Table ECS", "type": "table" } }, - "id": "ML-Traefik-Access-Top-Remote-IPs-Table", + "id": "ML-Traefik-Access-Top-Remote-IPs-Table-ecs", "type": "visualization", "version": 3 }, @@ -267,8 +267,8 @@ "filter": [] } }, - "savedSearchId": "ML-Filebeat-Traefik-Access", - "title": "Access Map [Filebeat Traefik] [ML]", + "savedSearchId": "ML-Filebeat-Traefik-Access-ecs", + "title": "Access Map [Filebeat Traefik] [ML] ECS", "uiStateJSON": { "mapCenter": [ 12.039320557540572, @@ -290,7 +290,7 @@ "id": "2", "params": { "autoPrecision": true, - "field": "traefik.access.geoip.location" + "field": "source.geo.location" }, "schema": "segment", "type": "geohash_grid" @@ -325,11 +325,11 @@ "url": "https://basemap.nationalmap.gov/arcgis/services/USGSTopo/MapServer/WMSServer" } }, - "title": "ML Traefik Access Map", + "title": "ML Traefik Access Map ECS", "type": "tile_map" } }, - "id": "ML-Traefik-Access-Map", + "id": "ML-Traefik-Access-Map-ecs", "type": "visualization", "version": 3 }, @@ -339,8 +339,8 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "savedSearchId": "ML-Filebeat-Traefik-Access", - "title": "Top URLs [Filebeat Traefik] [ML]", + "savedSearchId": "ML-Filebeat-Traefik-Access-ecs", + "title": "Top URLs [Filebeat Traefik] [ML] ECS", "uiStateJSON": { "vis": { "params": { @@ -365,7 +365,7 @@ "enabled": true, "id": "2", "params": { - "field": "traefik.access.url", + "field": "url.original", "order": "desc", "orderBy": "1", "size": 1000 @@ -386,11 +386,11 @@ }, "totalFunc": "sum" }, - "title": "ML Traefik Access Top URLs Table", + "title": "ML Traefik Access Top URLs Table ECS", "type": "table" } }, - "id": "ML-Traefik-Access-Top-URLs-Table", + "id": "ML-Traefik-Access-Top-URLs-Table-ecs", "type": "visualization", "version": 3 }, @@ -430,10 +430,10 @@ "@timestamp", "desc" ], - "title": "ML Access Data [Filebeat Traefik]", + "title": "ML Access Data [Filebeat Traefik] ECS", "version": 1 }, - "id": "ML-Filebeat-Traefik-Access", + "id": "ML-Filebeat-Traefik-Access-ecs", "type": "search", "version": 3 }, @@ -463,7 +463,7 @@ "panelsJSON": [ { "col": 1, - "id": "ML-Traefik-Access-Unique-Count-URL-Timechart", + "id": "ML-Traefik-Access-Unique-Count-URL-Timechart-ecs", "panelIndex": 1, "row": 1, "size_x": 6, @@ -472,7 +472,7 @@ }, { "col": 7, - "id": "ML-Traefik-Access-Response-Code-Timechart", + "id": "ML-Traefik-Access-Response-Code-Timechart-ecs", "panelIndex": 2, "row": 1, "size_x": 6, @@ -481,7 +481,7 @@ }, { "col": 1, - "id": "ML-Traefik-Access-Top-Remote-IPs-Table", + "id": "ML-Traefik-Access-Top-Remote-IPs-Table-ecs", "panelIndex": 3, "row": 4, "size_x": 6, @@ -490,7 +490,7 @@ }, { "col": 7, - "id": "ML-Traefik-Access-Map", + "id": "ML-Traefik-Access-Map-ecs", "panelIndex": 4, "row": 4, "size_x": 6, @@ -499,7 +499,7 @@ }, { "col": 1, - "id": "ML-Traefik-Access-Top-URLs-Table", + "id": "ML-Traefik-Access-Top-URLs-Table-ecs", "panelIndex": 5, "row": 7, "size_x": 12, @@ -508,7 +508,7 @@ } ], "timeRestore": false, - "title": "[Filebeat Traefik] [ML] Remote IP URL Explorer", + "title": "[Filebeat Traefik] [ML] Remote IP URL Explorer ECS", "uiStateJSON": { "P-2": { "vis": { @@ -543,7 +543,7 @@ }, "version": 1 }, - "id": "ML-Traefik-Remote-IP-URL-Explorer", + "id": "ML-Traefik-Remote-IP-URL-Explorer-ecs", "type": "dashboard", "version": 4 } diff --git a/journalbeat/_meta/kibana/7/dashboard/Journalbeat-overview.json b/journalbeat/_meta/kibana/7/dashboard/Journalbeat-overview.json index e25338f9b98..86a18d6ccbe 100644 --- a/journalbeat/_meta/kibana/7/dashboard/Journalbeat-overview.json +++ b/journalbeat/_meta/kibana/7/dashboard/Journalbeat-overview.json @@ -59,26 +59,26 @@ } ], "timeRestore": false, - "title": "[Journalbeat] Overview", + "title": "[Journalbeat] Overview ECS", "version": 1 }, - "id": "effdfcd0-2877-11e9-bc7e-af96a8fe0ddd", + "id": "effdfcd0-2877-11e9-bc7e-af96a8fe0ddd-ecs", "migrationVersion": { "dashboard": "7.0.0" }, "references": [ { - "id": "25251fc0-2877-11e9-bc7e-af96a8fe0ddd", + "id": "25251fc0-2877-11e9-bc7e-af96a8fe0ddd-ecs", "name": "panel_0", "type": "search" }, { - "id": "52a2a1c0-2877-11e9-bc7e-af96a8fe0ddd", + "id": "52a2a1c0-2877-11e9-bc7e-af96a8fe0ddd-ecs", "name": "panel_1", "type": "search" }, { - "id": "842a1340-2877-11e9-bc7e-af96a8fe0ddd", + "id": "842a1340-2877-11e9-bc7e-af96a8fe0ddd-ecs", "name": "panel_2", "type": "search" } @@ -113,10 +113,10 @@ "@timestamp", "desc" ], - "title": "[Journalbeat] Kernel errors", + "title": "[Journalbeat] Kernel errors ECS", "version": 1 }, - "id": "25251fc0-2877-11e9-bc7e-af96a8fe0ddd", + "id": "25251fc0-2877-11e9-bc7e-af96a8fe0ddd-ecs", "migrationVersion": { "search": "7.0.0" }, @@ -157,10 +157,10 @@ "@timestamp", "desc" ], - "title": "[Journalbeat] Authorization", + "title": "[Journalbeat] Authorization ECS", "version": 1 }, - "id": "52a2a1c0-2877-11e9-bc7e-af96a8fe0ddd", + "id": "52a2a1c0-2877-11e9-bc7e-af96a8fe0ddd-ecs", "migrationVersion": { "search": "7.0.0" }, @@ -200,10 +200,10 @@ "@timestamp", "desc" ], - "title": "[Journalbeat] Systemd messages", + "title": "[Journalbeat] Systemd messages ECS", "version": 1 }, - "id": "842a1340-2877-11e9-bc7e-af96a8fe0ddd", + "id": "842a1340-2877-11e9-bc7e-af96a8fe0ddd-ecs", "migrationVersion": { "search": "7.0.0" }, diff --git a/metricbeat/module/apache/_meta/kibana/7/dashboard/Metricbeat-apache-overview.json b/metricbeat/module/apache/_meta/kibana/7/dashboard/Metricbeat-apache-overview.json index c8eecb62d93..05fd491afe0 100644 --- a/metricbeat/module/apache/_meta/kibana/7/dashboard/Metricbeat-apache-overview.json +++ b/metricbeat/module/apache/_meta/kibana/7/dashboard/Metricbeat-apache-overview.json @@ -8,8 +8,8 @@ "filter": [] } }, - "savedSearchId": "Apache-HTTPD", - "title": "CPU usage [Metricbeat Apache]", + "savedSearchId": "Apache-HTTPD-ecs", + "title": "CPU usage [Metricbeat Apache] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -101,11 +101,11 @@ "times": [], "yAxis": {} }, - "title": "Apache HTTPD - CPU", + "title": "Apache HTTPD - CPU ECS", "type": "line" } }, - "id": "Apache-HTTPD-CPU", + "id": "Apache-HTTPD-CPU-ecs", "type": "visualization", "version": 2 }, @@ -117,8 +117,8 @@ "filter": [] } }, - "savedSearchId": "Apache-HTTPD", - "title": "Hostname list [Metricbeat Apache]", + "savedSearchId": "Apache-HTTPD-ecs", + "title": "Hostname list [Metricbeat Apache] ECS", "uiStateJSON": { "vis": { "params": { @@ -163,11 +163,11 @@ "direction": null } }, - "title": "Apache HTTPD - Hostname list", + "title": "Apache HTTPD - Hostname list ECS", "type": "table" } }, - "id": "Apache-HTTPD-Hostname-list", + "id": "Apache-HTTPD-Hostname-list-ecs", "type": "visualization", "version": 2 }, @@ -179,8 +179,8 @@ "filter": [] } }, - "savedSearchId": "Apache-HTTPD", - "title": "Load1/5/15 [Metricbeat Apache]", + "savedSearchId": "Apache-HTTPD-ecs", + "title": "Load1/5/15 [Metricbeat Apache] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -255,11 +255,11 @@ "times": [], "yAxis": {} }, - "title": "Apache HTTPD - Load1/5/15", + "title": "Apache HTTPD - Load1/5/15 ECS", "type": "line" } }, - "id": "Apache-HTTPD-Load1-slash-5-slash-15", + "id": "Apache-HTTPD-Load1-slash-5-slash-15-ecs", "type": "visualization", "version": 2 }, @@ -271,8 +271,8 @@ "filter": [] } }, - "savedSearchId": "Apache-HTTPD", - "title": "Scoreboard [Metricbeat Apache]", + "savedSearchId": "Apache-HTTPD-ecs", + "title": "Scoreboard [Metricbeat Apache] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -428,11 +428,11 @@ "times": [], "yAxis": {} }, - "title": "Apache HTTPD - Scoreboard", + "title": "Apache HTTPD - Scoreboard ECS", "type": "line" } }, - "id": "Apache-HTTPD-Scoreboard", + "id": "Apache-HTTPD-Scoreboard-ecs", "type": "visualization", "version": 2 }, @@ -444,8 +444,8 @@ "filter": [] } }, - "savedSearchId": "Apache-HTTPD", - "title": "Total accesses and kbytes [Metricbeat Apache]", + "savedSearchId": "Apache-HTTPD-ecs", + "title": "Total accesses and kbytes [Metricbeat Apache] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -474,11 +474,11 @@ "fontSize": 60, "handleNoResults": true }, - "title": "Apache HTTPD - Total accesses and kbytes", + "title": "Apache HTTPD - Total accesses and kbytes ECS", "type": "metric" } }, - "id": "Apache-HTTPD-Total-accesses-and-kbytes", + "id": "Apache-HTTPD-Total-accesses-and-kbytes-ecs", "type": "visualization", "version": 2 }, @@ -490,8 +490,8 @@ "filter": [] } }, - "savedSearchId": "Apache-HTTPD", - "title": "Uptime [Metricbeat Apache]", + "savedSearchId": "Apache-HTTPD-ecs", + "title": "Uptime [Metricbeat Apache] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -520,11 +520,11 @@ "fontSize": 60, "handleNoResults": true }, - "title": "Apache HTTPD - Uptime", + "title": "Apache HTTPD - Uptime ECS", "type": "metric" } }, - "id": "Apache-HTTPD-Uptime", + "id": "Apache-HTTPD-Uptime-ecs", "type": "visualization", "version": 2 }, @@ -536,8 +536,8 @@ "filter": [] } }, - "savedSearchId": "Apache-HTTPD", - "title": "Workers [Metricbeat Apache]", + "savedSearchId": "Apache-HTTPD-ecs", + "title": "Workers [Metricbeat Apache] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -603,11 +603,11 @@ "times": [], "yAxis": {} }, - "title": "Apache HTTPD - Workers", + "title": "Apache HTTPD - Workers ECS", "type": "line" } }, - "id": "Apache-HTTPD-Workers", + "id": "Apache-HTTPD-Workers-ecs", "type": "visualization", "version": 2 }, @@ -638,7 +638,7 @@ "query": { "query_string": { "analyze_wildcard": true, - "query": "metricset.module: apache" + "query": "event.module: apache" } } } @@ -647,10 +647,10 @@ "@timestamp", "desc" ], - "title": "Apache HTTPD", + "title": "Apache HTTPD ECS", "version": 1 }, - "id": "Apache-HTTPD", + "id": "Apache-HTTPD-ecs", "type": "search", "version": 1 }, @@ -680,7 +680,7 @@ "panelsJSON": [ { "col": 7, - "id": "Apache-HTTPD-CPU", + "id": "Apache-HTTPD-CPU-ecs", "panelIndex": 1, "row": 10, "size_x": 6, @@ -689,7 +689,7 @@ }, { "col": 1, - "id": "Apache-HTTPD-Hostname-list", + "id": "Apache-HTTPD-Hostname-list-ecs", "panelIndex": 2, "row": 1, "size_x": 3, @@ -698,7 +698,7 @@ }, { "col": 1, - "id": "Apache-HTTPD-Load1-slash-5-slash-15", + "id": "Apache-HTTPD-Load1-slash-5-slash-15-ecs", "panelIndex": 3, "row": 10, "size_x": 6, @@ -707,7 +707,7 @@ }, { "col": 1, - "id": "Apache-HTTPD-Scoreboard", + "id": "Apache-HTTPD-Scoreboard-ecs", "panelIndex": 4, "row": 7, "size_x": 12, @@ -716,7 +716,7 @@ }, { "col": 7, - "id": "Apache-HTTPD-Total-accesses-and-kbytes", + "id": "Apache-HTTPD-Total-accesses-and-kbytes-ecs", "panelIndex": 5, "row": 1, "size_x": 6, @@ -725,7 +725,7 @@ }, { "col": 4, - "id": "Apache-HTTPD-Uptime", + "id": "Apache-HTTPD-Uptime-ecs", "panelIndex": 6, "row": 1, "size_x": 3, @@ -734,7 +734,7 @@ }, { "col": 1, - "id": "Apache-HTTPD-Workers", + "id": "Apache-HTTPD-Workers-ecs", "panelIndex": 7, "row": 4, "size_x": 12, @@ -743,7 +743,7 @@ } ], "timeRestore": false, - "title": "[Metricbeat Apache] Overview", + "title": "[Metricbeat Apache] Overview ECS", "uiStateJSON": { "P-2": { "vis": { @@ -772,7 +772,7 @@ }, "version": 1 }, - "id": "Metricbeat-Apache-HTTPD-server-status", + "id": "Metricbeat-Apache-HTTPD-server-status-ecs", "type": "dashboard", "version": 3 } diff --git a/metricbeat/module/docker/_meta/kibana/7/dashboard/Metricbeat-docker-overview.json b/metricbeat/module/docker/_meta/kibana/7/dashboard/Metricbeat-docker-overview.json index 81eddab3422..1d8faa43ed7 100644 --- a/metricbeat/module/docker/_meta/kibana/7/dashboard/Metricbeat-docker-overview.json +++ b/metricbeat/module/docker/_meta/kibana/7/dashboard/Metricbeat-docker-overview.json @@ -8,8 +8,8 @@ "filter": [] } }, - "savedSearchId": "Metricbeat-Docker", - "title": "Docker containers [Metricbeat Docker]", + "savedSearchId": "Metricbeat-Docker-ecs", + "title": "Docker containers [Metricbeat Docker] ECS", "uiStateJSON": { "vis": { "params": { @@ -28,7 +28,7 @@ "id": "2", "params": { "customLabel": "Name", - "field": "docker.container.name", + "field": "container.name", "order": "desc", "orderBy": "1", "size": 5 @@ -81,7 +81,7 @@ "id": "1", "params": { "customLabel": "Number of Containers", - "field": "docker.container.id" + "field": "container.id" }, "schema": "metric", "type": "cardinality" @@ -99,12 +99,12 @@ }, "totalFunc": "sum" }, - "title": "Docker containers [Metricbeat Docker]", + "title": "Docker containers [Metricbeat Docker] ECS", "type": "table" } }, "col": 1, - "id": "Docker-containers", + "id": "Docker-containers-ecs", "panelIndex": 1, "row": 1, "size_x": 7, @@ -120,8 +120,8 @@ "filter": [] } }, - "savedSearchId": "Metricbeat-Docker", - "title": "Number of Containers [Metricbeat Docker]", + "savedSearchId": "Metricbeat-Docker-ecs", + "title": "Number of Containers [Metricbeat Docker] ECS", "uiStateJSON": { "vis": { "defaultColors": { @@ -207,12 +207,12 @@ "handleNoResults": true, "type": "gauge" }, - "title": "Number of Containers [Metricbeat Docker]", + "title": "Number of Containers [Metricbeat Docker] ECS", "type": "metric" } }, "col": 8, - "id": "Docker-Number-of-Containers", + "id": "Docker-Number-of-Containers-ecs", "panelIndex": 2, "row": 1, "size_x": 5, @@ -228,8 +228,8 @@ "filter": [] } }, - "savedSearchId": "Metricbeat-Docker", - "title": "Docker containers per host [Metricbeat Docker]", + "savedSearchId": "Metricbeat-Docker-ecs", + "title": "Docker containers per host [Metricbeat Docker] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -239,7 +239,7 @@ "id": "1", "params": { "customLabel": "Number of containers", - "field": "docker.container.id" + "field": "container.id" }, "schema": "metric", "type": "cardinality" @@ -249,7 +249,7 @@ "id": "2", "params": { "customLabel": "Hosts", - "field": "beat.hostname", + "field": "agent.hostname", "order": "desc", "orderBy": "1", "size": 5 @@ -266,12 +266,12 @@ "legendPosition": "bottom", "shareYAxis": true }, - "title": "Docker containers per host [Metricbeat Docker]", + "title": "Docker containers per host [Metricbeat Docker] ECS", "type": "pie" } }, "col": 8, - "id": "Docker-containers-per-host", + "id": "Docker-containers-per-host-ecs", "panelIndex": 3, "row": 3, "size_x": 2, @@ -287,8 +287,8 @@ "filter": [] } }, - "savedSearchId": "Metricbeat-Docker", - "title": "Docker images and names [Metricbeat Docker]", + "savedSearchId": "Metricbeat-Docker-ecs", + "title": "Docker images and names [Metricbeat Docker] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -304,7 +304,7 @@ "enabled": true, "id": "2", "params": { - "field": "docker.container.image", + "field": "container.image.name", "order": "desc", "orderBy": "1", "size": 5 @@ -316,7 +316,7 @@ "enabled": true, "id": "3", "params": { - "field": "docker.container.name", + "field": "container.name", "order": "desc", "orderBy": "1", "size": 5 @@ -333,12 +333,12 @@ "legendPosition": "bottom", "shareYAxis": true }, - "title": "Docker images and names [Metricbeat Docker]", + "title": "Docker images and names [Metricbeat Docker] ECS", "type": "pie" } }, "col": 10, - "id": "Docker-images-and-names", + "id": "Docker-images-and-names-ecs", "panelIndex": 7, "row": 3, "size_x": 3, @@ -369,12 +369,12 @@ "query": { "query_string": { "analyze_wildcard": true, - "query": "metricset.module:docker AND metricset.name:cpu" + "query": "event.module:docker AND metricset.name:cpu" } } } }, - "title": "CPU usage [Metricbeat Docker]", + "title": "CPU usage [Metricbeat Docker] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -410,7 +410,7 @@ "id": "3", "params": { "customLabel": "Container name", - "field": "docker.container.name", + "field": "container.name", "order": "desc", "orderBy": "1.75", "size": 5 @@ -496,12 +496,12 @@ ], "yAxis": {} }, - "title": "CPU usage [Metricbeat Docker]", + "title": "CPU usage [Metricbeat Docker] ECS", "type": "area" } }, "col": 1, - "id": "Docker-CPU-usage", + "id": "Docker-CPU-usage-ecs", "panelIndex": 4, "row": 6, "size_x": 6, @@ -532,12 +532,12 @@ "query": { "query_string": { "analyze_wildcard": true, - "query": "metricset.module:docker AND metricset.name:memory" + "query": "event.module:docker AND metricset.name:memory" } } } }, - "title": "Memory usage [Metricbeat Docker]", + "title": "Memory usage [Metricbeat Docker] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -570,7 +570,7 @@ "id": "3", "params": { "customLabel": "Container name", - "field": "docker.container.name", + "field": "container.name", "order": "desc", "orderBy": "1", "size": 5 @@ -656,12 +656,12 @@ ], "yAxis": {} }, - "title": "Memory usage [Metricbeat Docker]", + "title": "Memory usage [Metricbeat Docker] ECS", "type": "area" } }, "col": 7, - "id": "Docker-memory-usage", + "id": "Docker-memory-usage-ecs", "panelIndex": 5, "row": 6, "size_x": 6, @@ -692,12 +692,12 @@ "query": { "query_string": { "analyze_wildcard": true, - "query": "metricset.module:docker AND metricset.name:network" + "query": "event.module:docker AND metricset.name:network" } } } }, - "title": "Network IO [Metricbeat Docker]", + "title": "Network IO [Metricbeat Docker] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -730,7 +730,7 @@ "id": "3", "params": { "customLabel": "Container name", - "field": "docker.container.name", + "field": "container.name", "order": "desc", "orderBy": "1", "size": 5 @@ -826,12 +826,12 @@ ], "yAxis": {} }, - "title": "Network IO [Metricbeat Docker]", + "title": "Network IO [Metricbeat Docker] ECS", "type": "area" } }, "col": 1, - "id": "Docker-Network-IO", + "id": "Docker-Network-IO-ecs", "panelIndex": 6, "row": 9, "size_x": 12, @@ -866,7 +866,7 @@ "query": { "query_string": { "analyze_wildcard": true, - "query": "metricset.module:docker" + "query": "event.module:docker" } } } @@ -875,10 +875,10 @@ "@timestamp", "desc" ], - "title": "Metricbeat Docker", + "title": "Metricbeat Docker ECS", "version": 1 }, - "id": "Metricbeat-Docker", + "id": "Metricbeat-Docker-ecs", "type": "search", "version": 4 }, @@ -908,7 +908,7 @@ "panelsJSON": [ { "col": 1, - "id": "Docker-containers", + "id": "Docker-containers-ecs", "panelIndex": 1, "row": 1, "size_x": 7, @@ -917,7 +917,7 @@ }, { "col": 8, - "id": "Docker-Number-of-Containers", + "id": "Docker-Number-of-Containers-ecs", "panelIndex": 2, "row": 1, "size_x": 5, @@ -926,7 +926,7 @@ }, { "col": 8, - "id": "Docker-containers-per-host", + "id": "Docker-containers-per-host-ecs", "panelIndex": 3, "row": 3, "size_x": 2, @@ -935,7 +935,7 @@ }, { "col": 10, - "id": "Docker-images-and-names", + "id": "Docker-images-and-names-ecs", "panelIndex": 7, "row": 3, "size_x": 3, @@ -944,7 +944,7 @@ }, { "col": 1, - "id": "Docker-CPU-usage", + "id": "Docker-CPU-usage-ecs", "panelIndex": 4, "row": 6, "size_x": 6, @@ -953,7 +953,7 @@ }, { "col": 7, - "id": "Docker-memory-usage", + "id": "Docker-memory-usage-ecs", "panelIndex": 5, "row": 6, "size_x": 6, @@ -962,7 +962,7 @@ }, { "col": 1, - "id": "Docker-Network-IO", + "id": "Docker-Network-IO-ecs", "panelIndex": 6, "row": 9, "size_x": 12, @@ -971,7 +971,7 @@ } ], "timeRestore": false, - "title": "[Metricbeat Docker] Overview", + "title": "[Metricbeat Docker] Overview ECS", "uiStateJSON": { "P-1": { "vis": { @@ -1008,7 +1008,7 @@ }, "version": 1 }, - "id": "AV4REOpp5NkDleZmzKkE", + "id": "AV4REOpp5NkDleZmzKkE-ecs", "type": "dashboard", "version": 3 } diff --git a/metricbeat/module/golang/_meta/kibana/7/dashboard/Metricbeat-golang-overview.json b/metricbeat/module/golang/_meta/kibana/7/dashboard/Metricbeat-golang-overview.json index b308511303d..8761996a326 100644 --- a/metricbeat/module/golang/_meta/kibana/7/dashboard/Metricbeat-golang-overview.json +++ b/metricbeat/module/golang/_meta/kibana/7/dashboard/Metricbeat-golang-overview.json @@ -17,7 +17,7 @@ } } }, - "title": "Heap Summary [Metricbeat Golang]", + "title": "Heap Summary [Metricbeat Golang] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -26,11 +26,11 @@ "expression": ".es(index=\"metricbeat*\",metric=\"avg:golang.heap.system.total\").label(\"System Total Memory\").yaxis(label=\"Bytes\",units=bytes),.es(index=\"metricbeat*\",metric=\"min:golang.heap.allocations.allocated\").label(\"Bytes Allocated(min)\").movingaverage(30),.es(index=\"metricbeat*\",metric=\"max:golang.heap.allocations.allocated\").label(\"Bytes Allocated(max)\").movingaverage(30),.es(index=\"metricbeat*\",metric=\"avg:golang.heap.gc.next_gc_limit\").label(\"GC Limit\"),.es(index=\"metricbeat*\",metric=\"avg:golang.heap.gc.pause.count\").condition(lt,1, null).points().label(\"GC Cycles(count)\").yaxis(2,label=\"Count\")", "interval": "10s" }, - "title": "Heap Summary [Metricbeat Golang]", + "title": "Heap Summary [Metricbeat Golang] ECS", "type": "timelion" } }, - "id": "58000780-f529-11e6-844d-b170e2f0a07e", + "id": "58000780-f529-11e6-844d-b170e2f0a07e-ecs", "type": "visualization", "version": 2 }, @@ -51,7 +51,7 @@ } } }, - "title": "Heap [Metricbeat Golang]", + "title": "Heap [Metricbeat Golang] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -60,11 +60,11 @@ "expression": ".es(index=\"metricbeat*\",metric=\"avg:golang.heap.allocations.total\").label(\"Heap Total\").derivative().movingaverage(30).yaxis(label=\"Bytes\",units=bytes),.es(index=\"metricbeat*\",metric=\"avg:golang.heap.allocations.active\").label(\"Heap Inuse\").movingaverage(30),.es(index=\"metricbeat*\",metric=\"avg:golang.heap.allocations.allocated\").label(\"Heap Allocated\").movingaverage(30),.es(index=\"metricbeat*\",metric=\"avg:golang.heap.allocations.idle\").label(\"Heap Idle\").movingaverage(30)", "interval": "10s" }, - "title": "Heap [Metricbeat Golang]", + "title": "Heap [Metricbeat Golang] ECS", "type": "timelion" } }, - "id": "95388680-f52a-11e6-969c-518c48c913e4", + "id": "95388680-f52a-11e6-969c-518c48c913e4-ecs", "type": "visualization", "version": 2 }, @@ -85,7 +85,7 @@ } } }, - "title": "Objects [Metricbeat Golang]", + "title": "Objects [Metricbeat Golang] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -94,11 +94,11 @@ "expression": ".es(index=\"metricbeat*\",metric=\"max:golang.heap.allocations.objects\").label(\"Object Count(avg)\").yaxis(1,label=\"Count\").movingaverage(30),.es(index=\"metricbeat*\",metric=\"max:golang.heap.allocations.total\").derivative().label(\"Allocation Rate\").yaxis(2,label=\"Rate\").movingaverage(30)", "interval": "10s" }, - "title": "Objects [Metricbeat Golang]", + "title": "Objects [Metricbeat Golang] ECS", "type": "timelion" } }, - "id": "b59a5200-f52a-11e6-969c-518c48c913e4", + "id": "b59a5200-f52a-11e6-969c-518c48c913e4-ecs", "type": "visualization", "version": 2 }, @@ -119,7 +119,7 @@ } } }, - "title": "System [Metricbeat Golang]", + "title": "System [Metricbeat Golang] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -128,11 +128,11 @@ "expression": ".es(index=\"metricbeat*\",metric=\"avg:golang.heap.system.total\").label(\"System Total\").yaxis(label=\"Bytes\",units=bytes),.es(index=\"metricbeat*\",metric=\"avg:golang.heap.system.obtained\").label(\"System Obtained\"),.es(index=\"metricbeat*\",metric=\"avg:golang.heap.system.stack\").label(\"System Stack\"),.es(index=\"metricbeat*\",metric=\"avg:golang.heap.system.released\").label(\"System Released\")", "interval": "10s" }, - "title": "System [Metricbeat Golang]", + "title": "System [Metricbeat Golang] ECS", "type": "timelion" } }, - "id": "9a9a8bf0-f52a-11e6-969c-518c48c913e4", + "id": "9a9a8bf0-f52a-11e6-969c-518c48c913e4-ecs", "type": "visualization", "version": 2 }, @@ -153,7 +153,7 @@ } } }, - "title": "GC count [Metricbeat Golang]", + "title": "GC count [Metricbeat Golang] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -162,11 +162,11 @@ "expression": ".es(index=\"metricbeat*\",metric=\"max:golang.heap.gc.pause.count\").label(\"GC Count\").bars().yaxis(label=\"Count\"),.es(index=\"metricbeat*\",metric=\"max:golang.heap.gc.total_count\").label(\"GC Rate\").derivative().movingaverage(30),.es(index=\"metricbeat*\",metric=\"max:golang.heap.gc.cpu_fraction\").label(\"CPU Fraction\").yaxis(2,label=\"Fraction\")", "interval": "10s" }, - "title": "GC count [Metricbeat Golang]", + "title": "GC count [Metricbeat Golang] ECS", "type": "timelion" } }, - "id": "b046cb80-f52a-11e6-969c-518c48c913e4", + "id": "b046cb80-f52a-11e6-969c-518c48c913e4-ecs", "type": "visualization", "version": 2 }, @@ -187,7 +187,7 @@ } } }, - "title": "GC durations [Metricbeat Golang]", + "title": "GC durations [Metricbeat Golang] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -196,11 +196,11 @@ "expression": ".es(index=\"metricbeat*\",metric=\"max:golang.heap.gc.pause.sum.ns\").bars().label(\"sum of GC Pause durations(ns)\").yaxis(label=\"Durations(ns)\"),.es(index=\"metricbeat*\",metric=\"max:golang.heap.gc.total_pause.ns\").derivative().movingaverage(30).label(\"Total GC Pause(ns) Rate\"),.es(index=\"metricbeat*\",metric=\"max:golang.heap.gc.pause.max.ns\").label(\"Max GC Pause(ns)\").movingaverage(30),.es(index=\"metricbeat*\",metric=\"avg:golang.heap.gc.pause.avg.ns\").label(\"Avg GC Pause(ns)\").movingaverage(30),.es(index=\"metricbeat*\",metric=\"max:golang.heap.gc.pause.count\").condition(lt,1, null).label(\"GC Pause count\").points().yaxis(2,label=\"Count\")", "interval": "10s" }, - "title": "GC durations [Metricbeat Golang]", + "title": "GC durations [Metricbeat Golang] ECS", "type": "timelion" } }, - "id": "ab226b50-f52a-11e6-969c-518c48c913e4", + "id": "ab226b50-f52a-11e6-969c-518c48c913e4-ecs", "type": "visualization", "version": 2 }, @@ -230,7 +230,7 @@ "panelsJSON": [ { "col": 1, - "id": "58000780-f529-11e6-844d-b170e2f0a07e", + "id": "58000780-f529-11e6-844d-b170e2f0a07e-ecs", "panelIndex": 8, "row": 1, "size_x": 12, @@ -239,7 +239,7 @@ }, { "col": 1, - "id": "95388680-f52a-11e6-969c-518c48c913e4", + "id": "95388680-f52a-11e6-969c-518c48c913e4-ecs", "panelIndex": 9, "row": 4, "size_x": 4, @@ -248,7 +248,7 @@ }, { "col": 9, - "id": "b59a5200-f52a-11e6-969c-518c48c913e4", + "id": "b59a5200-f52a-11e6-969c-518c48c913e4-ecs", "panelIndex": 10, "row": 4, "size_x": 4, @@ -257,7 +257,7 @@ }, { "col": 5, - "id": "9a9a8bf0-f52a-11e6-969c-518c48c913e4", + "id": "9a9a8bf0-f52a-11e6-969c-518c48c913e4-ecs", "panelIndex": 11, "row": 4, "size_x": 4, @@ -266,7 +266,7 @@ }, { "col": 7, - "id": "b046cb80-f52a-11e6-969c-518c48c913e4", + "id": "b046cb80-f52a-11e6-969c-518c48c913e4-ecs", "panelIndex": 12, "row": 8, "size_x": 6, @@ -275,7 +275,7 @@ }, { "col": 1, - "id": "ab226b50-f52a-11e6-969c-518c48c913e4", + "id": "ab226b50-f52a-11e6-969c-518c48c913e4-ecs", "panelIndex": 13, "row": 8, "size_x": 6, @@ -284,11 +284,11 @@ } ], "timeRestore": false, - "title": "[Metricbeat Golang] Overview", + "title": "[Metricbeat Golang] Overview ECS", "uiStateJSON": {}, "version": 1 }, - "id": "f2dc7320-f519-11e6-a3c9-9d1f7c42b045", + "id": "f2dc7320-f519-11e6-a3c9-9d1f7c42b045-ecs", "type": "dashboard", "version": 3 } diff --git a/metricbeat/module/haproxy/_meta/kibana/7/dashboard/Metricbeat-haproxy-backend.json b/metricbeat/module/haproxy/_meta/kibana/7/dashboard/Metricbeat-haproxy-backend.json index 0f69e3e35b0..8e63c868b7b 100644 --- a/metricbeat/module/haproxy/_meta/kibana/7/dashboard/Metricbeat-haproxy-backend.json +++ b/metricbeat/module/haproxy/_meta/kibana/7/dashboard/Metricbeat-haproxy-backend.json @@ -29,7 +29,7 @@ "x": 0, "y": 0 }, - "id": "a64b4fd0-471c-11e8-bc13-1397384faad3", + "id": "a64b4fd0-471c-11e8-bc13-1397384faad3-ecs", "panelIndex": "1", "type": "visualization", "version": "6.2.2" @@ -42,7 +42,7 @@ "x": 6, "y": 0 }, - "id": "794b6cd0-471d-11e8-bc13-1397384faad3", + "id": "794b6cd0-471d-11e8-bc13-1397384faad3-ecs", "panelIndex": "2", "type": "visualization", "version": "6.2.2" @@ -55,7 +55,7 @@ "x": 6, "y": 2 }, - "id": "bb0ab500-4735-11e8-bc13-1397384faad3", + "id": "bb0ab500-4735-11e8-bc13-1397384faad3-ecs", "panelIndex": "3", "type": "visualization", "version": "6.2.2" @@ -68,7 +68,7 @@ "x": 9, "y": 0 }, - "id": "40bed190-473b-11e8-bc13-1397384faad3", + "id": "40bed190-473b-11e8-bc13-1397384faad3-ecs", "panelIndex": "4", "type": "visualization", "version": "6.2.2" @@ -81,7 +81,7 @@ "x": 0, "y": 2 }, - "id": "0751ed00-479c-11e8-bc13-1397384faad3", + "id": "0751ed00-479c-11e8-bc13-1397384faad3-ecs", "panelIndex": "5", "type": "visualization", "version": "6.2.2" @@ -94,17 +94,17 @@ "x": 0, "y": 4 }, - "id": "b3463670-47a1-11e8-bc13-1397384faad3", + "id": "b3463670-47a1-11e8-bc13-1397384faad3-ecs", "panelIndex": "6", "type": "visualization", "version": "6.2.2" } ], "timeRestore": false, - "title": "[Metricbeat HAProxy] Backend", + "title": "[Metricbeat HAProxy] Backend ECS", "version": 1 }, - "id": "9151c900-471d-11e8-bc13-1397384faad3", + "id": "9151c900-471d-11e8-bc13-1397384faad3-ecs", "type": "dashboard", "updated_at": "2018-04-24T18:31:25.838Z", "version": 15 diff --git a/metricbeat/module/haproxy/_meta/kibana/7/dashboard/Metricbeat-haproxy-frontend.json b/metricbeat/module/haproxy/_meta/kibana/7/dashboard/Metricbeat-haproxy-frontend.json index cf576d4d13a..83f91be2ecd 100644 --- a/metricbeat/module/haproxy/_meta/kibana/7/dashboard/Metricbeat-haproxy-frontend.json +++ b/metricbeat/module/haproxy/_meta/kibana/7/dashboard/Metricbeat-haproxy-frontend.json @@ -29,7 +29,7 @@ "x": 0, "y": 0 }, - "id": "a64b4fd0-471c-11e8-bc13-1397384faad3", + "id": "a64b4fd0-471c-11e8-bc13-1397384faad3-ecs", "panelIndex": "2", "type": "visualization", "version": "6.2.2" @@ -42,17 +42,17 @@ "x": 6, "y": 0 }, - "id": "86159190-47c5-11e8-bc13-1397384faad3", + "id": "86159190-47c5-11e8-bc13-1397384faad3-ecs", "panelIndex": "3", "type": "visualization", "version": "6.2.2" } ], "timeRestore": false, - "title": "[Metricbeat HAProxy] Frontend", + "title": "[Metricbeat HAProxy] Frontend ECS", "version": 1 }, - "id": "d5878d00-47c5-11e8-bc13-1397384faad3", + "id": "d5878d00-47c5-11e8-bc13-1397384faad3-ecs", "type": "dashboard", "updated_at": "2018-04-24T18:32:51.945Z", "version": 5 diff --git a/metricbeat/module/haproxy/_meta/kibana/7/dashboard/Metricbeat-haproxy-http-backend.json b/metricbeat/module/haproxy/_meta/kibana/7/dashboard/Metricbeat-haproxy-http-backend.json index d848cca02b8..24a8cd5f448 100644 --- a/metricbeat/module/haproxy/_meta/kibana/7/dashboard/Metricbeat-haproxy-http-backend.json +++ b/metricbeat/module/haproxy/_meta/kibana/7/dashboard/Metricbeat-haproxy-http-backend.json @@ -29,7 +29,7 @@ "x": 0, "y": 5 }, - "id": "a64b4fd0-471c-11e8-bc13-1397384faad3", + "id": "a64b4fd0-471c-11e8-bc13-1397384faad3-ecs", "panelIndex": "1", "type": "visualization", "version": "6.2.2" @@ -42,7 +42,7 @@ "x": 9, "y": 0 }, - "id": "794b6cd0-471d-11e8-bc13-1397384faad3", + "id": "794b6cd0-471d-11e8-bc13-1397384faad3-ecs", "panelIndex": "2", "type": "visualization", "version": "6.2.2" @@ -55,7 +55,7 @@ "x": 6, "y": 2 }, - "id": "bb0ab500-4735-11e8-bc13-1397384faad3", + "id": "bb0ab500-4735-11e8-bc13-1397384faad3-ecs", "panelIndex": "3", "type": "visualization", "version": "6.2.2" @@ -68,7 +68,7 @@ "x": 6, "y": 0 }, - "id": "40bed190-473b-11e8-bc13-1397384faad3", + "id": "40bed190-473b-11e8-bc13-1397384faad3-ecs", "panelIndex": "4", "type": "visualization", "version": "6.2.2" @@ -81,7 +81,7 @@ "x": 4, "y": 5 }, - "id": "0751ed00-479c-11e8-bc13-1397384faad3", + "id": "0751ed00-479c-11e8-bc13-1397384faad3-ecs", "panelIndex": "5", "type": "visualization", "version": "6.2.2" @@ -94,7 +94,7 @@ "x": 8, "y": 5 }, - "id": "b3463670-47a1-11e8-bc13-1397384faad3", + "id": "b3463670-47a1-11e8-bc13-1397384faad3-ecs", "panelIndex": "6", "type": "visualization", "version": "6.2.2" @@ -107,7 +107,7 @@ "x": 0, "y": 0 }, - "id": "fcbdfa60-47bd-11e8-bc13-1397384faad3", + "id": "fcbdfa60-47bd-11e8-bc13-1397384faad3-ecs", "panelIndex": "7", "type": "visualization", "version": "6.2.2" @@ -120,17 +120,17 @@ "x": 0, "y": 3 }, - "id": "981d1040-47be-11e8-bc13-1397384faad3", + "id": "981d1040-47be-11e8-bc13-1397384faad3-ecs", "panelIndex": "8", "type": "visualization", "version": "6.2.2" } ], "timeRestore": false, - "title": "[Metricbeat HAProxy] HTTP backend", + "title": "[Metricbeat HAProxy] HTTP backend ECS", "version": 1 }, - "id": "0836a4b0-47bd-11e8-bc13-1397384faad3", + "id": "0836a4b0-47bd-11e8-bc13-1397384faad3-ecs", "type": "dashboard", "updated_at": "2018-04-24T18:33:28.791Z", "version": 6 diff --git a/metricbeat/module/haproxy/_meta/kibana/7/dashboard/Metricbeat-haproxy-http-frontend.json b/metricbeat/module/haproxy/_meta/kibana/7/dashboard/Metricbeat-haproxy-http-frontend.json index 3b97ef38e38..8be2d4cced9 100644 --- a/metricbeat/module/haproxy/_meta/kibana/7/dashboard/Metricbeat-haproxy-http-frontend.json +++ b/metricbeat/module/haproxy/_meta/kibana/7/dashboard/Metricbeat-haproxy-http-frontend.json @@ -29,7 +29,7 @@ "x": 6, "y": 3 }, - "id": "86159190-47c5-11e8-bc13-1397384faad3", + "id": "86159190-47c5-11e8-bc13-1397384faad3-ecs", "panelIndex": "3", "type": "visualization", "version": "6.2.2" @@ -42,7 +42,7 @@ "x": 0, "y": 0 }, - "id": "fcbdfa60-47bd-11e8-bc13-1397384faad3", + "id": "fcbdfa60-47bd-11e8-bc13-1397384faad3-ecs", "panelIndex": "4", "type": "visualization", "version": "6.2.2" @@ -55,17 +55,17 @@ "x": 0, "y": 3 }, - "id": "30956d00-47d7-11e8-bc13-1397384faad3", + "id": "30956d00-47d7-11e8-bc13-1397384faad3-ecs", "panelIndex": "5", "type": "visualization", "version": "6.2.2" } ], "timeRestore": false, - "title": "[Metricbeat HAProxy] HTTP frontend", + "title": "[Metricbeat HAProxy] HTTP frontend ECS", "version": 1 }, - "id": "e9057ae0-47c5-11e8-bc13-1397384faad3", + "id": "e9057ae0-47c5-11e8-bc13-1397384faad3-ecs", "type": "dashboard", "updated_at": "2018-04-24T18:34:15.954Z", "version": 5 diff --git a/metricbeat/module/haproxy/_meta/kibana/7/dashboard/Metricbeat-haproxy-http-server.json b/metricbeat/module/haproxy/_meta/kibana/7/dashboard/Metricbeat-haproxy-http-server.json index 3e3720581bc..5d59ab73099 100644 --- a/metricbeat/module/haproxy/_meta/kibana/7/dashboard/Metricbeat-haproxy-http-server.json +++ b/metricbeat/module/haproxy/_meta/kibana/7/dashboard/Metricbeat-haproxy-http-server.json @@ -29,7 +29,7 @@ "x": 0, "y": 5 }, - "id": "0751ed00-479c-11e8-bc13-1397384faad3", + "id": "0751ed00-479c-11e8-bc13-1397384faad3-ecs", "panelIndex": "5", "type": "visualization", "version": "6.2.2" @@ -42,7 +42,7 @@ "x": 6, "y": 3 }, - "id": "b3463670-47a1-11e8-bc13-1397384faad3", + "id": "b3463670-47a1-11e8-bc13-1397384faad3-ecs", "panelIndex": "6", "type": "visualization", "version": "6.2.2" @@ -55,7 +55,7 @@ "x": 0, "y": 0 }, - "id": "fcbdfa60-47bd-11e8-bc13-1397384faad3", + "id": "fcbdfa60-47bd-11e8-bc13-1397384faad3-ecs", "panelIndex": "7", "type": "visualization", "version": "6.2.2" @@ -68,7 +68,7 @@ "x": 0, "y": 3 }, - "id": "981d1040-47be-11e8-bc13-1397384faad3", + "id": "981d1040-47be-11e8-bc13-1397384faad3-ecs", "panelIndex": "8", "type": "visualization", "version": "6.2.2" @@ -81,7 +81,7 @@ "x": 6, "y": 0 }, - "id": "72e84b00-47e1-11e8-bc13-1397384faad3", + "id": "72e84b00-47e1-11e8-bc13-1397384faad3-ecs", "panelIndex": "10", "type": "visualization", "version": "6.2.2" @@ -94,17 +94,17 @@ "x": 6, "y": 5 }, - "id": "976b0910-47e4-11e8-bc13-1397384faad3", + "id": "976b0910-47e4-11e8-bc13-1397384faad3-ecs", "panelIndex": "11", "type": "visualization", "version": "6.2.2" } ], "timeRestore": false, - "title": "[Metricbeat HAProxy] HTTP server", + "title": "[Metricbeat HAProxy] HTTP server ECS", "version": 1 }, - "id": "8cc50a50-47e0-11e8-bc13-1397384faad3", + "id": "8cc50a50-47e0-11e8-bc13-1397384faad3-ecs", "type": "dashboard", "updated_at": "2018-04-24T18:34:50.803Z", "version": 9 diff --git a/metricbeat/module/haproxy/_meta/kibana/7/dashboard/Metricbeat-haproxy-overview.json b/metricbeat/module/haproxy/_meta/kibana/7/dashboard/Metricbeat-haproxy-overview.json index 4260414b2d1..3a0af4d69f2 100644 --- a/metricbeat/module/haproxy/_meta/kibana/7/dashboard/Metricbeat-haproxy-overview.json +++ b/metricbeat/module/haproxy/_meta/kibana/7/dashboard/Metricbeat-haproxy-overview.json @@ -29,7 +29,7 @@ "x": 8, "y": 2 }, - "id": "79350d50-47db-11e8-bc13-1397384faad3", + "id": "79350d50-47db-11e8-bc13-1397384faad3-ecs", "panelIndex": "2", "title": "Servers", "type": "visualization", @@ -43,7 +43,7 @@ "x": 4, "y": 2 }, - "id": "8c8f0300-47dc-11e8-bc13-1397384faad3", + "id": "8c8f0300-47dc-11e8-bc13-1397384faad3-ecs", "panelIndex": "3", "title": "Backends", "type": "visualization", @@ -57,7 +57,7 @@ "x": 0, "y": 2 }, - "id": "f1e27ed0-47dc-11e8-bc13-1397384faad3", + "id": "f1e27ed0-47dc-11e8-bc13-1397384faad3-ecs", "panelIndex": "4", "title": "Frontends", "type": "visualization", @@ -71,17 +71,17 @@ "x": 0, "y": 0 }, - "id": "a64b4fd0-471c-11e8-bc13-1397384faad3", + "id": "a64b4fd0-471c-11e8-bc13-1397384faad3-ecs", "panelIndex": "5", "type": "visualization", "version": "6.2.2" } ], "timeRestore": false, - "title": "[Metricbeat HAProxy] Overview", + "title": "[Metricbeat HAProxy] Overview ECS", "version": 1 }, - "id": "4b555c30-47dd-11e8-bc13-1397384faad3", + "id": "4b555c30-47dd-11e8-bc13-1397384faad3-ecs", "type": "dashboard", "updated_at": "2018-04-24T18:31:56.356Z", "version": 3 diff --git a/metricbeat/module/haproxy/_meta/kibana/7/dashboard/Metricbeat-haproxy-visualizations.json b/metricbeat/module/haproxy/_meta/kibana/7/dashboard/Metricbeat-haproxy-visualizations.json index 11d7504d3e7..0c89814c26a 100644 --- a/metricbeat/module/haproxy/_meta/kibana/7/dashboard/Metricbeat-haproxy-visualizations.json +++ b/metricbeat/module/haproxy/_meta/kibana/7/dashboard/Metricbeat-haproxy-visualizations.json @@ -6,7 +6,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Connections [Metricbeat HAProxy]", + "title": "Connections [Metricbeat HAProxy] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -86,11 +86,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "HAProxy connections", + "title": "HAProxy connections ECS", "type": "metrics" } }, - "id": "a64b4fd0-471c-11e8-bc13-1397384faad3", + "id": "a64b4fd0-471c-11e8-bc13-1397384faad3-ecs", "type": "visualization", "updated_at": "2018-04-23T20:54:01.082Z", "version": 3 @@ -101,7 +101,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Active servers in backend [Metricbeat HAProxy]", + "title": "Active servers in backend [Metricbeat HAProxy] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -212,11 +212,11 @@ "time_field": "@timestamp", "type": "metric" }, - "title": "HAProxy active servers in backend", + "title": "HAProxy active servers in backend ECS", "type": "metrics" } }, - "id": "794b6cd0-471d-11e8-bc13-1397384faad3", + "id": "794b6cd0-471d-11e8-bc13-1397384faad3-ecs", "type": "visualization", "updated_at": "2018-04-23T21:36:57.634Z", "version": 8 @@ -227,7 +227,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Connections per server [Metricbeat HAProxy]", + "title": "Connections per server [Metricbeat HAProxy] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -240,7 +240,7 @@ "id": "978f2660-4735-11e8-b619-8f82b8185e96" } ], - "drilldown_url": "../app/kibana#/dashboard/8cc50a50-47e0-11e8-bc13-1397384faad3?_a=(query:(language:lucene,query:'haproxy.stat.service_name:\"{{ key }}\"'))", + "drilldown_url": "../app/kibana#/dashboard/8cc50a50-47e0-11e8-bc13-1397384faad3-ecs?_a=(query:(language:lucene,query:'haproxy.stat.service_name:\"{{ key }}\"'))", "filter": "haproxy.stat.component_type:(2 OR 3)", "id": "61ca57f0-469d-11e7-af02-69e470af7417", "index_pattern": "metricbeat-*", @@ -280,11 +280,11 @@ "time_field": "@timestamp", "type": "top_n" }, - "title": "HAProxy connections per server", + "title": "HAProxy connections per server ECS", "type": "metrics" } }, - "id": "bb0ab500-4735-11e8-bc13-1397384faad3", + "id": "bb0ab500-4735-11e8-bc13-1397384faad3-ecs", "type": "visualization", "updated_at": "2018-04-24T17:12:35.298Z", "version": 3 @@ -295,7 +295,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Downtime seconds [Metricbeat HAProxy]", + "title": "Downtime seconds [Metricbeat HAProxy] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -354,11 +354,11 @@ "time_field": "@timestamp", "type": "metric" }, - "title": "HAProxy downtime seconds", + "title": "HAProxy downtime seconds ECS", "type": "metrics" } }, - "id": "40bed190-473b-11e8-bc13-1397384faad3", + "id": "40bed190-473b-11e8-bc13-1397384faad3-ecs", "type": "visualization", "updated_at": "2018-04-23T21:29:04.708Z", "version": 3 @@ -369,7 +369,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Average time in queue [Metricbeat HAProxy]", + "title": "Average time in queue [Metricbeat HAProxy] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -408,11 +408,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "HAProxy average time in queue", + "title": "HAProxy average time in queue ECS", "type": "metrics" } }, - "id": "b3463670-47a1-11e8-bc13-1397384faad3", + "id": "b3463670-47a1-11e8-bc13-1397384faad3-ecs", "type": "visualization", "updated_at": "2018-04-24T09:27:25.783Z", "version": 1 @@ -423,7 +423,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Traffic volume [Metricbeat HAProxy]", + "title": "Traffic volume [Metricbeat HAProxy] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -496,11 +496,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "HAProxy traffic volume", + "title": "HAProxy traffic volume ECS", "type": "metrics" } }, - "id": "86159190-47c5-11e8-bc13-1397384faad3", + "id": "86159190-47c5-11e8-bc13-1397384faad3-ecs", "type": "visualization", "updated_at": "2018-04-24T14:43:27.616Z", "version": 3 @@ -511,7 +511,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "HTTP response codes [Metricbeat HAProxy]", + "title": "HTTP response codes [Metricbeat HAProxy] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -697,11 +697,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "HAProxy HTTP response codes", + "title": "HAProxy HTTP response codes ECS", "type": "metrics" } }, - "id": "fcbdfa60-47bd-11e8-bc13-1397384faad3", + "id": "fcbdfa60-47bd-11e8-bc13-1397384faad3-ecs", "type": "visualization", "updated_at": "2018-04-24T17:31:30.169Z", "version": 4 @@ -712,7 +712,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Average response time [Metricbeat HAProxy]", + "title": "Average response time [Metricbeat HAProxy] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -752,11 +752,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "HAProxy average response time", + "title": "HAProxy average response time ECS", "type": "metrics" } }, - "id": "981d1040-47be-11e8-bc13-1397384faad3", + "id": "981d1040-47be-11e8-bc13-1397384faad3-ecs", "type": "visualization", "updated_at": "2018-04-24T13:01:49.811Z", "version": 2 @@ -767,7 +767,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Requests [Metricbeat HAProxy]", + "title": "Requests [Metricbeat HAProxy] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -884,11 +884,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "HAProxy requests", + "title": "HAProxy requests ECS", "type": "metrics" } }, - "id": "30956d00-47d7-11e8-bc13-1397384faad3", + "id": "30956d00-47d7-11e8-bc13-1397384faad3-ecs", "type": "visualization", "updated_at": "2018-04-24T15:50:19.344Z", "version": 1 @@ -899,7 +899,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Average connection time [Metricbeat HAProxy]", + "title": "Average connection time [Metricbeat HAProxy] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -963,11 +963,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "HAProxy average connection time", + "title": "HAProxy average connection time ECS", "type": "metrics" } }, - "id": "0751ed00-479c-11e8-bc13-1397384faad3", + "id": "0751ed00-479c-11e8-bc13-1397384faad3-ecs", "type": "visualization", "updated_at": "2018-04-24T08:51:34.252Z", "version": 4 @@ -978,7 +978,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Number of server connections [Metricbeat HAProxy]", + "title": "Number of server connections [Metricbeat HAProxy] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -1031,11 +1031,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "HAProxy number of server connections", + "title": "HAProxy number of server connections ECS", "type": "metrics" } }, - "id": "72e84b00-47e1-11e8-bc13-1397384faad3", + "id": "72e84b00-47e1-11e8-bc13-1397384faad3-ecs", "type": "visualization", "updated_at": "2018-04-24T17:05:00.128Z", "version": 2 @@ -1046,7 +1046,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Healthcheck [Metricbeat HAProxy]", + "title": "Healthcheck [Metricbeat HAProxy] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -1131,11 +1131,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "HAProxy healthcheck", + "title": "HAProxy healthcheck ECS", "type": "metrics" } }, - "id": "976b0910-47e4-11e8-bc13-1397384faad3", + "id": "976b0910-47e4-11e8-bc13-1397384faad3-ecs", "type": "visualization", "updated_at": "2018-04-24T17:49:15.393Z", "version": 5 @@ -1146,7 +1146,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Servers per connection [Metricbeat HAProxy]", + "title": "Servers per connection [Metricbeat HAProxy] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -1159,7 +1159,7 @@ "id": "50830800-47d9-11e8-9db9-274c7a5e25e4" } ], - "drilldown_url": "../app/kibana#/dashboard/8cc50a50-47e0-11e8-bc13-1397384faad3?_a=(query:(language:lucene,query:'haproxy.stat.service_name:\"{{ key }}\"'))", + "drilldown_url": "../app/kibana#/dashboard/8cc50a50-47e0-11e8-bc13-1397384faad3-ecs?_a=(query:(language:lucene,query:'haproxy.stat.service_name:\"{{ key }}\"'))", "filter": "", "id": "61ca57f0-469d-11e7-af02-69e470af7417", "ignore_global_filter": 0, @@ -1199,11 +1199,11 @@ "time_field": "@timestamp", "type": "top_n" }, - "title": "HAProxy servers per connection", + "title": "HAProxy servers per connection ECS", "type": "metrics" } }, - "id": "79350d50-47db-11e8-bc13-1397384faad3", + "id": "79350d50-47db-11e8-bc13-1397384faad3-ecs", "type": "visualization", "updated_at": "2018-04-24T17:11:53.619Z", "version": 7 @@ -1214,7 +1214,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Backends per connection [Metricbeat HAProxy]", + "title": "Backends per connection [Metricbeat HAProxy] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -1227,7 +1227,7 @@ "id": "4aeddd40-47dc-11e8-9db9-274c7a5e25e4" } ], - "drilldown_url": "../app/kibana#/dashboard/0836a4b0-47bd-11e8-bc13-1397384faad3?_a=(query:(language:lucene,query:'haproxy.stat.proxy.name:\"{{ key }}\"'))", + "drilldown_url": "../app/kibana#/dashboard/0836a4b0-47bd-11e8-bc13-1397384faad3-ecs?_a=(query:(language:lucene,query:'haproxy.stat.proxy.name:\"{{ key }}\"'))", "id": "61ca57f0-469d-11e7-af02-69e470af7417", "index_pattern": "metricbeat-*", "interval": "auto", @@ -1263,11 +1263,11 @@ "time_field": "@timestamp", "type": "top_n" }, - "title": "HAProxy backends per connection", + "title": "HAProxy backends per connection ECS", "type": "metrics" } }, - "id": "8c8f0300-47dc-11e8-bc13-1397384faad3", + "id": "8c8f0300-47dc-11e8-bc13-1397384faad3-ecs", "type": "visualization", "updated_at": "2018-04-24T16:46:24.802Z", "version": 2 @@ -1278,7 +1278,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Frontends per connection [Metricbeat HAProxy]", + "title": "Frontends per connection [Metricbeat HAProxy] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -1291,7 +1291,7 @@ "id": "b81d8640-47dc-11e8-9a25-99b107967d82" } ], - "drilldown_url": "../app/kibana#/dashboard/e9057ae0-47c5-11e8-bc13-1397384faad3?_a=(query:(language:lucene,query:'haproxy.stat.proxy.name:\"{{ key }}\"'))", + "drilldown_url": "../app/kibana#/dashboard/e9057ae0-47c5-11e8-bc13-1397384faad3-ecs?_a=(query:(language:lucene,query:'haproxy.stat.proxy.name:\"{{ key }}\"'))", "id": "61ca57f0-469d-11e7-af02-69e470af7417", "index_pattern": "metricbeat-*", "interval": "auto", @@ -1327,11 +1327,11 @@ "time_field": "@timestamp", "type": "top_n" }, - "title": "HAProxy frontends per connection", + "title": "HAProxy frontends per connection ECS", "type": "metrics" } }, - "id": "f1e27ed0-47dc-11e8-bc13-1397384faad3", + "id": "f1e27ed0-47dc-11e8-bc13-1397384faad3-ecs", "type": "visualization", "updated_at": "2018-04-24T16:54:16.639Z", "version": 3 diff --git a/metricbeat/module/kafka/_meta/kibana/7/dashboard/Metricbeat-kafka-overview.json b/metricbeat/module/kafka/_meta/kibana/7/dashboard/Metricbeat-kafka-overview.json index 26d9a778a34..c86935cd7a4 100644 --- a/metricbeat/module/kafka/_meta/kibana/7/dashboard/Metricbeat-kafka-overview.json +++ b/metricbeat/module/kafka/_meta/kibana/7/dashboard/Metricbeat-kafka-overview.json @@ -6,7 +6,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Kafka Topic & Consumer Offsets [Metricbeat Kafka]", + "title": "Kafka Topic & Consumer Offsets [Metricbeat Kafka] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -88,11 +88,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Kafka Topic & Consumer Offsets [Metricbeat Kafka]", + "title": "Kafka Topic & Consumer Offsets [Metricbeat Kafka] ECS", "type": "metrics" } }, - "id": "b9d12c80-8e63-11e8-8fa2-3d5f811fbd0f", + "id": "b9d12c80-8e63-11e8-8fa2-3d5f811fbd0f-ecs", "type": "visualization", "updated_at": "2018-10-18T16:12:14.222Z", "version": 9 @@ -103,7 +103,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Kafka Controls [Metricbeat Kafka]", + "title": "Kafka Controls [Metricbeat Kafka] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -143,11 +143,11 @@ "updateFiltersOnChange": true, "useTimeFilter": false }, - "title": "Kafka Controls [Metricbeat Kafka]", + "title": "Kafka Controls [Metricbeat Kafka] ECS", "type": "input_control_vis" } }, - "id": "8d2f79a0-8e65-11e8-8fa2-3d5f811fbd0f", + "id": "8d2f79a0-8e65-11e8-8fa2-3d5f811fbd0f-ecs", "type": "visualization", "updated_at": "2018-10-18T16:12:14.222Z", "version": 10 @@ -158,7 +158,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Kafka Consumer Group Lag vs Time [Metricbeat Kafka]", + "title": "Kafka Consumer Group Lag vs Time [Metricbeat Kafka] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -222,11 +222,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Kafka Consumer Group Lag vs Time [Metricbeat Kafka]", + "title": "Kafka Consumer Group Lag vs Time [Metricbeat Kafka] ECS", "type": "metrics" } }, - "id": "944188f0-8e79-11e8-8fa2-3d5f811fbd0f", + "id": "944188f0-8e79-11e8-8fa2-3d5f811fbd0f-ecs", "type": "visualization", "updated_at": "2018-10-18T16:12:14.222Z", "version": 8 @@ -297,7 +297,7 @@ } } }, - "title": "Kafka Metrics [Metricbeat Kafka]", + "title": "Kafka Metrics [Metricbeat Kafka] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -371,11 +371,11 @@ }, "type": "metric" }, - "title": "Kafka Metrics [Metricbeat Kafka]", + "title": "Kafka Metrics [Metricbeat Kafka] ECS", "type": "metric" } }, - "id": "dc89f8d0-8e8e-11e8-8fa2-3d5f811fbd0f", + "id": "dc89f8d0-8e8e-11e8-8fa2-3d5f811fbd0f-ecs", "type": "visualization", "updated_at": "2018-10-18T16:12:14.222Z", "version": 12 @@ -386,7 +386,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Consumer Partition Reassignments [Metricbeat Kafka]", + "title": "Consumer Partition Reassignments [Metricbeat Kafka] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -450,11 +450,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Consumer Partition Reassignments [Metricbeat Kafka]", + "title": "Consumer Partition Reassignments [Metricbeat Kafka] ECS", "type": "metrics" } }, - "id": "587f2360-8f21-11e8-8fa2-3d5f811fbd0f", + "id": "587f2360-8f21-11e8-8fa2-3d5f811fbd0f-ecs", "type": "visualization", "updated_at": "2018-10-18T16:12:14.222Z", "version": 8 @@ -499,7 +499,7 @@ } } }, - "title": "Consumer Metrics [Metricbeat Kafka]", + "title": "Consumer Metrics [Metricbeat Kafka] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -543,11 +543,11 @@ }, "type": "metric" }, - "title": "Consumer Metrics [Metricbeat Kafka]", + "title": "Consumer Metrics [Metricbeat Kafka] ECS", "type": "metric" } }, - "id": "1681f1a0-90e7-11e8-8fa2-3d5f811fbd0f", + "id": "1681f1a0-90e7-11e8-8fa2-3d5f811fbd0f-ecs", "type": "visualization", "updated_at": "2018-10-18T16:12:14.222Z", "version": 8 @@ -565,7 +565,7 @@ } } }, - "title": "Kafka Consumer Group Clients [Metricbeat Kafka]", + "title": "Kafka Consumer Group Clients [Metricbeat Kafka] ECS", "uiStateJSON": { "vis": { "params": { @@ -652,11 +652,11 @@ }, "totalFunc": "sum" }, - "title": "Kafka Consumer Group Clients [Metricbeat Kafka]", + "title": "Kafka Consumer Group Clients [Metricbeat Kafka] ECS", "type": "table" } }, - "id": "9a7576e0-d231-11e8-8766-dbbdc39e7ba9", + "id": "9a7576e0-d231-11e8-8766-dbbdc39e7ba9-ecs", "type": "visualization", "updated_at": "2018-10-18T16:12:14.222Z", "version": 2 @@ -667,7 +667,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Kafka Broker Details [Metricbeat Kafka]", + "title": "Kafka Broker Details [Metricbeat Kafka] ECS", "uiStateJSON": { "table": { "sort": { @@ -778,11 +778,11 @@ "time_field": "@timestamp", "type": "table" }, - "title": "Kafka Broker Details [Metricbeat Kafka]", + "title": "Kafka Broker Details [Metricbeat Kafka] ECS", "type": "metrics" } }, - "id": "27dd5960-d2ed-11e8-8766-dbbdc39e7ba9", + "id": "27dd5960-d2ed-11e8-8766-dbbdc39e7ba9-ecs", "type": "visualization", "updated_at": "2018-10-18T16:28:30.809Z", "version": 6 @@ -793,7 +793,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Kafka Topic Details [Metricbeat Kafka]", + "title": "Kafka Topic Details [Metricbeat Kafka] ECS", "uiStateJSON": { "table": { "sort": { @@ -988,11 +988,11 @@ "time_field": "@timestamp", "type": "table" }, - "title": "Kafka Topic Details [Metricbeat Kafka]", + "title": "Kafka Topic Details [Metricbeat Kafka] ECS", "type": "metrics" } }, - "id": "491fee50-d2f5-11e8-8766-dbbdc39e7ba9", + "id": "491fee50-d2f5-11e8-8766-dbbdc39e7ba9-ecs", "type": "visualization", "updated_at": "2018-10-18T16:51:33.352Z", "version": 3 @@ -1026,7 +1026,7 @@ "x": 0, "y": 20 }, - "id": "b9d12c80-8e63-11e8-8fa2-3d5f811fbd0f", + "id": "b9d12c80-8e63-11e8-8fa2-3d5f811fbd0f-ecs", "panelIndex": "1", "title": "Kafka Topic & Consumer Offsets", "type": "visualization", @@ -1040,7 +1040,7 @@ "x": 0, "y": 0 }, - "id": "8d2f79a0-8e65-11e8-8fa2-3d5f811fbd0f", + "id": "8d2f79a0-8e65-11e8-8fa2-3d5f811fbd0f-ecs", "panelIndex": "3", "title": "Kafka Controls", "type": "visualization", @@ -1054,7 +1054,7 @@ "x": 0, "y": 6 }, - "id": "944188f0-8e79-11e8-8fa2-3d5f811fbd0f", + "id": "944188f0-8e79-11e8-8fa2-3d5f811fbd0f-ecs", "panelIndex": "6", "title": "Consumer Group Lag by Topic", "type": "visualization", @@ -1071,7 +1071,7 @@ "x": 16, "y": 0 }, - "id": "dc89f8d0-8e8e-11e8-8fa2-3d5f811fbd0f", + "id": "dc89f8d0-8e8e-11e8-8fa2-3d5f811fbd0f-ecs", "panelIndex": "10", "title": "Kafka Metrics", "type": "visualization", @@ -1086,7 +1086,7 @@ "x": 0, "y": 33 }, - "id": "587f2360-8f21-11e8-8fa2-3d5f811fbd0f", + "id": "587f2360-8f21-11e8-8fa2-3d5f811fbd0f-ecs", "panelIndex": "12", "title": "Consumer Partition Reassignments", "type": "visualization", @@ -1101,7 +1101,7 @@ "x": 41, "y": 0 }, - "id": "1681f1a0-90e7-11e8-8fa2-3d5f811fbd0f", + "id": "1681f1a0-90e7-11e8-8fa2-3d5f811fbd0f-ecs", "panelIndex": "13", "title": "Consumer Metrics", "type": "visualization", @@ -1126,7 +1126,7 @@ "x": 24, "y": 27 }, - "id": "9a7576e0-d231-11e8-8766-dbbdc39e7ba9", + "id": "9a7576e0-d231-11e8-8766-dbbdc39e7ba9-ecs", "panelIndex": "14", "title": "Kafka Consumer Group Clients", "type": "visualization", @@ -1141,7 +1141,7 @@ "x": 24, "y": 6 }, - "id": "27dd5960-d2ed-11e8-8766-dbbdc39e7ba9", + "id": "27dd5960-d2ed-11e8-8766-dbbdc39e7ba9-ecs", "panelIndex": "15", "title": "Kafka Brokers", "type": "visualization", @@ -1163,7 +1163,7 @@ "x": 24, "y": 16 }, - "id": "491fee50-d2f5-11e8-8766-dbbdc39e7ba9", + "id": "491fee50-d2f5-11e8-8766-dbbdc39e7ba9-ecs", "panelIndex": "16", "title": "Kafka Topic Details", "type": "visualization", @@ -1171,10 +1171,10 @@ } ], "timeRestore": false, - "title": "[Metricbeat Kafka] Overview", + "title": "[Metricbeat Kafka] Overview ECS", "version": 1 }, - "id": "ea488d90-8e63-11e8-8fa2-3d5f811fbd0f", + "id": "ea488d90-8e63-11e8-8fa2-3d5f811fbd0f-ecs", "type": "dashboard", "updated_at": "2018-10-18T17:11:35.895Z", "version": 23 diff --git a/metricbeat/module/kubernetes/_meta/kibana/7/dashboard/Metricbeat-kubernetes-apiserver.json b/metricbeat/module/kubernetes/_meta/kibana/7/dashboard/Metricbeat-kubernetes-apiserver.json index 8a1a788513e..ae02bfe3ea9 100644 --- a/metricbeat/module/kubernetes/_meta/kibana/7/dashboard/Metricbeat-kubernetes-apiserver.json +++ b/metricbeat/module/kubernetes/_meta/kibana/7/dashboard/Metricbeat-kubernetes-apiserver.json @@ -6,7 +6,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Kubernetes API Server: Top clients by number of requests", + "title": "Kubernetes API Server: Top clients by number of requests ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -66,11 +66,11 @@ "time_field": "@timestamp", "type": "top_n" }, - "title": "Kubernetes API Server: Top clients by number of requests", + "title": "Kubernetes API Server: Top clients by number of requests ECS", "type": "metrics" } }, - "id": "7cbeb750-5794-11e8-afa2-e9067ea62228", + "id": "7cbeb750-5794-11e8-afa2-e9067ea62228-ecs", "type": "visualization", "updated_at": "2018-05-14T18:23:10.501Z", "version": 5 @@ -81,7 +81,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Kubernetes API Server: Requests", + "title": "Kubernetes API Server: Requests ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -171,11 +171,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Kubernetes API Server: Requests", + "title": "Kubernetes API Server: Requests ECS", "type": "metrics" } }, - "id": "ec360ff0-57a0-11e8-afa2-e9067ea62228", + "id": "ec360ff0-57a0-11e8-afa2-e9067ea62228-ecs", "type": "visualization", "updated_at": "2018-05-14T18:21:27.515Z", "version": 4 @@ -186,7 +186,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Kubernetes API Server: Top clients by resource", + "title": "Kubernetes API Server: Top clients by resource ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -248,11 +248,11 @@ "time_field": "@timestamp", "type": "top_n" }, - "title": "Kubernetes API Server: Top clients by resource", + "title": "Kubernetes API Server: Top clients by resource ECS", "type": "metrics" } }, - "id": "95a7f110-57a2-11e8-afa2-e9067ea62228", + "id": "95a7f110-57a2-11e8-afa2-e9067ea62228-ecs", "type": "visualization", "updated_at": "2018-05-14T18:23:50.093Z", "version": 4 @@ -287,7 +287,7 @@ "x": 0, "y": 22 }, - "id": "7cbeb750-5794-11e8-afa2-e9067ea62228", + "id": "7cbeb750-5794-11e8-afa2-e9067ea62228-ecs", "panelIndex": "1", "type": "visualization", "version": "6.3.0" @@ -301,7 +301,7 @@ "x": 0, "y": 0 }, - "id": "ec360ff0-57a0-11e8-afa2-e9067ea62228", + "id": "ec360ff0-57a0-11e8-afa2-e9067ea62228-ecs", "panelIndex": "3", "type": "visualization", "version": "6.3.0" @@ -315,17 +315,17 @@ "x": 24, "y": 22 }, - "id": "95a7f110-57a2-11e8-afa2-e9067ea62228", + "id": "95a7f110-57a2-11e8-afa2-e9067ea62228-ecs", "panelIndex": "4", "type": "visualization", "version": "6.3.0" } ], "timeRestore": false, - "title": "[Metricbeat Kubernetes] API server", + "title": "[Metricbeat Kubernetes] API server ECS", "version": 1 }, - "id": "af7225b0-5794-11e8-afa2-e9067ea62228", + "id": "af7225b0-5794-11e8-afa2-e9067ea62228-ecs", "type": "dashboard", "updated_at": "2018-05-14T18:23:55.202Z", "version": 5 diff --git a/metricbeat/module/kubernetes/_meta/kibana/7/dashboard/Metricbeat-kubernetes-overview.json b/metricbeat/module/kubernetes/_meta/kibana/7/dashboard/Metricbeat-kubernetes-overview.json index f4191b01a09..788394b8111 100644 --- a/metricbeat/module/kubernetes/_meta/kibana/7/dashboard/Metricbeat-kubernetes-overview.json +++ b/metricbeat/module/kubernetes/_meta/kibana/7/dashboard/Metricbeat-kubernetes-overview.json @@ -16,7 +16,7 @@ } } }, - "title": "Available pods per deployment [Metricbeat Kubernetes]", + "title": "Available pods per deployment [Metricbeat Kubernetes] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -24,7 +24,7 @@ "params": { "axis_formatter": "number", "axis_position": "left", - "filter": "metricset.module:kubernetes AND metricset.name:state_deployment", + "filter": "event.module:kubernetes AND metricset.name:state_deployment", "id": "117fadf0-30df-11e7-8df8-6d3604a72912", "index_pattern": "metricbeat-*", "interval": "auto", @@ -64,11 +64,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Available pods per deployment [Metricbeat Kubernetes]", + "title": "Available pods per deployment [Metricbeat Kubernetes] ECS", "type": "metrics" } }, - "id": "022a54c0-2bf5-11e7-859b-f78b612cde28", + "id": "022a54c0-2bf5-11e7-859b-f78b612cde28-ecs", "type": "visualization", "updated_at": "2018-03-11T20:59:01.845Z", "version": 4 @@ -86,7 +86,7 @@ } } }, - "title": "CPU usage by node [Metricbeat Kubernetes]", + "title": "CPU usage by node [Metricbeat Kubernetes] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -105,7 +105,7 @@ "id": "1373ddd0-2bf2-11e7-859b-f78b612cde28" } ], - "filter": "metricset.module:kubernetes AND (metricset.name:container OR metricset.name:state_node)", + "filter": "event.module:kubernetes AND (metricset.name:container OR metricset.name:state_node)", "gauge_color_rules": [ { "id": "140e4910-2bf2-11e7-859b-f78b612cde28" @@ -191,11 +191,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "CPU usage by node [Metricbeat Kubernetes]", + "title": "CPU usage by node [Metricbeat Kubernetes] ECS", "type": "metrics" } }, - "id": "44f12b40-2bf4-11e7-859b-f78b612cde28", + "id": "44f12b40-2bf4-11e7-859b-f78b612cde28-ecs", "type": "visualization", "updated_at": "2018-03-01T18:58:07.906Z", "version": 3 @@ -213,7 +213,7 @@ } } }, - "title": "Kubernetes - Deployments", + "title": "Kubernetes - Deployments ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -232,7 +232,7 @@ "id": "68cdba10-30e0-11e7-8df8-6d3604a72912" } ], - "filter": "metricset.module:kubernetes AND metricset.name:state_deployment", + "filter": "event.module:kubernetes AND metricset.name:state_deployment", "gauge_color_rules": [ { "id": "69765620-30e0-11e7-8df8-6d3604a72912" @@ -272,11 +272,11 @@ "time_field": "@timestamp", "type": "metric" }, - "title": "Kubernetes - Deployments", + "title": "Kubernetes - Deployments ECS", "type": "metrics" } }, - "id": "cd059410-2bfb-11e7-859b-f78b612cde28", + "id": "cd059410-2bfb-11e7-859b-f78b612cde28-ecs", "type": "visualization", "updated_at": "2018-03-01T18:58:07.906Z", "version": 3 @@ -294,7 +294,7 @@ } } }, - "title": "Kubernetes - Desired pods", + "title": "Kubernetes - Desired pods ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -313,7 +313,7 @@ "id": "674d83b0-30d5-11e7-8df8-6d3604a72912" } ], - "filter": "metricset.module:kubernetes AND metricset.name:state_deployment", + "filter": "event.module:kubernetes AND metricset.name:state_deployment", "gauge_color_rules": [ { "id": "50f9b980-30d5-11e7-8df8-6d3604a72912" @@ -356,11 +356,11 @@ "time_field": "@timestamp", "type": "metric" }, - "title": "Kubernetes - Desired pods", + "title": "Kubernetes - Desired pods ECS", "type": "metrics" } }, - "id": "e1018b90-2bfb-11e7-859b-f78b612cde28", + "id": "e1018b90-2bfb-11e7-859b-f78b612cde28-ecs", "type": "visualization", "updated_at": "2018-03-01T18:58:07.906Z", "version": 3 @@ -381,7 +381,7 @@ } } }, - "title": "Memory usage by node [Metricbeat Kubernetes]", + "title": "Memory usage by node [Metricbeat Kubernetes] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -399,7 +399,7 @@ "id": "1373ddd0-2bf2-11e7-859b-f78b612cde28" } ], - "filter": "metricset.module:kubernetes AND (metricset.name:container OR metricset.name:state_node)", + "filter": "event.module:kubernetes AND (metricset.name:container OR metricset.name:state_node)", "gauge_color_rules": [ { "id": "140e4910-2bf2-11e7-859b-f78b612cde28" @@ -488,11 +488,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Memory usage by node [Metricbeat Kubernetes]", + "title": "Memory usage by node [Metricbeat Kubernetes] ECS", "type": "metrics" } }, - "id": "d6564360-2bfc-11e7-859b-f78b612cde28", + "id": "d6564360-2bfc-11e7-859b-f78b612cde28-ecs", "type": "visualization", "updated_at": "2018-03-04T23:15:29.035Z", "version": 4 @@ -510,7 +510,7 @@ } } }, - "title": "Network in by node [Metricbeat Kubernetes]", + "title": "Network in by node [Metricbeat Kubernetes] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -529,7 +529,7 @@ "id": "1373ddd0-2bf2-11e7-859b-f78b612cde28" } ], - "filter": "metricset.module:kubernetes AND metricset.name:pod", + "filter": "event.module:kubernetes AND metricset.name:pod", "gauge_color_rules": [ { "id": "140e4910-2bf2-11e7-859b-f78b612cde28" @@ -583,11 +583,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Network in by node [Metricbeat Kubernetes]", + "title": "Network in by node [Metricbeat Kubernetes] ECS", "type": "metrics" } }, - "id": "16fa4470-2bfd-11e7-859b-f78b612cde28", + "id": "16fa4470-2bfd-11e7-859b-f78b612cde28-ecs", "type": "visualization", "updated_at": "2018-03-01T18:58:07.906Z", "version": 3 @@ -605,7 +605,7 @@ } } }, - "title": "Network out by node [Metricbeat Kubernetes]", + "title": "Network out by node [Metricbeat Kubernetes] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -624,7 +624,7 @@ "id": "1373ddd0-2bf2-11e7-859b-f78b612cde28" } ], - "filter": "metricset.module:kubernetes AND metricset.name:pod", + "filter": "event.module:kubernetes AND metricset.name:pod", "gauge_color_rules": [ { "id": "140e4910-2bf2-11e7-859b-f78b612cde28" @@ -678,11 +678,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Network out by node [Metricbeat Kubernetes]", + "title": "Network out by node [Metricbeat Kubernetes] ECS", "type": "metrics" } }, - "id": "294546b0-30d6-11e7-8df8-6d3604a72912", + "id": "294546b0-30d6-11e7-8df8-6d3604a72912-ecs", "type": "visualization", "updated_at": "2018-03-01T18:58:07.906Z", "version": 3 @@ -700,7 +700,7 @@ } } }, - "title": "Kubernetes - Nodes", + "title": "Kubernetes - Nodes ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -719,7 +719,7 @@ "id": "68cdba10-30e0-11e7-8df8-6d3604a72912" } ], - "filter": "metricset.module:kubernetes AND metricset.name:state_node", + "filter": "event.module:kubernetes AND metricset.name:state_node", "gauge_color_rules": [ { "id": "69765620-30e0-11e7-8df8-6d3604a72912" @@ -759,11 +759,11 @@ "time_field": "@timestamp", "type": "metric" }, - "title": "Kubernetes - Nodes", + "title": "Kubernetes - Nodes ECS", "type": "metrics" } }, - "id": "408fccf0-30d6-11e7-8df8-6d3604a72912", + "id": "408fccf0-30d6-11e7-8df8-6d3604a72912-ecs", "type": "visualization", "updated_at": "2018-03-01T18:58:07.906Z", "version": 3 @@ -781,7 +781,7 @@ } } }, - "title": "Top CPU intensive pods [Metricbeat Kubernetes]", + "title": "Top CPU intensive pods [Metricbeat Kubernetes] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -795,7 +795,7 @@ "id": "802104d0-2bfc-11e7-859b-f78b612cde28" } ], - "filter": "metricset.module:kubernetes AND metricset.name:container", + "filter": "event.module:kubernetes AND metricset.name:container", "id": "5d3692a0-2bfc-11e7-859b-f78b612cde28", "index_pattern": "metricbeat-*", "interval": "auto", @@ -842,11 +842,11 @@ "time_field": "@timestamp", "type": "top_n" }, - "title": "Top CPU intensive pods [Metricbeat Kubernetes]", + "title": "Top CPU intensive pods [Metricbeat Kubernetes] ECS", "type": "metrics" } }, - "id": "58e644f0-30d6-11e7-8df8-6d3604a72912", + "id": "58e644f0-30d6-11e7-8df8-6d3604a72912-ecs", "type": "visualization", "updated_at": "2018-03-01T18:58:07.906Z", "version": 3 @@ -867,7 +867,7 @@ } } }, - "title": "Top memory intensive pods [Metricbeat Kubernetes]", + "title": "Top memory intensive pods [Metricbeat Kubernetes] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -880,7 +880,7 @@ "id": "802104d0-2bfc-11e7-859b-f78b612cde28" } ], - "filter": "metricset.module:kubernetes AND metricset.name:container", + "filter": "event.module:kubernetes AND metricset.name:container", "id": "5d3692a0-2bfc-11e7-859b-f78b612cde28", "index_pattern": "metricbeat-*", "interval": "auto", @@ -928,11 +928,11 @@ "time_field": "@timestamp", "type": "top_n" }, - "title": "Top memory intensive pods [Metricbeat Kubernetes]", + "title": "Top memory intensive pods [Metricbeat Kubernetes] ECS", "type": "metrics" } }, - "id": "a4c9d360-30df-11e7-8df8-6d3604a72912", + "id": "a4c9d360-30df-11e7-8df8-6d3604a72912-ecs", "type": "visualization", "updated_at": "2018-03-11T21:00:49.028Z", "version": 4 @@ -950,7 +950,7 @@ } } }, - "title": "Kubernetes - Unavailable pods", + "title": "Kubernetes - Unavailable pods ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -969,7 +969,7 @@ "id": "674d83b0-30d5-11e7-8df8-6d3604a72912" } ], - "filter": "metricset.module:kubernetes AND metricset.name:state_deployment", + "filter": "event.module:kubernetes AND metricset.name:state_deployment", "gauge_color_rules": [ { "id": "50f9b980-30d5-11e7-8df8-6d3604a72912" @@ -1011,11 +1011,11 @@ "time_field": "@timestamp", "type": "metric" }, - "title": "Kubernetes - Unavailable pods", + "title": "Kubernetes - Unavailable pods ECS", "type": "metrics" } }, - "id": "174a6ad0-30e0-11e7-8df8-6d3604a72912", + "id": "174a6ad0-30e0-11e7-8df8-6d3604a72912-ecs", "type": "visualization", "updated_at": "2018-03-01T18:58:07.906Z", "version": 3 @@ -1036,7 +1036,7 @@ } } }, - "title": "Unavailable pods per deployment [Metricbeat Kubernetes]", + "title": "Unavailable pods per deployment [Metricbeat Kubernetes] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -1044,7 +1044,7 @@ "params": { "axis_formatter": "number", "axis_position": "left", - "filter": "metricset.module:kubernetes AND metricset.name:state_deployment", + "filter": "event.module:kubernetes AND metricset.name:state_deployment", "id": "117fadf0-30df-11e7-8df8-6d3604a72912", "index_pattern": "metricbeat-*", "interval": "auto", @@ -1084,11 +1084,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Unavailable pods per deployment [Metricbeat Kubernetes]", + "title": "Unavailable pods per deployment [Metricbeat Kubernetes] ECS", "type": "metrics" } }, - "id": "7aac4fd0-30e0-11e7-8df8-6d3604a72912", + "id": "7aac4fd0-30e0-11e7-8df8-6d3604a72912-ecs", "type": "visualization", "updated_at": "2018-03-11T20:59:18.668Z", "version": 4 @@ -1106,7 +1106,7 @@ } } }, - "title": "Kubernetes - Available pods", + "title": "Kubernetes - Available pods ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -1125,7 +1125,7 @@ "id": "674d83b0-30d5-11e7-8df8-6d3604a72912" } ], - "filter": "metricset.module:kubernetes AND metricset.name:state_deployment", + "filter": "event.module:kubernetes AND metricset.name:state_deployment", "gauge_color_rules": [ { "id": "50f9b980-30d5-11e7-8df8-6d3604a72912" @@ -1169,11 +1169,11 @@ "time_field": "@timestamp", "type": "metric" }, - "title": "Kubernetes - Available pods", + "title": "Kubernetes - Available pods ECS", "type": "metrics" } }, - "id": "da1ff7c0-30ed-11e7-b9e5-2b5b07213ab3", + "id": "da1ff7c0-30ed-11e7-b9e5-2b5b07213ab3-ecs", "type": "visualization", "updated_at": "2018-03-01T18:58:07.906Z", "version": 3 @@ -1211,7 +1211,7 @@ "x": 6, "y": 0 }, - "id": "022a54c0-2bf5-11e7-859b-f78b612cde28", + "id": "022a54c0-2bf5-11e7-859b-f78b612cde28-ecs", "panelIndex": "1", "type": "visualization", "version": "6.2.2" @@ -1224,7 +1224,7 @@ "x": 0, "y": 6 }, - "id": "44f12b40-2bf4-11e7-859b-f78b612cde28", + "id": "44f12b40-2bf4-11e7-859b-f78b612cde28-ecs", "panelIndex": "2", "type": "visualization", "version": "6.2.2" @@ -1237,7 +1237,7 @@ "x": 3, "y": 0 }, - "id": "cd059410-2bfb-11e7-859b-f78b612cde28", + "id": "cd059410-2bfb-11e7-859b-f78b612cde28-ecs", "panelIndex": "5", "type": "visualization", "version": "6.2.2" @@ -1250,7 +1250,7 @@ "x": 0, "y": 3 }, - "id": "e1018b90-2bfb-11e7-859b-f78b612cde28", + "id": "e1018b90-2bfb-11e7-859b-f78b612cde28-ecs", "panelIndex": "6", "type": "visualization", "version": "6.2.2" @@ -1263,7 +1263,7 @@ "x": 6, "y": 6 }, - "id": "d6564360-2bfc-11e7-859b-f78b612cde28", + "id": "d6564360-2bfc-11e7-859b-f78b612cde28-ecs", "panelIndex": "7", "type": "visualization", "version": "6.2.2" @@ -1276,7 +1276,7 @@ "x": 6, "y": 9 }, - "id": "16fa4470-2bfd-11e7-859b-f78b612cde28", + "id": "16fa4470-2bfd-11e7-859b-f78b612cde28-ecs", "panelIndex": "8", "type": "visualization", "version": "6.2.2" @@ -1289,7 +1289,7 @@ "x": 0, "y": 9 }, - "id": "294546b0-30d6-11e7-8df8-6d3604a72912", + "id": "294546b0-30d6-11e7-8df8-6d3604a72912-ecs", "panelIndex": "9", "type": "visualization", "version": "6.2.2" @@ -1302,7 +1302,7 @@ "x": 0, "y": 0 }, - "id": "408fccf0-30d6-11e7-8df8-6d3604a72912", + "id": "408fccf0-30d6-11e7-8df8-6d3604a72912-ecs", "panelIndex": "10", "type": "visualization", "version": "6.2.2" @@ -1315,7 +1315,7 @@ "x": 0, "y": 12 }, - "id": "58e644f0-30d6-11e7-8df8-6d3604a72912", + "id": "58e644f0-30d6-11e7-8df8-6d3604a72912-ecs", "panelIndex": "11", "type": "visualization", "version": "6.2.2" @@ -1328,7 +1328,7 @@ "x": 6, "y": 12 }, - "id": "a4c9d360-30df-11e7-8df8-6d3604a72912", + "id": "a4c9d360-30df-11e7-8df8-6d3604a72912-ecs", "panelIndex": "12", "type": "visualization", "version": "6.2.2" @@ -1341,7 +1341,7 @@ "x": 4, "y": 3 }, - "id": "174a6ad0-30e0-11e7-8df8-6d3604a72912", + "id": "174a6ad0-30e0-11e7-8df8-6d3604a72912-ecs", "panelIndex": "13", "type": "visualization", "version": "6.2.2" @@ -1354,7 +1354,7 @@ "x": 6, "y": 3 }, - "id": "7aac4fd0-30e0-11e7-8df8-6d3604a72912", + "id": "7aac4fd0-30e0-11e7-8df8-6d3604a72912-ecs", "panelIndex": "14", "type": "visualization", "version": "6.2.2" @@ -1367,17 +1367,17 @@ "x": 2, "y": 3 }, - "id": "da1ff7c0-30ed-11e7-b9e5-2b5b07213ab3", + "id": "da1ff7c0-30ed-11e7-b9e5-2b5b07213ab3-ecs", "panelIndex": "15", "type": "visualization", "version": "6.2.2" } ], "timeRestore": false, - "title": "[Metricbeat Kubernetes] Overview", + "title": "[Metricbeat Kubernetes] Overview ECS", "version": 1 }, - "id": "AV4RGUqo5NkDleZmzKuZ", + "id": "AV4RGUqo5NkDleZmzKuZ-ecs", "type": "dashboard", "updated_at": "2018-03-11T21:00:58.354Z", "version": 4 diff --git a/metricbeat/module/mongodb/_meta/kibana/7/dashboard/Metricbeat-mongodb-overview.json b/metricbeat/module/mongodb/_meta/kibana/7/dashboard/Metricbeat-mongodb-overview.json index 3916d588c72..c7e78a01221 100644 --- a/metricbeat/module/mongodb/_meta/kibana/7/dashboard/Metricbeat-mongodb-overview.json +++ b/metricbeat/module/mongodb/_meta/kibana/7/dashboard/Metricbeat-mongodb-overview.json @@ -8,8 +8,8 @@ "filter": [] } }, - "savedSearchId": "MongoDB-search", - "title": "Hosts [Metricbeat MongoDB]", + "savedSearchId": "MongoDB-search-ecs", + "title": "Hosts [Metricbeat MongoDB] ECS", "uiStateJSON": { "vis": { "params": { @@ -37,7 +37,7 @@ "enabled": true, "id": "2", "params": { - "field": "metricset.host", + "field": "service.address", "order": "desc", "orderBy": "1", "size": 5 @@ -87,11 +87,11 @@ }, "totalFunc": "sum" }, - "title": "Hosts [Metricbeat MongoDB]", + "title": "Hosts [Metricbeat MongoDB] ECS", "type": "table" } }, - "id": "MongoDB-hosts", + "id": "MongoDB-hosts-ecs", "type": "visualization", "version": 2 }, @@ -103,8 +103,8 @@ "filter": [] } }, - "savedSearchId": "MongoDB-search", - "title": "Engine & Version [Metricbeat MongoDB]", + "savedSearchId": "MongoDB-search-ecs", + "title": "Engine & Version [Metricbeat MongoDB] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -113,7 +113,7 @@ "enabled": true, "id": "1", "params": { - "field": "metricset.host" + "field": "service.address" }, "schema": "metric", "type": "cardinality" @@ -136,7 +136,7 @@ "id": "3", "params": { "customLabel": "Version", - "field": "mongodb.status.version", + "field": "service.version", "order": "desc", "orderBy": "1", "size": 5 @@ -153,11 +153,11 @@ "shareYAxis": true, "type": "pie" }, - "title": "Engine & Version [Metricbeat MongoDB]", + "title": "Engine & Version [Metricbeat MongoDB] ECS", "type": "pie" } }, - "id": "MongoDB-Engine-ampersand-Version", + "id": "MongoDB-Engine-ampersand-Version-ecs", "type": "visualization", "version": 2 }, @@ -169,8 +169,8 @@ "filter": [] } }, - "savedSearchId": "MongoDB-search", - "title": "Operation counters [Metricbeat MongoDB]", + "savedSearchId": "MongoDB-search-ecs", + "title": "Operation counters [Metricbeat MongoDB] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -326,11 +326,11 @@ ], "yAxis": {} }, - "title": "Operation counters [Metricbeat MongoDB]", + "title": "Operation counters [Metricbeat MongoDB] ECS", "type": "area" } }, - "id": "MongoDB-operation-counters", + "id": "MongoDB-operation-counters-ecs", "type": "visualization", "version": 2 }, @@ -342,8 +342,8 @@ "filter": [] } }, - "savedSearchId": "MongoDB-search", - "title": "Concurrent transactions Read [Metricbeat MongoDB]", + "savedSearchId": "MongoDB-search-ecs", + "title": "Concurrent transactions Read [Metricbeat MongoDB] ECS", "uiStateJSON": { "vis": { "colors": { @@ -466,11 +466,11 @@ ], "yAxis": {} }, - "title": "Concurrent transactions Read [Metricbeat MongoDB]", + "title": "Concurrent transactions Read [Metricbeat MongoDB] ECS", "type": "area" } }, - "id": "MongoDB-Concurrent-transactions-Read", + "id": "MongoDB-Concurrent-transactions-Read-ecs", "type": "visualization", "version": 2 }, @@ -482,8 +482,8 @@ "filter": [] } }, - "savedSearchId": "MongoDB-search", - "title": "Concurrent transactions Write [Metricbeat MongoDB]", + "savedSearchId": "MongoDB-search-ecs", + "title": "Concurrent transactions Write [Metricbeat MongoDB] ECS", "uiStateJSON": { "vis": { "colors": { @@ -606,11 +606,11 @@ ], "yAxis": {} }, - "title": "Concurrent transactions Write [Metricbeat MongoDB]", + "title": "Concurrent transactions Write [Metricbeat MongoDB] ECS", "type": "area" } }, - "id": "MongoDB-Concurrent-transactions-Write", + "id": "MongoDB-Concurrent-transactions-Write-ecs", "type": "visualization", "version": 2 }, @@ -622,8 +622,8 @@ "filter": [] } }, - "savedSearchId": "MongoDB-search", - "title": "Memory stats [Metricbeat MongoDB]", + "savedSearchId": "MongoDB-search-ecs", + "title": "Memory stats [Metricbeat MongoDB] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -760,11 +760,11 @@ ], "yAxis": {} }, - "title": "Memory stats [Metricbeat MongoDB]", + "title": "Memory stats [Metricbeat MongoDB] ECS", "type": "line" } }, - "id": "MongoDB-memory-stats", + "id": "MongoDB-memory-stats-ecs", "type": "visualization", "version": 2 }, @@ -776,8 +776,8 @@ "filter": [] } }, - "savedSearchId": "MongoDB-search", - "title": "Asserts [Metricbeat MongoDB]", + "savedSearchId": "MongoDB-search-ecs", + "title": "Asserts [Metricbeat MongoDB] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -923,11 +923,11 @@ ], "yAxis": {} }, - "title": "Asserts [Metricbeat MongoDB]", + "title": "Asserts [Metricbeat MongoDB] ECS", "type": "area" } }, - "id": "MongoDB-asserts", + "id": "MongoDB-asserts-ecs", "type": "visualization", "version": 2 }, @@ -939,8 +939,8 @@ "filter": [] } }, - "savedSearchId": "MongoDB-search", - "title": "WiredTiger Cache [Metricbeat MongoDB]", + "savedSearchId": "MongoDB-search-ecs", + "title": "WiredTiger Cache [Metricbeat MongoDB] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -1066,11 +1066,11 @@ ], "yAxis": {} }, - "title": "WiredTiger Cache [Metricbeat MongoDB]", + "title": "WiredTiger Cache [Metricbeat MongoDB] ECS", "type": "area" } }, - "id": "MongoDB-WiredTiger-Cache", + "id": "MongoDB-WiredTiger-Cache-ecs", "type": "visualization", "version": 2 }, @@ -1101,7 +1101,7 @@ "query": { "query_string": { "analyze_wildcard": true, - "query": "metricset.module:mongodb" + "query": "event.module:mongodb" } } } @@ -1110,10 +1110,10 @@ "@timestamp", "desc" ], - "title": "MongoDB search", + "title": "MongoDB search ECS", "version": 1 }, - "id": "MongoDB-search", + "id": "MongoDB-search-ecs", "type": "search", "version": 1 }, @@ -1143,7 +1143,7 @@ "panelsJSON": [ { "col": 1, - "id": "MongoDB-hosts", + "id": "MongoDB-hosts-ecs", "panelIndex": 1, "row": 1, "size_x": 8, @@ -1152,7 +1152,7 @@ }, { "col": 9, - "id": "MongoDB-Engine-ampersand-Version", + "id": "MongoDB-Engine-ampersand-Version-ecs", "panelIndex": 4, "row": 1, "size_x": 4, @@ -1161,7 +1161,7 @@ }, { "col": 1, - "id": "MongoDB-operation-counters", + "id": "MongoDB-operation-counters-ecs", "panelIndex": 2, "row": 4, "size_x": 6, @@ -1170,7 +1170,7 @@ }, { "col": 7, - "id": "MongoDB-Concurrent-transactions-Read", + "id": "MongoDB-Concurrent-transactions-Read-ecs", "panelIndex": 6, "row": 4, "size_x": 3, @@ -1179,7 +1179,7 @@ }, { "col": 10, - "id": "MongoDB-Concurrent-transactions-Write", + "id": "MongoDB-Concurrent-transactions-Write-ecs", "panelIndex": 7, "row": 4, "size_x": 3, @@ -1188,7 +1188,7 @@ }, { "col": 1, - "id": "MongoDB-memory-stats", + "id": "MongoDB-memory-stats-ecs", "panelIndex": 5, "row": 10, "size_x": 12, @@ -1197,7 +1197,7 @@ }, { "col": 7, - "id": "MongoDB-asserts", + "id": "MongoDB-asserts-ecs", "panelIndex": 3, "row": 7, "size_x": 6, @@ -1206,7 +1206,7 @@ }, { "col": 1, - "id": "MongoDB-WiredTiger-Cache", + "id": "MongoDB-WiredTiger-Cache-ecs", "panelIndex": 8, "row": 7, "size_x": 6, @@ -1215,7 +1215,7 @@ } ], "timeRestore": false, - "title": "[Metricbeat MongoDB] Overview", + "title": "[Metricbeat MongoDB] Overview ECS", "uiStateJSON": { "P-1": { "vis": { @@ -1230,7 +1230,7 @@ }, "version": 1 }, - "id": "Metricbeat-MongoDB", + "id": "Metricbeat-MongoDB-ecs", "type": "dashboard", "version": 3 } diff --git a/metricbeat/module/mysql/_meta/kibana/7/dashboard/Metricbeat-mysql-overview.json b/metricbeat/module/mysql/_meta/kibana/7/dashboard/Metricbeat-mysql-overview.json index ae00dabb15d..93f84529c01 100644 --- a/metricbeat/module/mysql/_meta/kibana/7/dashboard/Metricbeat-mysql-overview.json +++ b/metricbeat/module/mysql/_meta/kibana/7/dashboard/Metricbeat-mysql-overview.json @@ -6,7 +6,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Connections rate [Metricbeat MySQL]", + "title": "Connections rate [Metricbeat MySQL] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -52,11 +52,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Connections rate [Metricbeat MySQL]", + "title": "Connections rate [Metricbeat MySQL] ECS", "type": "metrics" } }, - "id": "d7e6bee0-f1f3-11e7-85ab-594b1652e0d1", + "id": "d7e6bee0-f1f3-11e7-85ab-594b1652e0d1-ecs", "type": "visualization", "updated_at": "2018-01-05T09:14:45.934Z", "version": 2 @@ -67,7 +67,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Command rates [Metricbeat MySQL]", + "title": "Command rates [Metricbeat MySQL] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -193,11 +193,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Command rates [Metricbeat MySQL]", + "title": "Command rates [Metricbeat MySQL] ECS", "type": "metrics" } }, - "id": "695a4f90-f1f4-11e7-85ab-594b1652e0d1", + "id": "695a4f90-f1f4-11e7-85ab-594b1652e0d1-ecs", "type": "visualization", "updated_at": "2018-01-05T09:14:45.934Z", "version": 2 @@ -208,7 +208,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Running threads [Metricbeat MySQL]", + "title": "Running threads [Metricbeat MySQL] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -248,11 +248,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Running threads [Metricbeat MySQL]", + "title": "Running threads [Metricbeat MySQL] ECS", "type": "metrics" } }, - "id": "124dce60-f1f5-11e7-85ab-594b1652e0d1", + "id": "124dce60-f1f5-11e7-85ab-594b1652e0d1-ecs", "type": "visualization", "updated_at": "2018-01-05T09:14:45.934Z", "version": 2 @@ -263,7 +263,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Opened tables rate [Metricbeat MySQL]", + "title": "Opened tables rate [Metricbeat MySQL] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -309,11 +309,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Opened tables rate [Metricbeat MySQL]", + "title": "Opened tables rate [Metricbeat MySQL] ECS", "type": "metrics" } }, - "id": "aaa326b0-f1f5-11e7-85ab-594b1652e0d1", + "id": "aaa326b0-f1f5-11e7-85ab-594b1652e0d1-ecs", "type": "visualization", "updated_at": "2018-01-05T09:14:45.934Z", "version": 3 @@ -324,7 +324,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Threads created rate [Metricbeat MySQL]", + "title": "Threads created rate [Metricbeat MySQL] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -370,11 +370,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Threads created rate [Metricbeat MySQL]", + "title": "Threads created rate [Metricbeat MySQL] ECS", "type": "metrics" } }, - "id": "fb1f3f20-f1f5-11e7-85ab-594b1652e0d1", + "id": "fb1f3f20-f1f5-11e7-85ab-594b1652e0d1-ecs", "type": "visualization", "updated_at": "2018-01-05T09:14:45.934Z", "version": 2 @@ -385,7 +385,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Open files [Metricbeat MySQL]", + "title": "Open files [Metricbeat MySQL] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -425,11 +425,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Open files [Metricbeat MySQL]", + "title": "Open files [Metricbeat MySQL] ECS", "type": "metrics" } }, - "id": "f5b35930-f1f6-11e7-85ab-594b1652e0d1", + "id": "f5b35930-f1f6-11e7-85ab-594b1652e0d1-ecs", "type": "visualization", "updated_at": "2018-01-05T09:14:45.934Z", "version": 2 @@ -440,7 +440,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Sent and received bytes rates [Metricbeat MySQL]", + "title": "Sent and received bytes rates [Metricbeat MySQL] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -513,11 +513,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Sent and received bytes rates [Metricbeat MySQL]", + "title": "Sent and received bytes rates [Metricbeat MySQL] ECS", "type": "metrics" } }, - "id": "7404feb0-f1f7-11e7-85ab-594b1652e0d1", + "id": "7404feb0-f1f7-11e7-85ab-594b1652e0d1-ecs", "type": "visualization", "updated_at": "2018-01-05T09:15:49.714Z", "version": 3 @@ -555,7 +555,7 @@ "x": 0, "y": 3 }, - "id": "d7e6bee0-f1f3-11e7-85ab-594b1652e0d1", + "id": "d7e6bee0-f1f3-11e7-85ab-594b1652e0d1-ecs", "panelIndex": "10", "type": "visualization", "version": "6.2.4" @@ -568,7 +568,7 @@ "x": 0, "y": 0 }, - "id": "695a4f90-f1f4-11e7-85ab-594b1652e0d1", + "id": "695a4f90-f1f4-11e7-85ab-594b1652e0d1-ecs", "panelIndex": "11", "type": "visualization", "version": "6.2.4" @@ -581,7 +581,7 @@ "x": 6, "y": 3 }, - "id": "124dce60-f1f5-11e7-85ab-594b1652e0d1", + "id": "124dce60-f1f5-11e7-85ab-594b1652e0d1-ecs", "panelIndex": "13", "type": "visualization", "version": "6.2.4" @@ -594,7 +594,7 @@ "x": 0, "y": 6 }, - "id": "aaa326b0-f1f5-11e7-85ab-594b1652e0d1", + "id": "aaa326b0-f1f5-11e7-85ab-594b1652e0d1-ecs", "panelIndex": "14", "type": "visualization", "version": "6.2.4" @@ -607,7 +607,7 @@ "x": 6, "y": 6 }, - "id": "fb1f3f20-f1f5-11e7-85ab-594b1652e0d1", + "id": "fb1f3f20-f1f5-11e7-85ab-594b1652e0d1-ecs", "panelIndex": "15", "type": "visualization", "version": "6.2.4" @@ -620,7 +620,7 @@ "x": 6, "y": 9 }, - "id": "f5b35930-f1f6-11e7-85ab-594b1652e0d1", + "id": "f5b35930-f1f6-11e7-85ab-594b1652e0d1-ecs", "panelIndex": "16", "type": "visualization", "version": "6.2.4" @@ -633,17 +633,17 @@ "x": 0, "y": 9 }, - "id": "7404feb0-f1f7-11e7-85ab-594b1652e0d1", + "id": "7404feb0-f1f7-11e7-85ab-594b1652e0d1-ecs", "panelIndex": "17", "type": "visualization", "version": "6.2.4" } ], "timeRestore": false, - "title": "[Metricbeat MySQL] Overview", + "title": "[Metricbeat MySQL] Overview ECS", "version": 1 }, - "id": "66881e90-0006-11e7-bf7f-c9acc3d3e306", + "id": "66881e90-0006-11e7-bf7f-c9acc3d3e306-ecs", "type": "dashboard", "updated_at": "2018-01-05T09:14:45.934Z", "version": 3 diff --git a/metricbeat/module/nats/_meta/kibana/7/dashboard/Metricbeat-nats-overview.json b/metricbeat/module/nats/_meta/kibana/7/dashboard/Metricbeat-nats-overview.json index 784f6c8a2ab..da25f98f318 100644 --- a/metricbeat/module/nats/_meta/kibana/7/dashboard/Metricbeat-nats-overview.json +++ b/metricbeat/module/nats/_meta/kibana/7/dashboard/Metricbeat-nats-overview.json @@ -13,7 +13,7 @@ } } }, - "title": "Subscriptions Info [Metricbeat NATS]", + "title": "Subscriptions Info [Metricbeat NATS] ECS", "uiStateJSON": { "vis": { "params": { @@ -120,11 +120,11 @@ }, "totalFunc": "sum" }, - "title": "Subscriptions Info [Metricbeat NATS]", + "title": "Subscriptions Info [Metricbeat NATS] ECS", "type": "table" } }, - "id": "b129b220-1e44-11e9-a1b4-79a7ae42ab61", + "id": "b129b220-1e44-11e9-a1b4-79a7ae42ab61-ecs", "type": "visualization", "updated_at": "2019-01-24T07:54:30.301Z", "version": 3 @@ -142,7 +142,7 @@ } } }, - "title": "Current Memory Usage [Metricbeat NATS]", + "title": "Current Memory Usage [Metricbeat NATS] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -186,11 +186,11 @@ }, "type": "metric" }, - "title": "Current Memory Usage [Metricbeat NATS]", + "title": "Current Memory Usage [Metricbeat NATS] ECS", "type": "metric" } }, - "id": "30a61c00-1e45-11e9-a1b4-79a7ae42ab61", + "id": "30a61c00-1e45-11e9-a1b4-79a7ae42ab61-ecs", "type": "visualization", "updated_at": "2019-01-24T07:56:32.097Z", "version": 4 @@ -208,7 +208,7 @@ } } }, - "title": "Server Uptime [Metricbeat NATS]", + "title": "Server Uptime [Metricbeat NATS] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -252,11 +252,11 @@ }, "type": "metric" }, - "title": "Server Uptime [Metricbeat NATS]", + "title": "Server Uptime [Metricbeat NATS] ECS", "type": "metric" } }, - "id": "206f1bc0-1e45-11e9-a1b4-79a7ae42ab61", + "id": "206f1bc0-1e45-11e9-a1b4-79a7ae42ab61-ecs", "type": "visualization", "updated_at": "2019-01-24T07:57:04.084Z", "version": 4 @@ -274,7 +274,7 @@ } } }, - "title": "Total Connections [Metricbeat NATS]", + "title": "Total Connections [Metricbeat NATS] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -318,11 +318,11 @@ }, "type": "metric" }, - "title": "Total Connections [Metricbeat NATS]", + "title": "Total Connections [Metricbeat NATS] ECS", "type": "metric" } }, - "id": "4c380ff0-1e45-11e9-a1b4-79a7ae42ab61", + "id": "4c380ff0-1e45-11e9-a1b4-79a7ae42ab61-ecs", "type": "visualization", "updated_at": "2019-01-24T07:57:32.006Z", "version": 4 @@ -340,7 +340,7 @@ } } }, - "title": "Remotes-Subsz-Connz-Routez Timeline [Metricbeat NATS]", + "title": "Remotes-Subsz-Connz-Routez Timeline [Metricbeat NATS] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -507,11 +507,11 @@ } ] }, - "title": "Remotes-Subsz-Connz-Routez Timeline [Metricbeat NATS]", + "title": "Remotes-Subsz-Connz-Routez Timeline [Metricbeat NATS] ECS", "type": "area" } }, - "id": "199d3d30-1e46-11e9-a1b4-79a7ae42ab61", + "id": "199d3d30-1e46-11e9-a1b4-79a7ae42ab61-ecs", "type": "visualization", "updated_at": "2019-01-24T07:53:31.785Z", "version": 3 @@ -529,7 +529,7 @@ } } }, - "title": "Subscription Stats Timeline [Metricbeat NATS]", + "title": "Subscription Stats Timeline [Metricbeat NATS] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -714,11 +714,11 @@ } ] }, - "title": "Subscription Stats Timeline [Metricbeat NATS]", + "title": "Subscription Stats Timeline [Metricbeat NATS] ECS", "type": "line" } }, - "id": "754215c0-1e46-11e9-a1b4-79a7ae42ab61", + "id": "754215c0-1e46-11e9-a1b4-79a7ae42ab61-ecs", "type": "visualization", "updated_at": "2019-01-23T14:55:04.899Z", "version": 3 @@ -736,7 +736,7 @@ } } }, - "title": "Slow Consumers Timeline [Metricbeat NATS]", + "title": "Slow Consumers Timeline [Metricbeat NATS] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -833,11 +833,11 @@ } ] }, - "title": "Slow Consumers Timeline [Metricbeat NATS]", + "title": "Slow Consumers Timeline [Metricbeat NATS] ECS", "type": "line" } }, - "id": "94534190-1e97-11e9-b9e7-93b3bd2eec90", + "id": "94534190-1e97-11e9-b9e7-93b3bd2eec90-ecs", "type": "visualization", "updated_at": "2019-01-23T14:53:57.137Z", "version": 2 @@ -855,7 +855,7 @@ } } }, - "title": "IO Bytes Stats [Metricbeat NATS]", + "title": "IO Bytes Stats [Metricbeat NATS] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -974,11 +974,11 @@ } ] }, - "title": "IO Bytes Stats [Metricbeat NATS]", + "title": "IO Bytes Stats [Metricbeat NATS] ECS", "type": "line" } }, - "id": "be1d8a20-1e98-11e9-b9e7-93b3bd2eec90", + "id": "be1d8a20-1e98-11e9-b9e7-93b3bd2eec90-ecs", "type": "visualization", "updated_at": "2019-01-24T07:48:22.914Z", "version": 4 @@ -996,7 +996,7 @@ } } }, - "title": "Memory Utilization Timeline [Metricbeat NATS]", + "title": "Memory Utilization Timeline [Metricbeat NATS] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -1093,11 +1093,11 @@ } ] }, - "title": "Memory Utilization Timeline [Metricbeat NATS]", + "title": "Memory Utilization Timeline [Metricbeat NATS] ECS", "type": "line" } }, - "id": "8204e820-1e99-11e9-b9e7-93b3bd2eec90", + "id": "8204e820-1e99-11e9-b9e7-93b3bd2eec90-ecs", "type": "visualization", "updated_at": "2019-01-24T07:52:55.445Z", "version": 5 @@ -1115,7 +1115,7 @@ } } }, - "title": "IO Messages Stats [Metricbeat NATS]", + "title": "IO Messages Stats [Metricbeat NATS] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -1234,11 +1234,11 @@ } ] }, - "title": "IO Messages Stats [Metricbeat NATS]", + "title": "IO Messages Stats [Metricbeat NATS] ECS", "type": "line" } }, - "id": "cdbf4110-1f0d-11e9-a673-d9577e5e50eb", + "id": "cdbf4110-1f0d-11e9-a673-d9577e5e50eb-ecs", "type": "visualization", "updated_at": "2019-01-24T07:47:25.774Z", "version": 2 @@ -1256,7 +1256,7 @@ } } }, - "title": "CPU Utilization Timeline [Metricbeat NATS]", + "title": "CPU Utilization Timeline [Metricbeat NATS] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -1353,11 +1353,11 @@ } ] }, - "title": "CPU Utilization Timeline [Metricbeat NATS]", + "title": "CPU Utilization Timeline [Metricbeat NATS] ECS", "type": "line" } }, - "id": "138dc660-1f1a-11e9-a673-d9577e5e50eb", + "id": "138dc660-1f1a-11e9-a673-d9577e5e50eb-ecs", "type": "visualization", "updated_at": "2019-01-24T07:51:51.767Z", "version": 2 @@ -1375,7 +1375,7 @@ } } }, - "title": "Cache Hit Rate Timeline [Metricbeat NATS]", + "title": "Cache Hit Rate Timeline [Metricbeat NATS] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -1472,11 +1472,11 @@ } ] }, - "title": "Cache Hit Rate Timeline [Metricbeat NATS]", + "title": "Cache Hit Rate Timeline [Metricbeat NATS] ECS", "type": "line" } }, - "id": "dff743a0-1f1c-11e9-a673-d9577e5e50eb", + "id": "dff743a0-1f1c-11e9-a673-d9577e5e50eb-ecs", "type": "visualization", "updated_at": "2019-01-23T14:57:20.994Z", "version": 2 @@ -1511,7 +1511,7 @@ "x": 0, "y": 45 }, - "id": "b129b220-1e44-11e9-a1b4-79a7ae42ab61", + "id": "b129b220-1e44-11e9-a1b4-79a7ae42ab61-ecs", "panelIndex": "6", "type": "visualization", "version": "6.5.4" @@ -1525,7 +1525,7 @@ "x": 24, "y": 34 }, - "id": "30a61c00-1e45-11e9-a1b4-79a7ae42ab61", + "id": "30a61c00-1e45-11e9-a1b4-79a7ae42ab61-ecs", "panelIndex": "7", "type": "visualization", "version": "6.5.4" @@ -1539,7 +1539,7 @@ "x": 37, "y": 34 }, - "id": "206f1bc0-1e45-11e9-a1b4-79a7ae42ab61", + "id": "206f1bc0-1e45-11e9-a1b4-79a7ae42ab61-ecs", "panelIndex": "8", "type": "visualization", "version": "6.5.4" @@ -1553,7 +1553,7 @@ "x": 24, "y": 41 }, - "id": "4c380ff0-1e45-11e9-a1b4-79a7ae42ab61", + "id": "4c380ff0-1e45-11e9-a1b4-79a7ae42ab61-ecs", "panelIndex": "9", "type": "visualization", "version": "6.5.4" @@ -1567,7 +1567,7 @@ "x": 0, "y": 34 }, - "id": "199d3d30-1e46-11e9-a1b4-79a7ae42ab61", + "id": "199d3d30-1e46-11e9-a1b4-79a7ae42ab61-ecs", "panelIndex": "11", "type": "visualization", "version": "6.5.4" @@ -1581,7 +1581,7 @@ "x": 15, "y": 0 }, - "id": "754215c0-1e46-11e9-a1b4-79a7ae42ab61", + "id": "754215c0-1e46-11e9-a1b4-79a7ae42ab61-ecs", "panelIndex": "12", "type": "visualization", "version": "6.5.4" @@ -1595,7 +1595,7 @@ "x": 0, "y": 0 }, - "id": "94534190-1e97-11e9-b9e7-93b3bd2eec90", + "id": "94534190-1e97-11e9-b9e7-93b3bd2eec90-ecs", "panelIndex": "13", "type": "visualization", "version": "6.5.4" @@ -1609,7 +1609,7 @@ "x": 24, "y": 10 }, - "id": "be1d8a20-1e98-11e9-b9e7-93b3bd2eec90", + "id": "be1d8a20-1e98-11e9-b9e7-93b3bd2eec90-ecs", "panelIndex": "14", "type": "visualization", "version": "6.5.4" @@ -1627,7 +1627,7 @@ "x": 24, "y": 22 }, - "id": "8204e820-1e99-11e9-b9e7-93b3bd2eec90", + "id": "8204e820-1e99-11e9-b9e7-93b3bd2eec90-ecs", "panelIndex": "15", "type": "visualization", "version": "6.5.4" @@ -1641,7 +1641,7 @@ "x": 0, "y": 10 }, - "id": "cdbf4110-1f0d-11e9-a673-d9577e5e50eb", + "id": "cdbf4110-1f0d-11e9-a673-d9577e5e50eb-ecs", "panelIndex": "16", "type": "visualization", "version": "6.3.2" @@ -1655,7 +1655,7 @@ "x": 0, "y": 22 }, - "id": "138dc660-1f1a-11e9-a673-d9577e5e50eb", + "id": "138dc660-1f1a-11e9-a673-d9577e5e50eb-ecs", "panelIndex": "17", "type": "visualization", "version": "6.3.2" @@ -1669,17 +1669,17 @@ "x": 33, "y": 0 }, - "id": "dff743a0-1f1c-11e9-a673-d9577e5e50eb", + "id": "dff743a0-1f1c-11e9-a673-d9577e5e50eb-ecs", "panelIndex": "18", "type": "visualization", "version": "6.3.2" } ], "timeRestore": false, - "title": "[Metricbeat NATS] Overview", + "title": "[Metricbeat NATS] Overview ECS", "version": 1 }, - "id": "Metricbeat-Nats-Dashboard", + "id": "Metricbeat-Nats-Dashboard-ecs", "type": "dashboard", "updated_at": "2019-01-24T08:13:29.732Z", "version": 4 diff --git a/metricbeat/module/nginx/_meta/kibana/7/dashboard/metricbeat-nginx-overview.json b/metricbeat/module/nginx/_meta/kibana/7/dashboard/metricbeat-nginx-overview.json index 513738292a0..6bcb9219353 100644 --- a/metricbeat/module/nginx/_meta/kibana/7/dashboard/metricbeat-nginx-overview.json +++ b/metricbeat/module/nginx/_meta/kibana/7/dashboard/metricbeat-nginx-overview.json @@ -6,7 +6,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Request Rate [Metricbeat Nginx]", + "title": "Request Rate [Metricbeat Nginx] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -52,11 +52,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Request Rate [Metricbeat Nginx]", + "title": "Request Rate [Metricbeat Nginx] ECS", "type": "metrics" } }, - "id": "555df8a0-f1a1-11e7-a9ef-93c69af7b129", + "id": "555df8a0-f1a1-11e7-a9ef-93c69af7b129-ecs", "type": "visualization", "updated_at": "2018-01-04T22:48:58.542Z", "version": 2 @@ -67,7 +67,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Accepts and Handled Rate [Metricbeat Nginx]", + "title": "Accepts and Handled Rate [Metricbeat Nginx] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -152,11 +152,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Accepts and Handled Rate [Metricbeat Nginx]", + "title": "Accepts and Handled Rate [Metricbeat Nginx] ECS", "type": "metrics" } }, - "id": "a1d92240-f1a1-11e7-a9ef-93c69af7b129", + "id": "a1d92240-f1a1-11e7-a9ef-93c69af7b129-ecs", "type": "visualization", "updated_at": "2018-01-04T23:07:23.056Z", "version": 2 @@ -167,7 +167,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Drops Rate [Metricbeat Nginx]", + "title": "Drops Rate [Metricbeat Nginx] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -213,11 +213,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Drops Rate [Metricbeat Nginx]", + "title": "Drops Rate [Metricbeat Nginx] ECS", "type": "metrics" } }, - "id": "d763a570-f1a1-11e7-a9ef-93c69af7b129", + "id": "d763a570-f1a1-11e7-a9ef-93c69af7b129-ecs", "type": "visualization", "updated_at": "2018-01-04T22:51:46.375Z", "version": 1 @@ -228,7 +228,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Active connections [Metricbeat Nginx]", + "title": "Active connections [Metricbeat Nginx] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -267,11 +267,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Active connections [Metricbeat Nginx]", + "title": "Active connections [Metricbeat Nginx] ECS", "type": "metrics" } }, - "id": "47a8e0f0-f1a4-11e7-a9ef-93c69af7b129", + "id": "47a8e0f0-f1a4-11e7-a9ef-93c69af7b129-ecs", "type": "visualization", "updated_at": "2018-01-04T23:09:55.944Z", "version": 2 @@ -282,7 +282,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Reading / Writing / Waiting Rates [Metricbeat Nginx]", + "title": "Reading / Writing / Waiting Rates [Metricbeat Nginx] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -364,11 +364,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Reading / Writing / Waiting Rates [Metricbeat Nginx]", + "title": "Reading / Writing / Waiting Rates [Metricbeat Nginx] ECS", "type": "metrics" } }, - "id": "dcbffe30-f1a4-11e7-a9ef-93c69af7b129", + "id": "dcbffe30-f1a4-11e7-a9ef-93c69af7b129-ecs", "type": "visualization", "updated_at": "2018-01-04T23:13:23.859Z", "version": 1 @@ -402,7 +402,7 @@ "x": 6, "y": 0 }, - "id": "555df8a0-f1a1-11e7-a9ef-93c69af7b129", + "id": "555df8a0-f1a1-11e7-a9ef-93c69af7b129-ecs", "panelIndex": "1", "type": "visualization", "version": "6.2.4" @@ -415,7 +415,7 @@ "x": 6, "y": 3 }, - "id": "a1d92240-f1a1-11e7-a9ef-93c69af7b129", + "id": "a1d92240-f1a1-11e7-a9ef-93c69af7b129-ecs", "panelIndex": "2", "type": "visualization", "version": "6.2.4" @@ -428,7 +428,7 @@ "x": 0, "y": 3 }, - "id": "d763a570-f1a1-11e7-a9ef-93c69af7b129", + "id": "d763a570-f1a1-11e7-a9ef-93c69af7b129-ecs", "panelIndex": "3", "type": "visualization", "version": "6.2.4" @@ -441,7 +441,7 @@ "x": 0, "y": 0 }, - "id": "47a8e0f0-f1a4-11e7-a9ef-93c69af7b129", + "id": "47a8e0f0-f1a4-11e7-a9ef-93c69af7b129-ecs", "panelIndex": "4", "type": "visualization", "version": "6.2.4" @@ -454,17 +454,17 @@ "x": 0, "y": 6 }, - "id": "dcbffe30-f1a4-11e7-a9ef-93c69af7b129", + "id": "dcbffe30-f1a4-11e7-a9ef-93c69af7b129-ecs", "panelIndex": "5", "type": "visualization", "version": "6.2.4" } ], "timeRestore": false, - "title": "[Metricbeat Nginx] Overview", + "title": "[Metricbeat Nginx] Overview ECS", "version": 1 }, - "id": "023d2930-f1a5-11e7-a9ef-93c69af7b129", + "id": "023d2930-f1a5-11e7-a9ef-93c69af7b129-ecs", "type": "dashboard", "updated_at": "2018-01-04T23:14:26.755Z", "version": 1 diff --git a/metricbeat/module/rabbitmq/_meta/kibana/7/dashboard/Metricbeat-rabbitmq-overview.json b/metricbeat/module/rabbitmq/_meta/kibana/7/dashboard/Metricbeat-rabbitmq-overview.json index 3b5e1ad38e4..bfc42629f11 100644 --- a/metricbeat/module/rabbitmq/_meta/kibana/7/dashboard/Metricbeat-rabbitmq-overview.json +++ b/metricbeat/module/rabbitmq/_meta/kibana/7/dashboard/Metricbeat-rabbitmq-overview.json @@ -8,8 +8,8 @@ "filter": [] } }, - "savedSearchId": "Metricbeat-Rabbitmq", - "title": "Memory Usage [Metricbeat RabbitMQ]", + "savedSearchId": "Metricbeat-Rabbitmq-ecs ECS", + "title": "Memory Usage [Metricbeat RabbitMQ] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -70,11 +70,11 @@ "times": [], "yAxis": {} }, - "title": "RabbitMQ Memory Usage", + "title": "RabbitMQ Memory Usage ECS", "type": "line" } }, - "id": "RabbitMQ-Memory-Usage", + "id": "RabbitMQ-Memory-Usage-ecs", "type": "visualization", "version": 2 }, @@ -86,8 +86,8 @@ "filter": [] } }, - "savedSearchId": "Metricbeat-Rabbitmq", - "title": "Number of Nodes [Metricbeat RabbitMQ]", + "savedSearchId": "Metricbeat-Rabbitmq-ecs ECS", + "title": "Number of Nodes [Metricbeat RabbitMQ] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -108,11 +108,11 @@ "fontSize": 60, "handleNoResults": true }, - "title": "Rabbitmq-Number-of-Nodes", + "title": "Rabbitmq-Number-of-Nodes-ecs ECS", "type": "metric" } }, - "id": "Rabbitmq-Number-of-Nodes", + "id": "Rabbitmq-Number-of-Nodes-ecs ECS", "type": "visualization", "version": 2 }, @@ -124,8 +124,8 @@ "filter": [] } }, - "savedSearchId": "Metricbeat-Rabbitmq", - "title": "Erlang Process Usage [Metricbeat RabbitMQ]", + "savedSearchId": "Metricbeat-Rabbitmq-ecs ECS", + "title": "Erlang Process Usage [Metricbeat RabbitMQ] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -185,11 +185,11 @@ "times": [], "yAxis": {} }, - "title": "RabbitMQ Erlang Process Usage", + "title": "RabbitMQ Erlang Process Usage ECS", "type": "line" } }, - "id": "RabbitMQ-Erlang-Process-Usage", + "id": "RabbitMQ-Erlang-Process-Usage-ecs", "type": "visualization", "version": 2 }, @@ -201,8 +201,8 @@ "filter": [] } }, - "savedSearchId": "Metricbeat-Rabbitmq", - "title": "Queue Index Operations [Metricbeat RabbitMQ]", + "savedSearchId": "Metricbeat-Rabbitmq-ecs ECS", + "title": "Queue Index Operations [Metricbeat RabbitMQ] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -329,11 +329,11 @@ ], "yAxis": {} }, - "title": "Queue Index Operations [Metricbeat RabbitMQ]", + "title": "Queue Index Operations [Metricbeat RabbitMQ] ECS", "type": "line" } }, - "id": "RabbitMQ-Queue-Index-Operations", + "id": "RabbitMQ-Queue-Index-Operations-ecs", "type": "visualization", "version": 2 }, @@ -361,7 +361,7 @@ "query": { "query_string": { "analyze_wildcard": true, - "query": "metricset.module:rabbitmq" + "query": "event.module:rabbitmq" } } } @@ -370,10 +370,10 @@ "@timestamp", "desc" ], - "title": "Metricbeat-Rabbitmq", + "title": "Metricbeat-Rabbitmq-ecs ECS", "version": 1 }, - "id": "Metricbeat-Rabbitmq", + "id": "Metricbeat-Rabbitmq-ecs ECS", "type": "search", "version": 1 }, @@ -403,7 +403,7 @@ "panelsJSON": [ { "col": 1, - "id": "RabbitMQ-Memory-Usage", + "id": "RabbitMQ-Memory-Usage-ecs", "panelIndex": 8, "row": 1, "size_x": 6, @@ -412,7 +412,7 @@ }, { "col": 8, - "id": "Rabbitmq-Number-of-Nodes", + "id": "Rabbitmq-Number-of-Nodes-ecs ECS", "panelIndex": 2, "row": 1, "size_x": 3, @@ -421,7 +421,7 @@ }, { "col": 1, - "id": "RabbitMQ-Erlang-Process-Usage", + "id": "RabbitMQ-Erlang-Process-Usage-ecs", "panelIndex": 10, "row": 4, "size_x": 6, @@ -430,7 +430,7 @@ }, { "col": 7, - "id": "RabbitMQ-Queue-Index-Operations", + "id": "RabbitMQ-Queue-Index-Operations-ecs", "panelIndex": 9, "row": 4, "size_x": 6, @@ -439,7 +439,7 @@ } ], "timeRestore": false, - "title": "[Metricbeat RabbitMQ] Overview", + "title": "[Metricbeat RabbitMQ] Overview ECS", "uiStateJSON": { "P-2": { "vis": { @@ -451,7 +451,7 @@ }, "version": 1 }, - "id": "AV4YobKIge1VCbKU_qVo", + "id": "AV4YobKIge1VCbKU_qVo-ecs", "type": "dashboard", "version": 2 } diff --git a/metricbeat/module/redis/_meta/kibana/7/dashboard/Metricbeat-redis-keys.json b/metricbeat/module/redis/_meta/kibana/7/dashboard/Metricbeat-redis-keys.json index ccf3508789c..d39771ae8bf 100644 --- a/metricbeat/module/redis/_meta/kibana/7/dashboard/Metricbeat-redis-keys.json +++ b/metricbeat/module/redis/_meta/kibana/7/dashboard/Metricbeat-redis-keys.json @@ -12,7 +12,7 @@ } } }, - "title": "Keyspace selector [Redis]", + "title": "Keyspace selector [Redis] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -39,11 +39,11 @@ "updateFiltersOnChange": true, "useTimeFilter": false }, - "title": "Keyspace selector [Redis]", + "title": "Keyspace selector [Redis] ECS", "type": "input_control_vis" } }, - "id": "00d39210-050d-11e9-9c60-d582a238e2c5", + "id": "00d39210-050d-11e9-9c60-d582a238e2c5-ecs", "type": "visualization", "updated_at": "2018-12-21T11:19:04.179Z", "version": 5 @@ -88,7 +88,7 @@ } } }, - "title": "Lists length [Redis]", + "title": "Lists length [Redis] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -228,11 +228,11 @@ } ] }, - "title": "Lists length [Redis]", + "title": "Lists length [Redis] ECS", "type": "line" } }, - "id": "7f4bc7d0-050c-11e9-9c60-d582a238e2c5", + "id": "7f4bc7d0-050c-11e9-9c60-d582a238e2c5-ecs", "type": "visualization", "updated_at": "2018-12-21T11:22:12.807Z", "version": 4 @@ -250,7 +250,7 @@ } } }, - "title": "Keys by type [Redis]", + "title": "Keys by type [Redis] ECS", "uiStateJSON": { "vis": { "legendOpen": false @@ -377,11 +377,11 @@ } ] }, - "title": "Keys by type [Redis]", + "title": "Keys by type [Redis] ECS", "type": "line" } }, - "id": "4435ac40-050e-11e9-9c60-d582a238e2c5", + "id": "4435ac40-050e-11e9-9c60-d582a238e2c5-ecs", "type": "visualization", "updated_at": "2018-12-21T11:23:46.207Z", "version": 5 @@ -426,7 +426,7 @@ } } }, - "title": "Average string key size [Redis]", + "title": "Average string key size [Redis] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -548,11 +548,11 @@ } ] }, - "title": "Average string key size [Redis]", + "title": "Average string key size [Redis] ECS", "type": "line" } }, - "id": "8541a4a0-0513-11e9-9c60-d582a238e2c5", + "id": "8541a4a0-0513-11e9-9c60-d582a238e2c5-ecs", "type": "visualization", "updated_at": "2018-12-21T11:28:20.970Z", "version": 1 @@ -595,7 +595,7 @@ } } }, - "title": "Average keys TTL [Redis]", + "title": "Average keys TTL [Redis] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -734,11 +734,11 @@ } ] }, - "title": "Average keys TTL [Redis]", + "title": "Average keys TTL [Redis] ECS", "type": "line" } }, - "id": "517a5fd0-0514-11e9-9c60-d582a238e2c5", + "id": "517a5fd0-0514-11e9-9c60-d582a238e2c5-ecs", "type": "visualization", "updated_at": "2018-12-21T11:34:03.597Z", "version": 1 @@ -808,7 +808,7 @@ "x": 0, "y": 0 }, - "id": "00d39210-050d-11e9-9c60-d582a238e2c5", + "id": "00d39210-050d-11e9-9c60-d582a238e2c5-ecs", "panelIndex": "1", "title": "Keyspace selector", "type": "visualization", @@ -823,7 +823,7 @@ "x": 12, "y": 0 }, - "id": "7f4bc7d0-050c-11e9-9c60-d582a238e2c5", + "id": "7f4bc7d0-050c-11e9-9c60-d582a238e2c5-ecs", "panelIndex": "2", "title": "Lists length", "type": "visualization", @@ -842,7 +842,7 @@ "x": 0, "y": 5 }, - "id": "4435ac40-050e-11e9-9c60-d582a238e2c5", + "id": "4435ac40-050e-11e9-9c60-d582a238e2c5-ecs", "panelIndex": "3", "title": "Keys by type", "type": "visualization", @@ -857,7 +857,7 @@ "x": 0, "y": 15 }, - "id": "8541a4a0-0513-11e9-9c60-d582a238e2c5", + "id": "8541a4a0-0513-11e9-9c60-d582a238e2c5-ecs", "panelIndex": "4", "title": "Average size of string keys", "type": "visualization", @@ -872,7 +872,7 @@ "x": 24, "y": 15 }, - "id": "517a5fd0-0514-11e9-9c60-d582a238e2c5", + "id": "517a5fd0-0514-11e9-9c60-d582a238e2c5-ecs", "panelIndex": "5", "title": "Average keys TTL", "type": "visualization", @@ -880,10 +880,10 @@ } ], "timeRestore": false, - "title": "[Metricbeat Redis] Keys", + "title": "[Metricbeat Redis] Keys ECS", "version": 1 }, - "id": "28969190-0511-11e9-9c60-d582a238e2c5", + "id": "28969190-0511-11e9-9c60-d582a238e2c5-ecs", "type": "dashboard", "updated_at": "2018-12-21T11:39:13.143Z", "version": 4 diff --git a/metricbeat/module/redis/_meta/kibana/7/dashboard/Metricbeat-redis-overview.json b/metricbeat/module/redis/_meta/kibana/7/dashboard/Metricbeat-redis-overview.json index f244f0cb853..1efa33513f0 100644 --- a/metricbeat/module/redis/_meta/kibana/7/dashboard/Metricbeat-redis-overview.json +++ b/metricbeat/module/redis/_meta/kibana/7/dashboard/Metricbeat-redis-overview.json @@ -8,8 +8,8 @@ "filter": [] } }, - "savedSearchId": "Metricbeat-Redis", - "title": "Clients [Metricbeat Redis]", + "savedSearchId": "Metricbeat-Redis-ecs", + "title": "Clients [Metricbeat Redis] ECS", "uiStateJSON": { "vis": { "defaultColors": { @@ -75,12 +75,12 @@ "handleNoResults": true, "type": "gauge" }, - "title": "Clients [Metricbeat Redis]", + "title": "Clients [Metricbeat Redis] ECS", "type": "metric" } }, "col": 1, - "id": "Redis-Clients-Metrics", + "id": "Redis-Clients-Metrics-ecs", "panelIndex": 2, "row": 1, "size_x": 3, @@ -96,8 +96,8 @@ "filter": [] } }, - "savedSearchId": "Metricbeat-Redis", - "title": "Connected clients [Metricbeat Redis]", + "savedSearchId": "Metricbeat-Redis-ecs", + "title": "Connected clients [Metricbeat Redis] ECS", "uiStateJSON": { "vis": { "colors": { @@ -216,12 +216,12 @@ ], "yAxis": {} }, - "title": "Connected clients [Metricbeat Redis]", + "title": "Connected clients [Metricbeat Redis] ECS", "type": "histogram" } }, "col": 4, - "id": "Redis-Connected-clients", + "id": "Redis-Connected-clients-ecs", "panelIndex": 1, "row": 1, "size_x": 5, @@ -237,8 +237,8 @@ "filter": [] } }, - "savedSearchId": "Metricbeat-Redis", - "title": "Hosts [Metricbeat Redis]", + "savedSearchId": "Metricbeat-Redis-ecs", + "title": "Hosts [Metricbeat Redis] ECS", "uiStateJSON": { "vis": { "params": { @@ -256,7 +256,7 @@ "enabled": true, "id": "2", "params": { - "field": "metricset.host", + "field": "service.address", "order": "desc", "orderBy": "1", "size": 5 @@ -279,7 +279,7 @@ "id": "6", "params": { "customLabel": "PID", - "field": "redis.info.server.process_id" + "field": "process.pid" }, "schema": "metric", "type": "max" @@ -327,12 +327,12 @@ }, "totalFunc": "sum" }, - "title": "Hosts [Metricbeat Redis]", + "title": "Hosts [Metricbeat Redis] ECS", "type": "table" } }, "col": 1, - "id": "Redis-hosts", + "id": "Redis-hosts-ecs", "panelIndex": 3, "row": 4, "size_x": 12, @@ -348,8 +348,8 @@ "filter": [] } }, - "savedSearchId": "Metricbeat-Redis", - "title": "Server Versions [Metricbeat Redis]", + "savedSearchId": "Metricbeat-Redis-ecs", + "title": "Server Versions [Metricbeat Redis] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -359,7 +359,7 @@ "id": "1", "params": { "customLabel": "Hosts", - "field": "metricset.host" + "field": "service.address" }, "schema": "metric", "type": "cardinality" @@ -369,7 +369,7 @@ "id": "2", "params": { "customLabel": "Multiplexing API", - "field": "redis.info.server.version", + "field": "service.version", "order": "desc", "orderBy": "1", "size": 5 @@ -386,12 +386,12 @@ "legendPosition": "right", "shareYAxis": true }, - "title": "Server Versions [Metricbeat Redis]", + "title": "Server Versions [Metricbeat Redis] ECS", "type": "pie" } }, "col": 1, - "id": "Redis-Server-Versions", + "id": "Redis-Server-Versions-ecs", "panelIndex": 4, "row": 6, "size_x": 4, @@ -407,8 +407,8 @@ "filter": [] } }, - "savedSearchId": "Metricbeat-Redis", - "title": "Server mode [Metricbeat Redis]", + "savedSearchId": "Metricbeat-Redis-ecs", + "title": "Server mode [Metricbeat Redis] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -418,7 +418,7 @@ "id": "1", "params": { "customLabel": "Hosts", - "field": "metricset.host" + "field": "service.address" }, "schema": "metric", "type": "cardinality" @@ -445,12 +445,12 @@ "legendPosition": "right", "shareYAxis": true }, - "title": "Server mode [Metricbeat Redis]", + "title": "Server mode [Metricbeat Redis] ECS", "type": "pie" } }, "col": 5, - "id": "Redis-server-mode", + "id": "Redis-server-mode-ecs", "panelIndex": 5, "row": 6, "size_x": 4, @@ -466,8 +466,8 @@ "filter": [] } }, - "savedSearchId": "Metricbeat-Redis", - "title": "Multiplexing API [Metricbeat Redis]", + "savedSearchId": "Metricbeat-Redis-ecs", + "title": "Multiplexing API [Metricbeat Redis] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -477,7 +477,7 @@ "id": "1", "params": { "customLabel": "Hosts", - "field": "metricset.host" + "field": "service.address" }, "schema": "metric", "type": "cardinality" @@ -504,12 +504,12 @@ "legendPosition": "right", "shareYAxis": true }, - "title": "Multiplexing API [Metricbeat Redis]", + "title": "Multiplexing API [Metricbeat Redis] ECS", "type": "pie" } }, "col": 9, - "id": "Redis-multiplexing-API", + "id": "Redis-multiplexing-API-ecs", "panelIndex": 6, "row": 6, "size_x": 3, @@ -525,8 +525,8 @@ "filter": [] } }, - "savedSearchId": "Metricbeat-Redis", - "title": "Keyspaces [Metricbeat Redis]", + "savedSearchId": "Metricbeat-Redis-ecs", + "title": "Keyspaces [Metricbeat Redis] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -645,12 +645,12 @@ ], "yAxis": {} }, - "title": "Keyspaces [Metricbeat Redis]", + "title": "Keyspaces [Metricbeat Redis] ECS", "type": "area" } }, "col": 9, - "id": "Redis-Keyspaces", + "id": "Redis-Keyspaces-ecs", "panelIndex": 7, "row": 1, "size_x": 4, @@ -685,7 +685,7 @@ "query": { "query_string": { "analyze_wildcard": true, - "query": "metricset.module:redis" + "query": "event.module:redis" } } } @@ -694,10 +694,10 @@ "@timestamp", "desc" ], - "title": "Metricbeat Redis", + "title": "Metricbeat Redis ECS", "version": 1 }, - "id": "Metricbeat-Redis", + "id": "Metricbeat-Redis-ecs", "type": "search", "version": 7 }, @@ -727,7 +727,7 @@ "panelsJSON": [ { "col": 1, - "id": "Redis-Clients-Metrics", + "id": "Redis-Clients-Metrics-ecs", "panelIndex": 2, "row": 1, "size_x": 3, @@ -736,7 +736,7 @@ }, { "col": 4, - "id": "Redis-Connected-clients", + "id": "Redis-Connected-clients-ecs", "panelIndex": 1, "row": 1, "size_x": 5, @@ -745,7 +745,7 @@ }, { "col": 1, - "id": "Redis-hosts", + "id": "Redis-hosts-ecs", "panelIndex": 3, "row": 4, "size_x": 12, @@ -754,7 +754,7 @@ }, { "col": 1, - "id": "Redis-Server-Versions", + "id": "Redis-Server-Versions-ecs", "panelIndex": 4, "row": 6, "size_x": 4, @@ -763,7 +763,7 @@ }, { "col": 5, - "id": "Redis-server-mode", + "id": "Redis-server-mode-ecs", "panelIndex": 5, "row": 6, "size_x": 4, @@ -772,7 +772,7 @@ }, { "col": 9, - "id": "Redis-multiplexing-API", + "id": "Redis-multiplexing-API-ecs", "panelIndex": 6, "row": 6, "size_x": 3, @@ -781,7 +781,7 @@ }, { "col": 9, - "id": "Redis-Keyspaces", + "id": "Redis-Keyspaces-ecs", "panelIndex": 7, "row": 1, "size_x": 4, @@ -790,7 +790,7 @@ } ], "timeRestore": false, - "title": "[Metricbeat Redis] Overview", + "title": "[Metricbeat Redis] Overview ECS", "uiStateJSON": { "P-2": { "vis": { @@ -817,7 +817,7 @@ }, "version": 1 }, - "id": "AV4YjZ5pux-M-tCAunxK", + "id": "AV4YjZ5pux-M-tCAunxK-ecs", "type": "dashboard", "version": 1 } diff --git a/metricbeat/module/system/_meta/kibana/7/dashboard/Metricbeat-containers-overview.json b/metricbeat/module/system/_meta/kibana/7/dashboard/Metricbeat-containers-overview.json index 411d4b4310d..af128666072 100644 --- a/metricbeat/module/system/_meta/kibana/7/dashboard/Metricbeat-containers-overview.json +++ b/metricbeat/module/system/_meta/kibana/7/dashboard/Metricbeat-containers-overview.json @@ -18,7 +18,7 @@ } } }, - "title": "Container CPU usage [Metricbeat System]", + "title": "Container CPU usage [Metricbeat System] ECS", "uiStateJSON": { "vis": { "params": { @@ -90,7 +90,7 @@ "id": "6", "params": { "customLabel": "Process name", - "field": "system.process.name", + "field": "process.name", "order": "desc", "orderBy": "1", "size": 5 @@ -110,11 +110,11 @@ }, "totalFunc": "sum" }, - "title": "Container CPU usage [Metricbeat System]", + "title": "Container CPU usage [Metricbeat System] ECS", "type": "table" } }, - "id": "Container-CPU-usage", + "id": "Container-CPU-usage-ecs", "type": "visualization", "version": 1 }, @@ -135,20 +135,20 @@ } } }, - "title": "System Navigation [Metricbeat System]", + "title": "System Navigation [Metricbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { "aggs": [], "params": { "fontSize": 12, - "markdown": "[System Overview](#/dashboard/Metricbeat-system-overview) | [Host Overview](#/dashboard/79ffd6e0-faa0-11e6-947f-177f697178b8) |\n[Containers overview](#/dashboard/CPU-slash-Memory-per-container)" + "markdown": "[System Overview](#/dashboard/Metricbeat-system-overview-ecs) | [Host Overview](#/dashboard/79ffd6e0-faa0-11e6-947f-177f697178b8-ecs) |\n[Containers overview](#/dashboard/CPU-slash-Memory-per-container-ecs)" }, - "title": "System Navigation [Metricbeat System]", + "title": "System Navigation [Metricbeat System] ECS", "type": "markdown" } }, - "id": "System-Navigation", + "id": "System-Navigation-ecs", "type": "visualization", "version": 3 }, @@ -170,7 +170,7 @@ } } }, - "title": "Container Memory stats [Metricbeat System]", + "title": "Container Memory stats [Metricbeat System] ECS", "uiStateJSON": { "vis": { "params": { @@ -272,7 +272,7 @@ "id": "8", "params": { "customLabel": "Process name", - "field": "system.process.name", + "field": "process.name", "order": "desc", "orderBy": "1", "size": 5 @@ -352,11 +352,11 @@ }, "totalFunc": "sum" }, - "title": "Container Memory stats [Metricbeat System]", + "title": "Container Memory stats [Metricbeat System] ECS", "type": "table" } }, - "id": "Container-Memory-stats", + "id": "Container-Memory-stats-ecs", "type": "visualization", "version": 1 }, @@ -378,7 +378,7 @@ } } }, - "title": "Container Block IO [Metricbeat System]", + "title": "Container Block IO [Metricbeat System] ECS", "uiStateJSON": { "vis": { "params": { @@ -430,7 +430,7 @@ "id": "4", "params": { "customLabel": "Process name", - "field": "system.process.name", + "field": "process.name", "order": "desc", "orderBy": "1", "size": 5 @@ -450,11 +450,11 @@ }, "totalFunc": "sum" }, - "title": "Container Block IO [Metricbeat System]", + "title": "Container Block IO [Metricbeat System] ECS", "type": "table" } }, - "id": "Container-Block-IO", + "id": "Container-Block-IO-ecs", "type": "visualization", "version": 1 }, @@ -484,7 +484,7 @@ "panelsJSON": [ { "col": 1, - "id": "Container-CPU-usage", + "id": "Container-CPU-usage-ecs", "panelIndex": 2, "row": 2, "size_x": 12, @@ -493,7 +493,7 @@ }, { "col": 1, - "id": "System-Navigation", + "id": "System-Navigation-ecs", "panelIndex": 3, "row": 1, "size_x": 12, @@ -502,7 +502,7 @@ }, { "col": 1, - "id": "Container-Memory-stats", + "id": "Container-Memory-stats-ecs", "panelIndex": 4, "row": 5, "size_x": 12, @@ -511,7 +511,7 @@ }, { "col": 1, - "id": "Container-Block-IO", + "id": "Container-Block-IO-ecs", "panelIndex": 5, "row": 8, "size_x": 12, @@ -520,7 +520,7 @@ } ], "timeRestore": false, - "title": "[Metricbeat System] Containers overview", + "title": "[Metricbeat System] Containers overview ECS", "uiStateJSON": { "P-2": { "vis": { @@ -555,7 +555,7 @@ }, "version": 1 }, - "id": "CPU-slash-Memory-per-container", + "id": "CPU-slash-Memory-per-container-ecs", "type": "dashboard", "version": 1 } diff --git a/metricbeat/module/system/_meta/kibana/7/dashboard/Metricbeat-host-overview.json b/metricbeat/module/system/_meta/kibana/7/dashboard/Metricbeat-host-overview.json index 59c466dd0ba..3094b6247de 100644 --- a/metricbeat/module/system/_meta/kibana/7/dashboard/Metricbeat-host-overview.json +++ b/metricbeat/module/system/_meta/kibana/7/dashboard/Metricbeat-host-overview.json @@ -13,7 +13,7 @@ } } }, - "title": "Network Traffic (Packets) [Metricbeat System]", + "title": "Network Traffic (Packets) [Metricbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -118,11 +118,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Mericbeat: Network Traffic (Packets)", + "title": "Mericbeat: Network Traffic (Packets) ECS", "type": "metrics" } }, - "id": "6b7b9a40-faa1-11e6-86b1-cd7735ff7e23", + "id": "6b7b9a40-faa1-11e6-86b1-cd7735ff7e23-ecs", "type": "visualization", "version": 1 }, @@ -142,7 +142,7 @@ } } }, - "title": "System Load [Metricbeat System]", + "title": "System Load [Metricbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -223,11 +223,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "System Load [Metricbeat System]", + "title": "System Load [Metricbeat System] ECS", "type": "metrics" } }, - "id": "4d546850-1b15-11e7-b09e-037021c4f8df", + "id": "4d546850-1b15-11e7-b09e-037021c4f8df-ecs", "type": "visualization", "version": 1 }, @@ -244,7 +244,7 @@ } } }, - "title": "Network Traffic (Bytes) [Metricbeat System]", + "title": "Network Traffic (Bytes) [Metricbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -349,11 +349,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Mericbeat: Network Traffic (Bytes)", + "title": "Mericbeat: Network Traffic (Bytes) ECS", "type": "metrics" } }, - "id": "089b85d0-1b16-11e7-b09e-037021c4f8df", + "id": "089b85d0-1b16-11e7-b09e-037021c4f8df-ecs", "type": "visualization", "version": 1 }, @@ -373,7 +373,7 @@ } } }, - "title": "Memory Usage [Metricbeat System]", + "title": "Memory Usage [Metricbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -476,11 +476,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Memory Usage [Metricbeat System]", + "title": "Memory Usage [Metricbeat System] ECS", "type": "metrics" } }, - "id": "bfa5e400-1b16-11e7-b09e-037021c4f8df", + "id": "bfa5e400-1b16-11e7-b09e-037021c4f8df-ecs", "type": "visualization", "version": 1 }, @@ -500,7 +500,7 @@ } } }, - "title": "Top Processes By CPU [Metricbeat System]", + "title": "Top Processes By CPU [Metricbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -541,7 +541,7 @@ "seperate_axis": 0, "split_mode": "terms", "stacked": "none", - "terms_field": "system.process.name", + "terms_field": "process.name", "terms_order_by": "5f5b8d52-1b18-11e7-b09e-037021c4f8df" } ], @@ -550,11 +550,11 @@ "time_field": "@timestamp", "type": "top_n" }, - "title": "Top Processes By CPU [Metricbeat System]", + "title": "Top Processes By CPU [Metricbeat System] ECS", "type": "metrics" } }, - "id": "e0f001c0-1b18-11e7-b09e-037021c4f8df", + "id": "e0f001c0-1b18-11e7-b09e-037021c4f8df-ecs", "type": "visualization", "version": 1 }, @@ -574,7 +574,7 @@ } } }, - "title": "Processes By Memory [Metricbeat System]", + "title": "Processes By Memory [Metricbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -627,7 +627,7 @@ "seperate_axis": 0, "split_mode": "terms", "stacked": "none", - "terms_field": "system.process.name", + "terms_field": "process.name", "terms_order_by": "edfceb32-1b18-11e7-b09e-037021c4f8df" } ], @@ -636,11 +636,11 @@ "time_field": "@timestamp", "type": "top_n" }, - "title": "Processes By Memory [Metricbeat System]", + "title": "Processes By Memory [Metricbeat System] ECS", "type": "metrics" } }, - "id": "2e224660-1b19-11e7-b09e-037021c4f8df", + "id": "2e224660-1b19-11e7-b09e-037021c4f8df-ecs", "type": "visualization", "version": 1 }, @@ -660,7 +660,7 @@ } } }, - "title": "CPU Usage [Metricbeat System]", + "title": "CPU Usage [Metricbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -804,11 +804,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "CPU Usage [Metricbeat System]", + "title": "CPU Usage [Metricbeat System] ECS", "type": "metrics" } }, - "id": "ab2d1e90-1b1a-11e7-b09e-037021c4f8df", + "id": "ab2d1e90-1b1a-11e7-b09e-037021c4f8df-ecs", "type": "visualization", "version": 1 }, @@ -828,7 +828,7 @@ } } }, - "title": "Disk IO (Bytes) [Metricbeat System]", + "title": "Disk IO (Bytes) [Metricbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -921,11 +921,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Disk IO (Bytes) [Metricbeat System]", + "title": "Disk IO (Bytes) [Metricbeat System] ECS", "type": "metrics" } }, - "id": "4e4bb1e0-1b1b-11e7-b09e-037021c4f8df", + "id": "4e4bb1e0-1b1b-11e7-b09e-037021c4f8df-ecs", "type": "visualization", "version": 1 }, @@ -945,7 +945,7 @@ } } }, - "title": "Load Gauge [Metricbeat System]", + "title": "Load Gauge [Metricbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -997,11 +997,11 @@ "time_field": "@timestamp", "type": "gauge" }, - "title": "Load Gauge [Metricbeat System]", + "title": "Load Gauge [Metricbeat System] ECS", "type": "metrics" } }, - "id": "26732e20-1b91-11e7-bec4-a5e9ec5cab8b", + "id": "26732e20-1b91-11e7-bec4-a5e9ec5cab8b-ecs", "type": "visualization", "version": 1 }, @@ -1021,7 +1021,7 @@ } } }, - "title": "CPU Usage Gauge [Metricbeat System]", + "title": "CPU Usage Gauge [Metricbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -1117,11 +1117,11 @@ "time_field": "@timestamp", "type": "gauge" }, - "title": "CPU Usage Gauge [Metricbeat System]", + "title": "CPU Usage Gauge [Metricbeat System] ECS", "type": "metrics" } }, - "id": "83e12df0-1b91-11e7-bec4-a5e9ec5cab8b", + "id": "83e12df0-1b91-11e7-bec4-a5e9ec5cab8b-ecs", "type": "visualization", "version": 2 }, @@ -1141,7 +1141,7 @@ } } }, - "title": "Memory Usage Gauge [Metricbeat System]", + "title": "Memory Usage Gauge [Metricbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -1205,11 +1205,11 @@ "time_field": "@timestamp", "type": "gauge" }, - "title": "Memory Usage Gauge [Metricbeat System]", + "title": "Memory Usage Gauge [Metricbeat System] ECS", "type": "metrics" } }, - "id": "d3166e80-1b91-11e7-bec4-a5e9ec5cab8b", + "id": "d3166e80-1b91-11e7-bec4-a5e9ec5cab8b-ecs", "type": "visualization", "version": 2 }, @@ -1229,7 +1229,7 @@ } } }, - "title": "Inbound Traffic [Metricbeat System]", + "title": "Inbound Traffic [Metricbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -1335,11 +1335,11 @@ "time_field": "@timestamp", "type": "metric" }, - "title": "Inbound Traffic [Metricbeat System]", + "title": "Inbound Traffic [Metricbeat System] ECS", "type": "metrics" } }, - "id": "522ee670-1b92-11e7-bec4-a5e9ec5cab8b", + "id": "522ee670-1b92-11e7-bec4-a5e9ec5cab8b-ecs", "type": "visualization", "version": 2 }, @@ -1359,7 +1359,7 @@ } } }, - "title": "Outbound Traffic [Metricbeat System]", + "title": "Outbound Traffic [Metricbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -1465,11 +1465,11 @@ "time_field": "@timestamp", "type": "metric" }, - "title": "Outbound Traffic [Metricbeat System]", + "title": "Outbound Traffic [Metricbeat System] ECS", "type": "metrics" } }, - "id": "1aae9140-1b93-11e7-8ada-3df93aab833e", + "id": "1aae9140-1b93-11e7-8ada-3df93aab833e-ecs", "type": "visualization", "version": 2 }, @@ -1489,7 +1489,7 @@ } } }, - "title": "Disk Usage [Metricbeat System]", + "title": "Disk Usage [Metricbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -1550,11 +1550,11 @@ "time_field": "@timestamp", "type": "top_n" }, - "title": "Disk Usage [Metricbeat System]", + "title": "Disk Usage [Metricbeat System] ECS", "type": "metrics" } }, - "id": "34f97ee0-1b96-11e7-8ada-3df93aab833e", + "id": "34f97ee0-1b96-11e7-8ada-3df93aab833e-ecs", "type": "visualization", "version": 1 }, @@ -1575,20 +1575,20 @@ } } }, - "title": "System Navigation [Metricbeat System]", + "title": "System Navigation [Metricbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { "aggs": [], "params": { "fontSize": 12, - "markdown": "[System Overview](#/dashboard/Metricbeat-system-overview) | [Host Overview](#/dashboard/79ffd6e0-faa0-11e6-947f-177f697178b8) |\n[Containers overview](#/dashboard/CPU-slash-Memory-per-container)" + "markdown": "[System Overview](#/dashboard/Metricbeat-system-overview-ecs) | [Host Overview](#/dashboard/79ffd6e0-faa0-11e6-947f-177f697178b8-ecs) |\n[Containers overview](#/dashboard/CPU-slash-Memory-per-container-ecs)" }, - "title": "System Navigation [Metricbeat System]", + "title": "System Navigation [Metricbeat System] ECS", "type": "markdown" } }, - "id": "System-Navigation", + "id": "System-Navigation-ecs", "type": "visualization", "version": 3 }, @@ -1608,7 +1608,7 @@ } } }, - "title": "Swap usage [Metricbeat System]", + "title": "Swap usage [Metricbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -1672,11 +1672,11 @@ "time_field": "@timestamp", "type": "gauge" }, - "title": "Swap usage [Metricbeat System]", + "title": "Swap usage [Metricbeat System] ECS", "type": "metrics" } }, - "id": "19e123b0-4d5a-11e7-aee5-fdc812cc3bec", + "id": "19e123b0-4d5a-11e7-aee5-fdc812cc3bec-ecs", "type": "visualization", "version": 1 }, @@ -1693,7 +1693,7 @@ } } }, - "title": "Memory usage vs total", + "title": "Memory usage vs total ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -1758,11 +1758,11 @@ "time_field": "@timestamp", "type": "metric" }, - "title": "Memory usage vs total", + "title": "Memory usage vs total ECS", "type": "metrics" } }, - "id": "d2e80340-4d5c-11e7-aa29-87a97a796de6", + "id": "d2e80340-4d5c-11e7-aa29-87a97a796de6-ecs", "type": "visualization", "version": 1 }, @@ -1782,7 +1782,7 @@ } } }, - "title": "Disk used [Metricbeat System]", + "title": "Disk used [Metricbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -1868,11 +1868,11 @@ "time_field": "@timestamp", "type": "gauge" }, - "title": "Disk used [Metricbeat System]", + "title": "Disk used [Metricbeat System] ECS", "type": "metrics" } }, - "id": "825fdb80-4d1d-11e7-b5f2-2b7c1895bf32", + "id": "825fdb80-4d1d-11e7-b5f2-2b7c1895bf32-ecs", "type": "visualization", "version": 2 }, @@ -1892,7 +1892,7 @@ } } }, - "title": "Packetloss [Metricbeat System]", + "title": "Packetloss [Metricbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -1957,11 +1957,11 @@ "time_field": "@timestamp", "type": "metric" }, - "title": "Packetloss [Metricbeat System]", + "title": "Packetloss [Metricbeat System] ECS", "type": "metrics" } }, - "id": "96976150-4d5d-11e7-aa29-87a97a796de6", + "id": "96976150-4d5d-11e7-aa29-87a97a796de6-ecs", "type": "visualization", "version": 1 }, @@ -1981,7 +1981,7 @@ } } }, - "title": "Interfaces by Incoming traffic [Metricbeat System]", + "title": "Interfaces by Incoming traffic [Metricbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -2027,11 +2027,11 @@ "time_field": "@timestamp", "type": "top_n" }, - "title": "Interfaces by Incoming traffic [Metricbeat System]", + "title": "Interfaces by Incoming traffic [Metricbeat System] ECS", "type": "metrics" } }, - "id": "99381c80-4d60-11e7-9a4c-ed99bbcaa42b", + "id": "99381c80-4d60-11e7-9a4c-ed99bbcaa42b-ecs", "type": "visualization", "version": 1 }, @@ -2051,7 +2051,7 @@ } } }, - "title": "Interfaces by Outgoing traffic [Metricbeat System]", + "title": "Interfaces by Outgoing traffic [Metricbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -2097,11 +2097,11 @@ "time_field": "@timestamp", "type": "top_n" }, - "title": "Interfaces by Outgoing traffic [Metricbeat System]", + "title": "Interfaces by Outgoing traffic [Metricbeat System] ECS", "type": "metrics" } }, - "id": "c5e3cf90-4d60-11e7-9a4c-ed99bbcaa42b", + "id": "c5e3cf90-4d60-11e7-9a4c-ed99bbcaa42b-ecs", "type": "visualization", "version": 1 }, @@ -2120,7 +2120,7 @@ } } }, - "title": "Number of processes [Metricbeat System]", + "title": "Number of processes [Metricbeat System] ECS", "uiStateJSON": { "vis": { "defaultColors": { @@ -2136,7 +2136,7 @@ "id": "1", "params": { "customLabel": "Processes", - "field": "system.process.pid" + "field": "process.pid" }, "schema": "metric", "type": "cardinality" @@ -2185,11 +2185,11 @@ }, "type": "gauge" }, - "title": "Number of processes", + "title": "Number of processes ECS", "type": "metric" } }, - "id": "590a60f0-5d87-11e7-8884-1bb4c3b890e4", + "id": "590a60f0-5d87-11e7-8884-1bb4c3b890e4-ecs", "type": "visualization", "version": 1 }, @@ -2199,20 +2199,20 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Tip [Metricbeat System]", + "title": "Tip [Metricbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { "aggs": [], "params": { "fontSize": 12, - "markdown": "**TIP:** To select another host, go to the [System Overview](#/dashboard/Metricbeat-system-overview) dashboard and double-click a host name." + "markdown": "**TIP:** To select another host, go to the [System Overview](#/dashboard/Metricbeat-system-overview-ecs) dashboard and double-click a host name." }, - "title": "Tip [Metricbeat System]", + "title": "Tip [Metricbeat System] ECS", "type": "markdown" } }, - "id": "3d65d450-a9c3-11e7-af20-67db8aecb295", + "id": "3d65d450-a9c3-11e7-af20-67db8aecb295-ecs", "type": "visualization", "version": 2 }, @@ -2226,7 +2226,7 @@ "highlightAll": true, "query": { "language": "lucene", - "query": "beat.name:\"CHANGEME_HOSTNAME\"" + "query": "host.name:\"CHANGEME_HOSTNAME\"" }, "version": true } @@ -2237,7 +2237,7 @@ "panelsJSON": [ { "col": 1, - "id": "6b7b9a40-faa1-11e6-86b1-cd7735ff7e23", + "id": "6b7b9a40-faa1-11e6-86b1-cd7735ff7e23-ecs", "panelIndex": 1, "row": 12, "size_x": 6, @@ -2246,7 +2246,7 @@ }, { "col": 7, - "id": "4d546850-1b15-11e7-b09e-037021c4f8df", + "id": "4d546850-1b15-11e7-b09e-037021c4f8df-ecs", "panelIndex": 2, "row": 6, "size_x": 6, @@ -2255,7 +2255,7 @@ }, { "col": 7, - "id": "089b85d0-1b16-11e7-b09e-037021c4f8df", + "id": "089b85d0-1b16-11e7-b09e-037021c4f8df-ecs", "panelIndex": 3, "row": 12, "size_x": 6, @@ -2264,7 +2264,7 @@ }, { "col": 1, - "id": "bfa5e400-1b16-11e7-b09e-037021c4f8df", + "id": "bfa5e400-1b16-11e7-b09e-037021c4f8df-ecs", "panelIndex": 4, "row": 9, "size_x": 6, @@ -2273,7 +2273,7 @@ }, { "col": 7, - "id": "e0f001c0-1b18-11e7-b09e-037021c4f8df", + "id": "e0f001c0-1b18-11e7-b09e-037021c4f8df-ecs", "panelIndex": 5, "row": 15, "size_x": 6, @@ -2282,7 +2282,7 @@ }, { "col": 1, - "id": "2e224660-1b19-11e7-b09e-037021c4f8df", + "id": "2e224660-1b19-11e7-b09e-037021c4f8df-ecs", "panelIndex": 6, "row": 15, "size_x": 6, @@ -2291,7 +2291,7 @@ }, { "col": 1, - "id": "ab2d1e90-1b1a-11e7-b09e-037021c4f8df", + "id": "ab2d1e90-1b1a-11e7-b09e-037021c4f8df-ecs", "panelIndex": 7, "row": 6, "size_x": 6, @@ -2300,7 +2300,7 @@ }, { "col": 7, - "id": "4e4bb1e0-1b1b-11e7-b09e-037021c4f8df", + "id": "4e4bb1e0-1b1b-11e7-b09e-037021c4f8df-ecs", "panelIndex": 8, "row": 9, "size_x": 6, @@ -2309,7 +2309,7 @@ }, { "col": 5, - "id": "26732e20-1b91-11e7-bec4-a5e9ec5cab8b", + "id": "26732e20-1b91-11e7-bec4-a5e9ec5cab8b-ecs", "panelIndex": 9, "row": 2, "size_x": 2, @@ -2318,7 +2318,7 @@ }, { "col": 1, - "id": "83e12df0-1b91-11e7-bec4-a5e9ec5cab8b", + "id": "83e12df0-1b91-11e7-bec4-a5e9ec5cab8b-ecs", "panelIndex": 10, "row": 2, "size_x": 2, @@ -2327,7 +2327,7 @@ }, { "col": 3, - "id": "d3166e80-1b91-11e7-bec4-a5e9ec5cab8b", + "id": "d3166e80-1b91-11e7-bec4-a5e9ec5cab8b-ecs", "panelIndex": 11, "row": 2, "size_x": 2, @@ -2336,7 +2336,7 @@ }, { "col": 7, - "id": "522ee670-1b92-11e7-bec4-a5e9ec5cab8b", + "id": "522ee670-1b92-11e7-bec4-a5e9ec5cab8b-ecs", "panelIndex": 12, "row": 2, "size_x": 2, @@ -2345,7 +2345,7 @@ }, { "col": 9, - "id": "1aae9140-1b93-11e7-8ada-3df93aab833e", + "id": "1aae9140-1b93-11e7-8ada-3df93aab833e-ecs", "panelIndex": 13, "row": 2, "size_x": 2, @@ -2354,7 +2354,7 @@ }, { "col": 9, - "id": "34f97ee0-1b96-11e7-8ada-3df93aab833e", + "id": "34f97ee0-1b96-11e7-8ada-3df93aab833e-ecs", "panelIndex": 14, "row": 4, "size_x": 4, @@ -2363,7 +2363,7 @@ }, { "col": 1, - "id": "System-Navigation", + "id": "System-Navigation-ecs", "panelIndex": 16, "row": 1, "size_x": 6, @@ -2372,7 +2372,7 @@ }, { "col": 1, - "id": "19e123b0-4d5a-11e7-aee5-fdc812cc3bec", + "id": "19e123b0-4d5a-11e7-aee5-fdc812cc3bec-ecs", "panelIndex": 21, "row": 4, "size_x": 2, @@ -2381,7 +2381,7 @@ }, { "col": 3, - "id": "d2e80340-4d5c-11e7-aa29-87a97a796de6", + "id": "d2e80340-4d5c-11e7-aa29-87a97a796de6-ecs", "panelIndex": 22, "row": 4, "size_x": 2, @@ -2390,7 +2390,7 @@ }, { "col": 7, - "id": "825fdb80-4d1d-11e7-b5f2-2b7c1895bf32", + "id": "825fdb80-4d1d-11e7-b5f2-2b7c1895bf32-ecs", "panelIndex": 23, "row": 4, "size_x": 2, @@ -2399,7 +2399,7 @@ }, { "col": 11, - "id": "96976150-4d5d-11e7-aa29-87a97a796de6", + "id": "96976150-4d5d-11e7-aa29-87a97a796de6-ecs", "panelIndex": 25, "row": 2, "size_x": 2, @@ -2408,7 +2408,7 @@ }, { "col": 1, - "id": "99381c80-4d60-11e7-9a4c-ed99bbcaa42b", + "id": "99381c80-4d60-11e7-9a4c-ed99bbcaa42b-ecs", "panelIndex": 27, "row": 18, "size_x": 6, @@ -2417,7 +2417,7 @@ }, { "col": 7, - "id": "c5e3cf90-4d60-11e7-9a4c-ed99bbcaa42b", + "id": "c5e3cf90-4d60-11e7-9a4c-ed99bbcaa42b-ecs", "panelIndex": 28, "row": 18, "size_x": 6, @@ -2426,7 +2426,7 @@ }, { "col": 5, - "id": "590a60f0-5d87-11e7-8884-1bb4c3b890e4", + "id": "590a60f0-5d87-11e7-8884-1bb4c3b890e4-ecs", "panelIndex": 29, "row": 4, "size_x": 2, @@ -2435,7 +2435,7 @@ }, { "col": 7, - "id": "3d65d450-a9c3-11e7-af20-67db8aecb295", + "id": "3d65d450-a9c3-11e7-af20-67db8aecb295-ecs", "panelIndex": 30, "row": 1, "size_x": 6, @@ -2444,7 +2444,7 @@ } ], "timeRestore": false, - "title": "[Metricbeat System] Host overview", + "title": "[Metricbeat System] Host overview ECS", "uiStateJSON": { "P-29": { "vis": { @@ -2456,7 +2456,7 @@ }, "version": 1 }, - "id": "79ffd6e0-faa0-11e6-947f-177f697178b8", + "id": "79ffd6e0-faa0-11e6-947f-177f697178b8-ecs", "type": "dashboard", "version": 12 } diff --git a/metricbeat/module/system/_meta/kibana/7/dashboard/Metricbeat-system-overview.json b/metricbeat/module/system/_meta/kibana/7/dashboard/Metricbeat-system-overview.json index 4dc8714925c..267175eeb06 100644 --- a/metricbeat/module/system/_meta/kibana/7/dashboard/Metricbeat-system-overview.json +++ b/metricbeat/module/system/_meta/kibana/7/dashboard/Metricbeat-system-overview.json @@ -17,20 +17,20 @@ } } }, - "title": "System Navigation [Metricbeat System]", + "title": "System Navigation [Metricbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { "aggs": [], "params": { "fontSize": 12, - "markdown": "[System Overview](#/dashboard/Metricbeat-system-overview) | [Host Overview](#/dashboard/79ffd6e0-faa0-11e6-947f-177f697178b8) |\n[Containers overview](#/dashboard/CPU-slash-Memory-per-container)" + "markdown": "[System Overview](#/dashboard/Metricbeat-system-overview-ecs) | [Host Overview](#/dashboard/79ffd6e0-faa0-11e6-947f-177f697178b8-ecs) |\n[Containers overview](#/dashboard/CPU-slash-Memory-per-container-ecs)" }, - "title": "System Navigation [Metricbeat System]", + "title": "System Navigation [Metricbeat System] ECS", "type": "markdown" } }, - "id": "System-Navigation", + "id": "System-Navigation-ecs", "type": "visualization", "version": 3 }, @@ -52,7 +52,7 @@ } } }, - "title": "Number of hosts [Metricbeat System]", + "title": "Number of hosts [Metricbeat System] ECS", "uiStateJSON": { "vis": { "defaultColors": { @@ -68,7 +68,7 @@ "id": "1", "params": { "customLabel": "Number of hosts", - "field": "beat.name" + "field": "host.name" }, "schema": "metric", "type": "cardinality" @@ -116,11 +116,11 @@ }, "type": "gauge" }, - "title": "Number of hosts [Metricbeat System]", + "title": "Number of hosts [Metricbeat System] ECS", "type": "metric" } }, - "id": "c6f2ffd0-4d17-11e7-a196-69b9a7a020a9", + "id": "c6f2ffd0-4d17-11e7-a196-69b9a7a020a9-ecs", "type": "visualization", "version": 2 }, @@ -140,7 +140,7 @@ } } }, - "title": "Top Hosts By Memory (Realtime) [Metricbeat System]", + "title": "Top Hosts By Memory (Realtime) [Metricbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -168,7 +168,7 @@ "value": 0.85 } ], - "drilldown_url": "../app/kibana#/dashboard/79ffd6e0-faa0-11e6-947f-177f697178b8?_a=(query:(query_string:(analyze_wildcard:!t,query:'beat.name:\"{{key}}\"')))", + "drilldown_url": "../app/kibana#/dashboard/79ffd6e0-faa0-11e6-947f-177f697178b8-ecs?_a=(query:(query_string:(analyze_wildcard:!t,query:'host.name:\"{{key}}\"')))", "filter": "", "id": "31e5afa0-1b1c-11e7-b09e-037021c4f8df", "index_pattern": "metricbeat-*", @@ -193,7 +193,7 @@ "seperate_axis": 0, "split_mode": "terms", "stacked": "none", - "terms_field": "beat.name", + "terms_field": "host.name", "terms_order_by": "31e5afa2-1b1c-11e7-b09e-037021c4f8df", "terms_size": "10" } @@ -203,11 +203,11 @@ "time_field": "@timestamp", "type": "top_n" }, - "title": "Top Hosts By Memory (Realtime) [Metricbeat System]", + "title": "Top Hosts By Memory (Realtime) [Metricbeat System] ECS", "type": "metrics" } }, - "id": "fe064790-1b1f-11e7-bec4-a5e9ec5cab8b", + "id": "fe064790-1b1f-11e7-bec4-a5e9ec5cab8b-ecs", "type": "visualization", "version": 2 }, @@ -227,7 +227,7 @@ } } }, - "title": "Top Hosts By CPU (Realtime) [Metricbeat System]", + "title": "Top Hosts By CPU (Realtime) [Metricbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -255,7 +255,7 @@ "value": 0.85 } ], - "drilldown_url": "../app/kibana#/dashboard/79ffd6e0-faa0-11e6-947f-177f697178b8?_a=(query:(query_string:(analyze_wildcard:!t,query:'beat.name:\"{{key}}\"')))", + "drilldown_url": "../app/kibana#/dashboard/79ffd6e0-faa0-11e6-947f-177f697178b8-ecs?_a=(query:(query_string:(analyze_wildcard:!t,query:'host.name:\"{{key}}\"')))", "filter": "", "id": "31e5afa0-1b1c-11e7-b09e-037021c4f8df", "index_pattern": "metricbeat-*", @@ -280,7 +280,7 @@ "seperate_axis": 0, "split_mode": "terms", "stacked": "none", - "terms_field": "beat.name", + "terms_field": "host.name", "terms_order_by": "31e5afa2-1b1c-11e7-b09e-037021c4f8df", "terms_size": "10" } @@ -290,11 +290,11 @@ "time_field": "@timestamp", "type": "top_n" }, - "title": "Top Hosts By CPU (Realtime) [Metricbeat System]", + "title": "Top Hosts By CPU (Realtime) [Metricbeat System] ECS", "type": "metrics" } }, - "id": "855899e0-1b1c-11e7-b09e-037021c4f8df", + "id": "855899e0-1b1c-11e7-b09e-037021c4f8df-ecs", "type": "visualization", "version": 2 }, @@ -316,7 +316,7 @@ } } }, - "title": "Hosts histogram by CPU usage [Metricbeat System]", + "title": "Hosts histogram by CPU usage [Metricbeat System] ECS", "uiStateJSON": { "vis": { "defaultColors": { @@ -358,7 +358,7 @@ "id": "3", "params": { "customLabel": "Hosts", - "field": "beat.name", + "field": "host.name", "order": "desc", "orderBy": "1", "size": 20 @@ -397,11 +397,11 @@ } ] }, - "title": "Hosts histogram by CPU usage [Metricbeat System]", + "title": "Hosts histogram by CPU usage [Metricbeat System] ECS", "type": "heatmap" } }, - "id": "7cdb1330-4d1a-11e7-a196-69b9a7a020a9", + "id": "7cdb1330-4d1a-11e7-a196-69b9a7a020a9-ecs", "type": "visualization", "version": 1 }, @@ -421,7 +421,7 @@ } } }, - "title": "Inbound Traffic [Metricbeat System]", + "title": "Inbound Traffic [Metricbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -527,11 +527,11 @@ "time_field": "@timestamp", "type": "metric" }, - "title": "Inbound Traffic [Metricbeat System]", + "title": "Inbound Traffic [Metricbeat System] ECS", "type": "metrics" } }, - "id": "522ee670-1b92-11e7-bec4-a5e9ec5cab8b", + "id": "522ee670-1b92-11e7-bec4-a5e9ec5cab8b-ecs", "type": "visualization", "version": 2 }, @@ -551,7 +551,7 @@ } } }, - "title": "Outbound Traffic [Metricbeat System]", + "title": "Outbound Traffic [Metricbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -657,11 +657,11 @@ "time_field": "@timestamp", "type": "metric" }, - "title": "Outbound Traffic [Metricbeat System]", + "title": "Outbound Traffic [Metricbeat System] ECS", "type": "metrics" } }, - "id": "1aae9140-1b93-11e7-8ada-3df93aab833e", + "id": "1aae9140-1b93-11e7-8ada-3df93aab833e-ecs", "type": "visualization", "version": 2 }, @@ -681,7 +681,7 @@ } } }, - "title": "Disk used [Metricbeat System]", + "title": "Disk used [Metricbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -767,11 +767,11 @@ "time_field": "@timestamp", "type": "gauge" }, - "title": "Disk used [Metricbeat System]", + "title": "Disk used [Metricbeat System] ECS", "type": "metrics" } }, - "id": "825fdb80-4d1d-11e7-b5f2-2b7c1895bf32", + "id": "825fdb80-4d1d-11e7-b5f2-2b7c1895bf32-ecs", "type": "visualization", "version": 2 }, @@ -791,7 +791,7 @@ } } }, - "title": "Memory Usage Gauge [Metricbeat System]", + "title": "Memory Usage Gauge [Metricbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -855,11 +855,11 @@ "time_field": "@timestamp", "type": "gauge" }, - "title": "Memory Usage Gauge [Metricbeat System]", + "title": "Memory Usage Gauge [Metricbeat System] ECS", "type": "metrics" } }, - "id": "d3166e80-1b91-11e7-bec4-a5e9ec5cab8b", + "id": "d3166e80-1b91-11e7-bec4-a5e9ec5cab8b-ecs", "type": "visualization", "version": 2 }, @@ -879,7 +879,7 @@ } } }, - "title": "CPU Usage Gauge [Metricbeat System]", + "title": "CPU Usage Gauge [Metricbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -975,11 +975,11 @@ "time_field": "@timestamp", "type": "gauge" }, - "title": "CPU Usage Gauge [Metricbeat System]", + "title": "CPU Usage Gauge [Metricbeat System] ECS", "type": "metrics" } }, - "id": "83e12df0-1b91-11e7-bec4-a5e9ec5cab8b", + "id": "83e12df0-1b91-11e7-bec4-a5e9ec5cab8b-ecs", "type": "visualization", "version": 2 }, @@ -1009,7 +1009,7 @@ "panelsJSON": [ { "col": 1, - "id": "System-Navigation", + "id": "System-Navigation-ecs", "panelIndex": 9, "row": 1, "size_x": 12, @@ -1018,7 +1018,7 @@ }, { "col": 1, - "id": "c6f2ffd0-4d17-11e7-a196-69b9a7a020a9", + "id": "c6f2ffd0-4d17-11e7-a196-69b9a7a020a9-ecs", "panelIndex": 11, "row": 2, "size_x": 2, @@ -1027,7 +1027,7 @@ }, { "col": 7, - "id": "fe064790-1b1f-11e7-bec4-a5e9ec5cab8b", + "id": "fe064790-1b1f-11e7-bec4-a5e9ec5cab8b-ecs", "panelIndex": 12, "row": 4, "size_x": 6, @@ -1036,7 +1036,7 @@ }, { "col": 1, - "id": "855899e0-1b1c-11e7-b09e-037021c4f8df", + "id": "855899e0-1b1c-11e7-b09e-037021c4f8df-ecs", "panelIndex": 13, "row": 4, "size_x": 6, @@ -1045,7 +1045,7 @@ }, { "col": 1, - "id": "7cdb1330-4d1a-11e7-a196-69b9a7a020a9", + "id": "7cdb1330-4d1a-11e7-a196-69b9a7a020a9-ecs", "panelIndex": 14, "row": 9, "size_x": 12, @@ -1054,7 +1054,7 @@ }, { "col": 9, - "id": "522ee670-1b92-11e7-bec4-a5e9ec5cab8b", + "id": "522ee670-1b92-11e7-bec4-a5e9ec5cab8b-ecs", "panelIndex": 16, "row": 2, "size_x": 2, @@ -1063,7 +1063,7 @@ }, { "col": 11, - "id": "1aae9140-1b93-11e7-8ada-3df93aab833e", + "id": "1aae9140-1b93-11e7-8ada-3df93aab833e-ecs", "panelIndex": 17, "row": 2, "size_x": 2, @@ -1072,7 +1072,7 @@ }, { "col": 7, - "id": "825fdb80-4d1d-11e7-b5f2-2b7c1895bf32", + "id": "825fdb80-4d1d-11e7-b5f2-2b7c1895bf32-ecs", "panelIndex": 18, "row": 2, "size_x": 2, @@ -1081,7 +1081,7 @@ }, { "col": 5, - "id": "d3166e80-1b91-11e7-bec4-a5e9ec5cab8b", + "id": "d3166e80-1b91-11e7-bec4-a5e9ec5cab8b-ecs", "panelIndex": 19, "row": 2, "size_x": 2, @@ -1090,7 +1090,7 @@ }, { "col": 3, - "id": "83e12df0-1b91-11e7-bec4-a5e9ec5cab8b", + "id": "83e12df0-1b91-11e7-bec4-a5e9ec5cab8b-ecs", "panelIndex": 20, "row": 2, "size_x": 2, @@ -1099,7 +1099,7 @@ } ], "timeRestore": false, - "title": "[Metricbeat System] Overview", + "title": "[Metricbeat System] Overview ECS", "uiStateJSON": { "P-11": { "vis": { @@ -1149,7 +1149,7 @@ }, "version": 1 }, - "id": "Metricbeat-system-overview", + "id": "Metricbeat-system-overview-ecs", "type": "dashboard", "version": 2 } diff --git a/metricbeat/module/uwsgi/_meta/kibana/7/dashboard/Metricbeat-uwsgi-overview.json b/metricbeat/module/uwsgi/_meta/kibana/7/dashboard/Metricbeat-uwsgi-overview.json index 17b1158e828..8be3fc93f42 100644 --- a/metricbeat/module/uwsgi/_meta/kibana/7/dashboard/Metricbeat-uwsgi-overview.json +++ b/metricbeat/module/uwsgi/_meta/kibana/7/dashboard/Metricbeat-uwsgi-overview.json @@ -6,7 +6,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Overview [Metricbeat uWSGI]", + "title": "Overview [Metricbeat uWSGI] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -14,11 +14,11 @@ "expression": ".es(metric=avg:uwsgi.status.total.requests).derivative().label('Requests').title('Overview of requests per period'),\n.es(metric=avg:uwsgi.status.total.exceptions).derivative().label('Exceptions'),\n.es(metric=max:uwsgi.status.worker.avg_rt).label('Average response time').yaxis(2)", "interval": "15s" }, - "title": "Overview [Metricbeat uWSGI]", + "title": "Overview [Metricbeat uWSGI] ECS", "type": "timelion" } }, - "id": "a5058e70-f0ae-11e7-b9ff-9f96241065de", + "id": "a5058e70-f0ae-11e7-b9ff-9f96241065de-ecs", "type": "visualization", "version": 1 }, @@ -28,7 +28,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Memory usage [Metricbeat uWSGI]", + "title": "Memory usage [Metricbeat uWSGI] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -36,11 +36,11 @@ "expression": ".es(metric=max:uwsgi.status.worker.rss).label('Currently used (rss)').title('Memory usage'),\n.es(metric=max:uwsgi.status.worker.vsz).label('Assigned (vsz)').yaxis(2)", "interval": "15s" }, - "title": "Memory usage [Metricbeat uWSGI]", + "title": "Memory usage [Metricbeat uWSGI] ECS", "type": "timelion" } }, - "id": "ac7194b0-f0ae-11e7-b9ff-9f96241065de", + "id": "ac7194b0-f0ae-11e7-b9ff-9f96241065de-ecs", "type": "visualization", "version": 1 }, @@ -50,7 +50,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Workers [Metricbeat uWSGI]", + "title": "Workers [Metricbeat uWSGI] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -58,11 +58,11 @@ "expression": ".es(split=uwsgi.status.core.id:16,metric=max:uwsgi.status.core.requests.total).derivative().bars().title('Requests handled by each thread (core) per period')", "interval": "15s" }, - "title": "Workers [Metricbeat uWSGI]", + "title": "Workers [Metricbeat uWSGI] ECS", "type": "timelion" } }, - "id": "8c5f96e0-f0ae-11e7-b9ff-9f96241065de", + "id": "8c5f96e0-f0ae-11e7-b9ff-9f96241065de-ecs", "type": "visualization", "version": 1 }, @@ -72,7 +72,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Errors [Metricbeat uWSGI]", + "title": "Errors [Metricbeat uWSGI] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -80,11 +80,11 @@ "expression": ".es(metric=max:uwsgi.status.total.read_errors).label('Read errors').title('Errors'),\n.es(metric=max:uwsgi.status.total.write_errors).label('Write errors'),\n.es(metric=max:uwsgi.status.worker.harakiri_count).label('Timeouted requests')", "interval": "15s" }, - "title": "Errors [Metricbeat uWSGI]", + "title": "Errors [Metricbeat uWSGI] ECS", "type": "timelion" } }, - "id": "ba4a80b0-f0ae-11e7-b9ff-9f96241065de", + "id": "ba4a80b0-f0ae-11e7-b9ff-9f96241065de-ecs", "type": "visualization", "version": 1 }, @@ -102,7 +102,7 @@ "index": "metricbeat-*", "query": { "language": "lucene", - "query": "metricset.module: uwsgi" + "query": "event.module: uwsgi" }, "version": true } @@ -111,10 +111,10 @@ "@timestamp", "desc" ], - "title": "Metricbeat uWSGI status", + "title": "Metricbeat uWSGI status-ecs ECS", "version": 1 }, - "id": "Metricbeat uWSGI status", + "id": "Metricbeat uWSGI status-ecs ECS", "type": "search", "version": 1 }, @@ -139,7 +139,7 @@ "panelsJSON": [ { "col": 1, - "id": "a5058e70-f0ae-11e7-b9ff-9f96241065de", + "id": "a5058e70-f0ae-11e7-b9ff-9f96241065de-ecs", "panelIndex": 1, "row": 1, "size_x": 6, @@ -148,7 +148,7 @@ }, { "col": 7, - "id": "ac7194b0-f0ae-11e7-b9ff-9f96241065de", + "id": "ac7194b0-f0ae-11e7-b9ff-9f96241065de-ecs", "panelIndex": 2, "row": 1, "size_x": 6, @@ -157,7 +157,7 @@ }, { "col": 1, - "id": "8c5f96e0-f0ae-11e7-b9ff-9f96241065de", + "id": "8c5f96e0-f0ae-11e7-b9ff-9f96241065de-ecs", "panelIndex": 3, "row": 4, "size_x": 6, @@ -166,7 +166,7 @@ }, { "col": 7, - "id": "ba4a80b0-f0ae-11e7-b9ff-9f96241065de", + "id": "ba4a80b0-f0ae-11e7-b9ff-9f96241065de-ecs", "panelIndex": 4, "row": 4, "size_x": 6, @@ -175,11 +175,11 @@ } ], "timeRestore": false, - "title": "[Metricbeat uWSGI] Overview", + "title": "[Metricbeat uWSGI] Overview ECS", "uiStateJSON": {}, "version": 1 }, - "id": "32fca290-f0af-11e7-b9ff-9f96241065de", + "id": "32fca290-f0af-11e7-b9ff-9f96241065de-ecs", "type": "dashboard", "version": 1 } diff --git a/metricbeat/module/windows/_meta/kibana/7/dashboard/metricbeat-windows-service.json b/metricbeat/module/windows/_meta/kibana/7/dashboard/metricbeat-windows-service.json index 576b3702f51..c5d8f012d2f 100644 --- a/metricbeat/module/windows/_meta/kibana/7/dashboard/metricbeat-windows-service.json +++ b/metricbeat/module/windows/_meta/kibana/7/dashboard/metricbeat-windows-service.json @@ -13,7 +13,7 @@ } } }, - "title": "Service States [Metricbeat Windows]", + "title": "Service States [Metricbeat Windows] ECS", "uiStateJSON": { "vis": { "params": { @@ -59,7 +59,7 @@ "id": "5", "params": { "customLabel": "Host", - "field": "beat.name", + "field": "host.name", "order": "desc", "orderBy": "_term", "size": 5 @@ -171,11 +171,11 @@ }, "totalFunc": "sum" }, - "title": "Service States [Metricbeat Windows]", + "title": "Service States [Metricbeat Windows] ECS", "type": "table" } }, - "id": "eb8277d0-c98c-11e7-9835-2f31fe08873b", + "id": "eb8277d0-c98c-11e7-9835-2f31fe08873b-ecs", "type": "visualization", "version": 1 }, @@ -191,8 +191,8 @@ } } }, - "savedSearchId": "b6b7ccc0-c98d-11e7-9835-2f31fe08873b", - "title": "Hosts [Metricbeat Windows]", + "savedSearchId": "b6b7ccc0-c98d-11e7-9835-2f31fe08873b-ecs", + "title": "Hosts [Metricbeat Windows] ECS", "uiStateJSON": { "vis": { "params": { @@ -221,7 +221,7 @@ "id": "2", "params": { "customLabel": "Host", - "field": "beat.name", + "field": "host.name", "order": "desc", "orderBy": "1", "size": 100 @@ -241,11 +241,11 @@ }, "totalFunc": "sum" }, - "title": "Hosts [Metricbeat Windows]", + "title": "Hosts [Metricbeat Windows] ECS", "type": "table" } }, - "id": "23a5fff0-c98e-11e7-9835-2f31fe08873b", + "id": "23a5fff0-c98e-11e7-9835-2f31fe08873b-ecs", "type": "visualization", "version": 2 }, @@ -261,8 +261,8 @@ } } }, - "savedSearchId": "b6b7ccc0-c98d-11e7-9835-2f31fe08873b", - "title": "Startup States [Metricbeat Windows]", + "savedSearchId": "b6b7ccc0-c98d-11e7-9835-2f31fe08873b-ecs", + "title": "Startup States [Metricbeat Windows] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -311,11 +311,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "Startup States [Metricbeat Windows]", + "title": "Startup States [Metricbeat Windows] ECS", "type": "pie" } }, - "id": "830c45f0-c991-11e7-9835-2f31fe08873b", + "id": "830c45f0-c991-11e7-9835-2f31fe08873b-ecs", "type": "visualization", "version": 2 }, @@ -331,8 +331,8 @@ } } }, - "savedSearchId": "b6b7ccc0-c98d-11e7-9835-2f31fe08873b", - "title": "Unique Services [Metricbeat Windows]", + "savedSearchId": "b6b7ccc0-c98d-11e7-9835-2f31fe08873b-ecs", + "title": "Unique Services [Metricbeat Windows] ECS", "uiStateJSON": { "vis": { "defaultColors": { @@ -395,11 +395,11 @@ }, "type": "gauge" }, - "title": "Unique Services [Metricbeat Windows]", + "title": "Unique Services [Metricbeat Windows] ECS", "type": "metric" } }, - "id": "35f5ad60-c996-11e7-9835-2f31fe08873b", + "id": "35f5ad60-c996-11e7-9835-2f31fe08873b-ecs", "type": "visualization", "version": 2 }, @@ -485,8 +485,8 @@ } } }, - "savedSearchId": "b6b7ccc0-c98d-11e7-9835-2f31fe08873b", - "title": "Non-zero Service Exit Codes [Metricbeat Windows]", + "savedSearchId": "b6b7ccc0-c98d-11e7-9835-2f31fe08873b-ecs", + "title": "Non-zero Service Exit Codes [Metricbeat Windows] ECS", "uiStateJSON": { "vis": { "defaultColors": { @@ -549,18 +549,18 @@ }, "type": "gauge" }, - "title": "Non-zero Service Exit Codes [Metricbeat Windows]", + "title": "Non-zero Service Exit Codes [Metricbeat Windows] ECS", "type": "metric" } }, - "id": "c36b2ba0-ca29-11e7-9835-2f31fe08873b", + "id": "c36b2ba0-ca29-11e7-9835-2f31fe08873b-ecs", "type": "visualization", "version": 1 }, { "attributes": { "columns": [ - "beat.name", + "host.name", "windows.service.display_name", "windows.service.state", "windows.service.start_type", @@ -581,7 +581,7 @@ "alias": null, "disabled": false, "index": "metricbeat-*", - "key": "metricset.module", + "key": "event.module", "negate": false, "params": { "query": "windows", @@ -592,7 +592,7 @@ }, "query": { "match": { - "metricset.module": { + "event.module": { "query": "windows", "type": "phrase" } @@ -639,10 +639,10 @@ "@timestamp", "desc" ], - "title": "Services [Metricbeat Windows]", + "title": "Services [Metricbeat Windows] ECS", "version": 1 }, - "id": "b6b7ccc0-c98d-11e7-9835-2f31fe08873b", + "id": "b6b7ccc0-c98d-11e7-9835-2f31fe08873b-ecs", "type": "search", "version": 2 }, @@ -667,7 +667,7 @@ "panelsJSON": [ { "col": 4, - "id": "eb8277d0-c98c-11e7-9835-2f31fe08873b", + "id": "eb8277d0-c98c-11e7-9835-2f31fe08873b-ecs", "panelIndex": 1, "row": 4, "size_x": 9, @@ -676,7 +676,7 @@ }, { "col": 1, - "id": "23a5fff0-c98e-11e7-9835-2f31fe08873b", + "id": "23a5fff0-c98e-11e7-9835-2f31fe08873b-ecs", "panelIndex": 2, "row": 4, "size_x": 3, @@ -685,7 +685,7 @@ }, { "col": 1, - "id": "830c45f0-c991-11e7-9835-2f31fe08873b", + "id": "830c45f0-c991-11e7-9835-2f31fe08873b-ecs", "panelIndex": 3, "row": 1, "size_x": 4, @@ -694,7 +694,7 @@ }, { "col": 5, - "id": "35f5ad60-c996-11e7-9835-2f31fe08873b", + "id": "35f5ad60-c996-11e7-9835-2f31fe08873b-ecs", "panelIndex": 4, "row": 1, "size_x": 4, @@ -703,7 +703,7 @@ }, { "col": 9, - "id": "c36b2ba0-ca29-11e7-9835-2f31fe08873b", + "id": "c36b2ba0-ca29-11e7-9835-2f31fe08873b-ecs", "panelIndex": 5, "row": 1, "size_x": 4, @@ -712,7 +712,7 @@ } ], "timeRestore": false, - "title": "[Metricbeat Windows] Services", + "title": "[Metricbeat Windows] Services ECS", "uiStateJSON": { "P-1": { "vis": { @@ -751,7 +751,7 @@ }, "version": 1 }, - "id": "d9eba730-c991-11e7-9835-2f31fe08873b", + "id": "d9eba730-c991-11e7-9835-2f31fe08873b-ecs", "type": "dashboard", "version": 6 } diff --git a/metricbeat/module/zookeeper/_meta/kibana/7/dashboard/Metricbeat-zookeeper-overview.json b/metricbeat/module/zookeeper/_meta/kibana/7/dashboard/Metricbeat-zookeeper-overview.json index eae9c76f04a..b310e8c1aaf 100644 --- a/metricbeat/module/zookeeper/_meta/kibana/7/dashboard/Metricbeat-zookeeper-overview.json +++ b/metricbeat/module/zookeeper/_meta/kibana/7/dashboard/Metricbeat-zookeeper-overview.json @@ -12,7 +12,7 @@ } } }, - "title": "Approximate data size [Metricbeat Zookeeper]", + "title": "Approximate data size [Metricbeat Zookeeper] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -53,11 +53,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Approximate data size [Metricbeat Zookeeper]", + "title": "Approximate data size [Metricbeat Zookeeper] ECS", "type": "metrics" } }, - "id": "8d3b7770-2319-11e9-bb66-8baac426dfd4", + "id": "8d3b7770-2319-11e9-bb66-8baac426dfd4-ecs", "type": "visualization", "updated_at": "2019-01-30T13:29:19.163Z", "version": 2 @@ -74,7 +74,7 @@ } } }, - "title": "Latency [Metricbeat Zookeeper]", + "title": "Latency [Metricbeat Zookeeper] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -115,11 +115,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Latency [Metricbeat Zookeeper]", + "title": "Latency [Metricbeat Zookeeper] ECS", "type": "metrics" } }, - "id": "c0be43c0-2319-11e9-bb66-8baac426dfd4", + "id": "c0be43c0-2319-11e9-bb66-8baac426dfd4-ecs", "type": "visualization", "updated_at": "2019-01-30T13:29:05.974Z", "version": 2 @@ -136,7 +136,7 @@ } } }, - "title": "Alive Connections [Metricbeat Zookeeper]", + "title": "Alive Connections [Metricbeat Zookeeper] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -177,11 +177,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Alive Connections [Metricbeat Zookeeper]", + "title": "Alive Connections [Metricbeat Zookeeper] ECS", "type": "metrics" } }, - "id": "1c2f8930-231a-11e9-bb66-8baac426dfd4", + "id": "1c2f8930-231a-11e9-bb66-8baac426dfd4-ecs", "type": "visualization", "updated_at": "2019-01-30T13:28:52.034Z", "version": 3 @@ -198,7 +198,7 @@ } } }, - "title": "Used file descriptors [Metricbeat Zookeeper]", + "title": "Used file descriptors [Metricbeat Zookeeper] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -285,11 +285,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Used file descriptors [Metricbeat Zookeeper]", + "title": "Used file descriptors [Metricbeat Zookeeper] ECS", "type": "metrics" } }, - "id": "ddb13c60-231b-11e9-bb66-8baac426dfd4", + "id": "ddb13c60-231b-11e9-bb66-8baac426dfd4-ecs", "type": "visualization", "updated_at": "2019-01-30T13:28:22.583Z", "version": 5 @@ -306,7 +306,7 @@ } } }, - "title": "Packets received / sent [Metricbeat Zookeeper]", + "title": "Packets received / sent [Metricbeat Zookeeper] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -386,11 +386,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Packets received / sent [Metricbeat Zookeeper]", + "title": "Packets received / sent [Metricbeat Zookeeper] ECS", "type": "metrics" } }, - "id": "d2f52b50-231c-11e9-bb66-8baac426dfd4", + "id": "d2f52b50-231c-11e9-bb66-8baac426dfd4-ecs", "type": "visualization", "updated_at": "2019-01-30T13:26:42.583Z", "version": 3 @@ -423,7 +423,7 @@ "x": 0, "y": 15 }, - "id": "8d3b7770-2319-11e9-bb66-8baac426dfd4", + "id": "8d3b7770-2319-11e9-bb66-8baac426dfd4-ecs", "panelIndex": "1", "title": "Approximate data size", "type": "visualization", @@ -438,7 +438,7 @@ "x": 15, "y": 15 }, - "id": "c0be43c0-2319-11e9-bb66-8baac426dfd4", + "id": "c0be43c0-2319-11e9-bb66-8baac426dfd4-ecs", "panelIndex": "2", "title": "Latency", "type": "visualization", @@ -453,7 +453,7 @@ "x": 32, "y": 15 }, - "id": "1c2f8930-231a-11e9-bb66-8baac426dfd4", + "id": "1c2f8930-231a-11e9-bb66-8baac426dfd4-ecs", "panelIndex": "3", "title": "Alive Connections", "type": "visualization", @@ -468,7 +468,7 @@ "x": 23, "y": 0 }, - "id": "ddb13c60-231b-11e9-bb66-8baac426dfd4", + "id": "ddb13c60-231b-11e9-bb66-8baac426dfd4-ecs", "panelIndex": "4", "title": "Used file descriptors", "type": "visualization", @@ -483,7 +483,7 @@ "x": 0, "y": 0 }, - "id": "d2f52b50-231c-11e9-bb66-8baac426dfd4", + "id": "d2f52b50-231c-11e9-bb66-8baac426dfd4-ecs", "panelIndex": "5", "title": "Packets received / sent", "type": "visualization", @@ -491,10 +491,10 @@ } ], "timeRestore": false, - "title": "[Metricbeat Zookeeper] Overview", + "title": "[Metricbeat Zookeeper] Overview ECS", "version": 1 }, - "id": "467207a0-231e-11e9-bb66-8baac426dfd4", + "id": "467207a0-231e-11e9-bb66-8baac426dfd4-ecs", "type": "dashboard", "updated_at": "2019-01-30T13:34:01.235Z", "version": 6 diff --git a/packetbeat/_meta/kibana/7/dashboard/Packetbeat-cassandra.json b/packetbeat/_meta/kibana/7/dashboard/Packetbeat-cassandra.json index 44b3958925d..1e05fc32df6 100644 --- a/packetbeat/_meta/kibana/7/dashboard/Packetbeat-cassandra.json +++ b/packetbeat/_meta/kibana/7/dashboard/Packetbeat-cassandra.json @@ -15,8 +15,8 @@ } } }, - "savedSearchId": "eaa83e60-190b-11e9-be0d-adde5066235e", - "title": "Cassandra ResponseKeyspace [Packetbeat]", + "savedSearchId": "eaa83e60-190b-11e9-be0d-adde5066235e-ecs", + "title": "Cassandra ResponseKeyspace [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -61,11 +61,11 @@ "legendPosition": "right", "shareYAxis": true }, - "title": "Cassandra ResponseKeyspace", + "title": "Cassandra ResponseKeyspace ECS", "type": "pie" } }, - "id": "Cassandra-ResponseKeyspace", + "id": "Cassandra-ResponseKeyspace-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:20.964Z", "version": 1 @@ -85,8 +85,8 @@ } } }, - "savedSearchId": "eaa83e60-190b-11e9-be0d-adde5066235e", - "title": "Cassandra ResponseType [Packetbeat]", + "savedSearchId": "eaa83e60-190b-11e9-be0d-adde5066235e-ecs", + "title": "Cassandra ResponseType [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -119,11 +119,11 @@ "legendPosition": "right", "shareYAxis": true }, - "title": "Cassandra ResponseType", + "title": "Cassandra ResponseType ECS", "type": "pie" } }, - "id": "Cassandra-ResponseType", + "id": "Cassandra-ResponseType-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:20.964Z", "version": 1 @@ -143,8 +143,8 @@ } } }, - "savedSearchId": "eaa83e60-190b-11e9-be0d-adde5066235e", - "title": "Cassandra ResponseTime [Packetbeat]", + "savedSearchId": "eaa83e60-190b-11e9-be0d-adde5066235e-ecs", + "title": "Cassandra ResponseTime [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -263,11 +263,11 @@ ], "yAxis": {} }, - "title": "Cassandra ResponseTime [Packetbeat]", + "title": "Cassandra ResponseTime [Packetbeat] ECS", "type": "line" } }, - "id": "Cassandra-ResponseTime", + "id": "Cassandra-ResponseTime-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:20.964Z", "version": 1 @@ -287,8 +287,8 @@ } } }, - "savedSearchId": "eaa83e60-190b-11e9-be0d-adde5066235e", - "title": "Cassandra RequestCount [Packetbeat]", + "savedSearchId": "eaa83e60-190b-11e9-be0d-adde5066235e-ecs", + "title": "Cassandra RequestCount [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -332,11 +332,11 @@ "times": [], "yAxis": {} }, - "title": "Cassandra RequestCount", + "title": "Cassandra RequestCount ECS", "type": "line" } }, - "id": "Cassandra-RequestCount", + "id": "Cassandra-RequestCount-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:20.964Z", "version": 1 @@ -356,8 +356,8 @@ } } }, - "savedSearchId": "eaa83e60-190b-11e9-be0d-adde5066235e", - "title": "Cassandra Ops [Packetbeat]", + "savedSearchId": "eaa83e60-190b-11e9-be0d-adde5066235e-ecs", + "title": "Cassandra Ops [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -402,11 +402,11 @@ "legendPosition": "right", "shareYAxis": true }, - "title": "Cassandra Ops", + "title": "Cassandra Ops ECS", "type": "pie" } }, - "id": "Cassandra-Ops", + "id": "Cassandra-Ops-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:20.964Z", "version": 1 @@ -426,8 +426,8 @@ } } }, - "savedSearchId": "eaa83e60-190b-11e9-be0d-adde5066235e", - "title": "Cassandra RequestCountStackByType [Packetbeat]", + "savedSearchId": "eaa83e60-190b-11e9-be0d-adde5066235e-ecs", + "title": "Cassandra RequestCountStackByType [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -479,11 +479,11 @@ "times": [], "yAxis": {} }, - "title": "Cassandra RequestCountStackByType", + "title": "Cassandra RequestCountStackByType ECS", "type": "histogram" } }, - "id": "Cassandra-RequestCountStackByType", + "id": "Cassandra-RequestCountStackByType-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:20.964Z", "version": 1 @@ -503,8 +503,8 @@ } } }, - "savedSearchId": "eaa83e60-190b-11e9-be0d-adde5066235e", - "title": "Cassandra ResponseCountStackByType [Packetbeat]", + "savedSearchId": "eaa83e60-190b-11e9-be0d-adde5066235e-ecs", + "title": "Cassandra ResponseCountStackByType [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -556,11 +556,11 @@ "times": [], "yAxis": {} }, - "title": "Cassandra ResponseCountStackByType", + "title": "Cassandra ResponseCountStackByType ECS", "type": "histogram" } }, - "id": "Cassandra-ResponseCountStackByType", + "id": "Cassandra-ResponseCountStackByType-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:20.964Z", "version": 1 @@ -580,8 +580,8 @@ } } }, - "savedSearchId": "eaa83e60-190b-11e9-be0d-adde5066235e", - "title": "Cassandra RequestCountByType [Packetbeat]", + "savedSearchId": "eaa83e60-190b-11e9-be0d-adde5066235e-ecs", + "title": "Cassandra RequestCountByType [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -644,11 +644,11 @@ "times": [], "yAxis": {} }, - "title": "Cassandra RequestCountByType", + "title": "Cassandra RequestCountByType ECS", "type": "line" } }, - "id": "Cassandra-RequestCountByType", + "id": "Cassandra-RequestCountByType-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:20.964Z", "version": 1 @@ -668,8 +668,8 @@ } } }, - "savedSearchId": "eaa83e60-190b-11e9-be0d-adde5066235e", - "title": "Cassandra ResponseCountByType [Packetbeat]", + "savedSearchId": "eaa83e60-190b-11e9-be0d-adde5066235e-ecs", + "title": "Cassandra ResponseCountByType [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -727,11 +727,11 @@ "times": [], "yAxis": {} }, - "title": "Cassandra: ResponseCountByType", + "title": "Cassandra: ResponseCountByType ECS", "type": "line" } }, - "id": "Cassandra-ResponseCountByType", + "id": "Cassandra-ResponseCountByType-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:20.964Z", "version": 1 @@ -753,21 +753,21 @@ } } }, - "title": "Navigation [Packetbeat]", + "title": "Navigation [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { "aggs": [], "params": { "fontSize": 10, - "markdown": "### Packetbeat:\n\n[Overview](#/dashboard/Packetbeat-Dashboard)\n\n[Network Flows](#/dashboard/Packetbeat-Flows)\n\n[DNS Overview](#/dashboard/65120940-1454-11e9-9de0-f98d1808db8e) | [Tunneling](#/dashboard/DNS-Unique-Domains)\n\n[DHCPv4 Transactions](#/dashboard/a7b35890-8baa-11e8-9676-ef67484126fb)\n\n[TLS Overview](#/dashboard/tls-sessions)\n\n[HTTP transactions](#/dashboard/Packetbeat-HTTP)\n\nDatabases: [MySQL](#/dashboard/Packetbeat-MySQL-performance) | [PostgreSQL](#/dashboard/Packetbeat-PgSQL-performance) | [MongoDB](#/dashboard/Packetbeat-MongoDB-performance) | [Cassandra](#/dashboard/Packetbeat-Cassandra)\n\nRPC: [Thrift](#/dashboard/Packetbeat-Thrift-performance)\n\nStorage: [NFS](#/dashboard/Packetbeat-NFS)", + "markdown": "### Packetbeat:\n\n[Overview](#/dashboard/Packetbeat-Dashboard-ecs)\n\n[Network Flows](#/dashboard/Packetbeat-Flows-ecs)\n\n[DNS Overview](#/dashboard/65120940-1454-11e9-9de0-f98d1808db8e-ecs) | [Tunneling](#/dashboard/DNS-Unique-Domains-ecs)\n\n[DHCPv4 Transactions](#/dashboard/a7b35890-8baa-11e8-9676-ef67484126fb-ecs)\n\n[TLS Overview](#/dashboard/tls-sessions-ecs)\n\n[HTTP transactions](#/dashboard/Packetbeat-HTTP-ecs)\n\nDatabases: [MySQL](#/dashboard/Packetbeat-MySQL-performance-ecs) | [PostgreSQL](#/dashboard/Packetbeat-PgSQL-performance-ecs) | [MongoDB](#/dashboard/Packetbeat-MongoDB-performance-ecs) | [Cassandra](#/dashboard/Packetbeat-Cassandra-ecs)\n\nRPC: [Thrift](#/dashboard/Packetbeat-Thrift-performance-ecs)\n\nStorage: [NFS](#/dashboard/Packetbeat-NFS-ecs)", "openLinksInNewTab": false }, - "title": "Navigation [Packetbeat]", + "title": "Navigation [Packetbeat] ECS", "type": "markdown" } }, - "id": "Navigation", + "id": "Navigation-ecs", "type": "visualization", "updated_at": "2019-01-19T00:18:59.372Z", "version": 11 @@ -869,10 +869,10 @@ "@timestamp", "desc" ], - "title": "Cassandra Query Search [Packetbeat]", + "title": "Cassandra Query Search [Packetbeat] ECS", "version": 1 }, - "id": "Cassandra-QueryView", + "id": "Cassandra-QueryView-ecs", "type": "search", "updated_at": "2019-01-18T23:49:20.964Z", "version": 1 @@ -927,10 +927,10 @@ "@timestamp", "desc" ], - "title": "Cassandra Search [Packetbeat]", + "title": "Cassandra Search [Packetbeat] ECS", "version": 1 }, - "id": "eaa83e60-190b-11e9-be0d-adde5066235e", + "id": "eaa83e60-190b-11e9-be0d-adde5066235e-ecs", "type": "search", "updated_at": "2019-01-18T23:49:20.964Z", "version": 1 @@ -961,7 +961,7 @@ "panelsJSON": [ { "col": 10, - "id": "Cassandra-ResponseKeyspace", + "id": "Cassandra-ResponseKeyspace-ecs", "panelIndex": 3, "row": 3, "size_x": 3, @@ -970,7 +970,7 @@ }, { "col": 7, - "id": "Cassandra-ResponseType", + "id": "Cassandra-ResponseType-ecs", "panelIndex": 4, "row": 3, "size_x": 3, @@ -979,7 +979,7 @@ }, { "col": 1, - "id": "Cassandra-ResponseTime", + "id": "Cassandra-ResponseTime-ecs", "panelIndex": 9, "row": 5, "size_x": 12, @@ -988,7 +988,7 @@ }, { "col": 4, - "id": "Cassandra-RequestCount", + "id": "Cassandra-RequestCount-ecs", "panelIndex": 10, "row": 1, "size_x": 9, @@ -997,7 +997,7 @@ }, { "col": 4, - "id": "Cassandra-Ops", + "id": "Cassandra-Ops-ecs", "panelIndex": 11, "row": 3, "size_x": 3, @@ -1006,7 +1006,7 @@ }, { "col": 1, - "id": "Cassandra-RequestCountStackByType", + "id": "Cassandra-RequestCountStackByType-ecs", "panelIndex": 15, "row": 7, "size_x": 12, @@ -1015,7 +1015,7 @@ }, { "col": 1, - "id": "Cassandra-ResponseCountStackByType", + "id": "Cassandra-ResponseCountStackByType-ecs", "panelIndex": 16, "row": 9, "size_x": 12, @@ -1024,7 +1024,7 @@ }, { "col": 1, - "id": "Cassandra-RequestCountByType", + "id": "Cassandra-RequestCountByType-ecs", "panelIndex": 17, "row": 11, "size_x": 6, @@ -1033,7 +1033,7 @@ }, { "col": 7, - "id": "Cassandra-ResponseCountByType", + "id": "Cassandra-ResponseCountByType-ecs", "panelIndex": 18, "row": 11, "size_x": 6, @@ -1042,7 +1042,7 @@ }, { "col": 1, - "id": "Navigation", + "id": "Navigation-ecs", "panelIndex": 19, "row": 1, "size_x": 3, @@ -1057,7 +1057,7 @@ "cassandra.response.result.rows.meta.table", "cassandra.response.result.rows.num_rows" ], - "id": "Cassandra-QueryView", + "id": "Cassandra-QueryView-ecs", "panelIndex": 20, "row": 14, "size_x": 12, @@ -1070,7 +1070,7 @@ } ], "timeRestore": false, - "title": "[Packetbeat] Cassandra", + "title": "[Packetbeat] Cassandra ECS", "uiStateJSON": { "P-10": { "vis": { @@ -1090,7 +1090,7 @@ }, "version": 1 }, - "id": "Packetbeat-Cassandra", + "id": "Packetbeat-Cassandra-ecs", "type": "dashboard", "updated_at": "2019-01-18T23:49:20.964Z", "version": 1 diff --git a/packetbeat/_meta/kibana/7/dashboard/Packetbeat-dhcpv4.json b/packetbeat/_meta/kibana/7/dashboard/Packetbeat-dhcpv4.json index b273b09b4c3..07ec987ea88 100644 --- a/packetbeat/_meta/kibana/7/dashboard/Packetbeat-dhcpv4.json +++ b/packetbeat/_meta/kibana/7/dashboard/Packetbeat-dhcpv4.json @@ -6,7 +6,7 @@ "kibanaSavedObjectMeta": { "searchSourceJSON": {} }, - "title": "Message Types over Time [Packetbeat DHCPv4]", + "title": "Message Types over Time [Packetbeat DHCPv4] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -98,11 +98,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Message Types over Time [Packetbeat DHCPv4]", + "title": "Message Types over Time [Packetbeat DHCPv4] ECS", "type": "metrics" } }, - "id": "8460fcd0-8baa-11e8-9676-ef67484126fb", + "id": "8460fcd0-8baa-11e8-9676-ef67484126fb-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:22.006Z", "version": 1 @@ -119,8 +119,8 @@ } } }, - "savedSearchId": "b8992150-8ba8-11e8-9676-ef67484126fb", - "title": "NAK and Decline Count [Packetbeat DHCPv4]", + "savedSearchId": "b8992150-8ba8-11e8-9676-ef67484126fb-ecs", + "title": "NAK and Decline Count [Packetbeat DHCPv4] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -161,11 +161,11 @@ }, "type": "metric" }, - "title": "NAK and Decline Count [Packetbeat DHCPv4]", + "title": "NAK and Decline Count [Packetbeat DHCPv4] ECS", "type": "metric" } }, - "id": "4ad9db20-8bab-11e8-9676-ef67484126fb", + "id": "4ad9db20-8bab-11e8-9676-ef67484126fb-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:22.006Z", "version": 1 @@ -182,8 +182,8 @@ } } }, - "savedSearchId": "b8992150-8ba8-11e8-9676-ef67484126fb", - "title": "Message Types [Packetbeat DHCPv4]", + "savedSearchId": "b8992150-8ba8-11e8-9676-ef67484126fb-ecs", + "title": "Message Types [Packetbeat DHCPv4] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -243,11 +243,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "Message Types [Packetbeat DHCPv4]", + "title": "Message Types [Packetbeat DHCPv4] ECS", "type": "pie" } }, - "id": "418dfbe0-8bac-11e8-9676-ef67484126fb", + "id": "418dfbe0-8bac-11e8-9676-ef67484126fb-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:22.006Z", "version": 1 @@ -309,10 +309,10 @@ "@timestamp", "desc" ], - "title": "DHCPv4 [Packetbeat]", + "title": "DHCPv4 [Packetbeat] ECS", "version": 1 }, - "id": "b8992150-8ba8-11e8-9676-ef67484126fb", + "id": "b8992150-8ba8-11e8-9676-ef67484126fb-ecs", "type": "search", "updated_at": "2019-01-18T23:49:22.006Z", "version": 1 @@ -329,8 +329,8 @@ } } }, - "savedSearchId": "b8992150-8ba8-11e8-9676-ef67484126fb", - "title": "Transaction Count [Packetbeat DHCPv4]", + "savedSearchId": "b8992150-8ba8-11e8-9676-ef67484126fb-ecs", + "title": "Transaction Count [Packetbeat DHCPv4] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -374,11 +374,11 @@ }, "type": "metric" }, - "title": "Transaction Count [Packetbeat DHCPv4]", + "title": "Transaction Count [Packetbeat DHCPv4] ECS", "type": "metric" } }, - "id": "d0120dc0-8bac-11e8-9676-ef67484126fb", + "id": "d0120dc0-8bac-11e8-9676-ef67484126fb-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:22.006Z", "version": 1 @@ -395,8 +395,8 @@ } } }, - "savedSearchId": "b8992150-8ba8-11e8-9676-ef67484126fb", - "title": "Client Count [Packetbeat DHCPv4]", + "savedSearchId": "b8992150-8ba8-11e8-9676-ef67484126fb-ecs", + "title": "Client Count [Packetbeat DHCPv4] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -440,11 +440,11 @@ }, "type": "metric" }, - "title": "Client Count [Packetbeat DHCPv4]", + "title": "Client Count [Packetbeat DHCPv4] ECS", "type": "metric" } }, - "id": "11d33ea0-8bad-11e8-9676-ef67484126fb", + "id": "11d33ea0-8bad-11e8-9676-ef67484126fb-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:22.006Z", "version": 1 @@ -461,8 +461,8 @@ } } }, - "savedSearchId": "b8992150-8ba8-11e8-9676-ef67484126fb", - "title": "Data Transfer [Packetbeat DHCPv4]", + "savedSearchId": "b8992150-8ba8-11e8-9676-ef67484126fb-ecs", + "title": "Data Transfer [Packetbeat DHCPv4] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -516,11 +516,11 @@ }, "type": "metric" }, - "title": "Data Transfer [Packetbeat DHCPv4]", + "title": "Data Transfer [Packetbeat DHCPv4] ECS", "type": "metric" } }, - "id": "f43a8f20-8bb5-11e8-9676-ef67484126fb", + "id": "f43a8f20-8bb5-11e8-9676-ef67484126fb-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:22.006Z", "version": 1 @@ -555,7 +555,7 @@ "x": 0, "y": 7 }, - "id": "8460fcd0-8baa-11e8-9676-ef67484126fb", + "id": "8460fcd0-8baa-11e8-9676-ef67484126fb-ecs", "panelIndex": "1", "type": "visualization", "version": "6.3.0" @@ -569,7 +569,7 @@ "x": 0, "y": 0 }, - "id": "4ad9db20-8bab-11e8-9676-ef67484126fb", + "id": "4ad9db20-8bab-11e8-9676-ef67484126fb-ecs", "panelIndex": "2", "type": "visualization", "version": "6.3.0" @@ -583,7 +583,7 @@ "x": 37, "y": 0 }, - "id": "418dfbe0-8bac-11e8-9676-ef67484126fb", + "id": "418dfbe0-8bac-11e8-9676-ef67484126fb-ecs", "panelIndex": "3", "type": "visualization", "version": "6.3.0" @@ -597,7 +597,7 @@ "x": 0, "y": 16 }, - "id": "b8992150-8ba8-11e8-9676-ef67484126fb", + "id": "b8992150-8ba8-11e8-9676-ef67484126fb-ecs", "panelIndex": "5", "type": "search", "version": "6.3.0" @@ -611,7 +611,7 @@ "x": 8, "y": 0 }, - "id": "d0120dc0-8bac-11e8-9676-ef67484126fb", + "id": "d0120dc0-8bac-11e8-9676-ef67484126fb-ecs", "panelIndex": "6", "type": "visualization", "version": "6.3.0" @@ -625,7 +625,7 @@ "x": 16, "y": 0 }, - "id": "11d33ea0-8bad-11e8-9676-ef67484126fb", + "id": "11d33ea0-8bad-11e8-9676-ef67484126fb-ecs", "panelIndex": "7", "type": "visualization", "version": "6.3.0" @@ -639,17 +639,17 @@ "x": 24, "y": 0 }, - "id": "f43a8f20-8bb5-11e8-9676-ef67484126fb", + "id": "f43a8f20-8bb5-11e8-9676-ef67484126fb-ecs", "panelIndex": "8", "type": "visualization", "version": "6.3.0" } ], "timeRestore": false, - "title": "[Packetbeat] DHCPv4", + "title": "[Packetbeat] DHCPv4 ECS", "version": 1 }, - "id": "a7b35890-8baa-11e8-9676-ef67484126fb", + "id": "a7b35890-8baa-11e8-9676-ef67484126fb-ecs", "type": "dashboard", "updated_at": "2019-01-18T23:49:22.006Z", "version": 1 diff --git a/packetbeat/_meta/kibana/7/dashboard/Packetbeat-dns-overview.json b/packetbeat/_meta/kibana/7/dashboard/Packetbeat-dns-overview.json index 1bd84d87367..6e7b98a1d17 100644 --- a/packetbeat/_meta/kibana/7/dashboard/Packetbeat-dns-overview.json +++ b/packetbeat/_meta/kibana/7/dashboard/Packetbeat-dns-overview.json @@ -12,8 +12,8 @@ } } }, - "savedSearchId": "d19e8485-7df5-47ce-8009-9dc3c42bcf17", - "title": "DNS Query Summary [Packetbeat]", + "savedSearchId": "d19e8485-7df5-47ce-8009-9dc3c42bcf17-ecs", + "title": "DNS Query Summary [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -86,11 +86,11 @@ }, "type": "metric" }, - "title": "DNS Query Summary [Packetbeat]", + "title": "DNS Query Summary [Packetbeat] ECS", "type": "metric" } }, - "id": "DNS-Query-Summary", + "id": "DNS-Query-Summary-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:24.089Z", "version": 1 @@ -108,8 +108,8 @@ } } }, - "savedSearchId": "d19e8485-7df5-47ce-8009-9dc3c42bcf17", - "title": "DNS Request Status Over Time [Packetbeat]", + "savedSearchId": "d19e8485-7df5-47ce-8009-9dc3c42bcf17-ecs", + "title": "DNS Request Status Over Time [Packetbeat] ECS", "uiStateJSON": { "vis": { "colors": { @@ -237,11 +237,11 @@ ], "yAxis": {} }, - "title": "DNS Request Status Over Time [Packetbeat]", + "title": "DNS Request Status Over Time [Packetbeat] ECS", "type": "area" } }, - "id": "DNS-Request-Status-Over-Time", + "id": "DNS-Request-Status-Over-Time-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:24.089Z", "version": 1 @@ -264,8 +264,8 @@ } } }, - "savedSearchId": "d19e8485-7df5-47ce-8009-9dc3c42bcf17", - "title": "DNS Question Types [Packetbeat]", + "savedSearchId": "d19e8485-7df5-47ce-8009-9dc3c42bcf17-ecs", + "title": "DNS Question Types [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -308,11 +308,11 @@ "shareYAxis": true, "type": "pie" }, - "title": "DNS Question Types [Packetbeat]", + "title": "DNS Question Types [Packetbeat] ECS", "type": "pie" } }, - "id": "DNS-Question-Types", + "id": "DNS-Question-Types-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:24.089Z", "version": 1 @@ -370,8 +370,8 @@ } } }, - "savedSearchId": "d19e8485-7df5-47ce-8009-9dc3c42bcf17", - "title": "DNS Top 10 Questions [Packetbeat]", + "savedSearchId": "d19e8485-7df5-47ce-8009-9dc3c42bcf17-ecs", + "title": "DNS Top 10 Questions [Packetbeat] ECS", "uiStateJSON": { "vis": { "params": { @@ -421,11 +421,11 @@ }, "totalFunc": "sum" }, - "title": "DNS Top 10 Questions [Packetbeat]", + "title": "DNS Top 10 Questions [Packetbeat] ECS", "type": "table" } }, - "id": "DNS-Top-10-Questions", + "id": "DNS-Top-10-Questions-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:24.089Z", "version": 1 @@ -456,8 +456,8 @@ } } }, - "savedSearchId": "d19e8485-7df5-47ce-8009-9dc3c42bcf17", - "title": "DNS Response Codes [Packetbeat]", + "savedSearchId": "d19e8485-7df5-47ce-8009-9dc3c42bcf17-ecs", + "title": "DNS Response Codes [Packetbeat] ECS", "uiStateJSON": { "vis": { "params": { @@ -507,11 +507,11 @@ }, "totalFunc": "sum" }, - "title": "DNS Response Codes [Packetbeat]", + "title": "DNS Response Codes [Packetbeat] ECS", "type": "table" } }, - "id": "DNS-Response-Codes", + "id": "DNS-Response-Codes-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:24.089Z", "version": 1 @@ -528,8 +528,8 @@ } } }, - "savedSearchId": "d19e8485-7df5-47ce-8009-9dc3c42bcf17", - "title": "DNS Min/Max/Avg Response Time Histogram [Packetbeat]", + "savedSearchId": "d19e8485-7df5-47ce-8009-9dc3c42bcf17-ecs", + "title": "DNS Min/Max/Avg Response Time Histogram [Packetbeat] ECS", "uiStateJSON": { "vis": { "colors": { @@ -683,11 +683,11 @@ } ] }, - "title": "DNS Min/Max/Avg Response Time Histogram [Packetbeat]", + "title": "DNS Min/Max/Avg Response Time Histogram [Packetbeat] ECS", "type": "area" } }, - "id": "735d25c0-1459-11e9-9de0-f98d1808db8e", + "id": "735d25c0-1459-11e9-9de0-f98d1808db8e-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:24.089Z", "version": 1 @@ -704,8 +704,8 @@ } } }, - "savedSearchId": "d19e8485-7df5-47ce-8009-9dc3c42bcf17", - "title": "DNS Client and Servers Pie Chart [Packetbeat]", + "savedSearchId": "d19e8485-7df5-47ce-8009-9dc3c42bcf17-ecs", + "title": "DNS Client and Servers Pie Chart [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -765,11 +765,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "DNS Client and Servers Pie Chart [Packetbeat]", + "title": "DNS Client and Servers Pie Chart [Packetbeat] ECS", "type": "pie" } }, - "id": "bacb6ed0-1459-11e9-9de0-f98d1808db8e", + "id": "bacb6ed0-1459-11e9-9de0-f98d1808db8e-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:24.089Z", "version": 1 @@ -840,10 +840,10 @@ "@timestamp", "desc" ], - "title": "DNS Protocol [Packetbeat]", + "title": "DNS Protocol [Packetbeat] ECS", "version": 1 }, - "id": "d19e8485-7df5-47ce-8009-9dc3c42bcf17", + "id": "d19e8485-7df5-47ce-8009-9dc3c42bcf17-ecs", "type": "search", "updated_at": "2019-01-18T23:49:24.089Z", "version": 2 @@ -876,7 +876,7 @@ "x": 0, "y": 0 }, - "id": "DNS-Query-Summary", + "id": "DNS-Query-Summary-ecs", "panelIndex": "1", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -890,7 +890,7 @@ "x": 24, "y": 0 }, - "id": "DNS-Request-Status-Over-Time", + "id": "DNS-Request-Status-Over-Time-ecs", "panelIndex": "2", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -904,7 +904,7 @@ "x": 0, "y": 15 }, - "id": "DNS-Question-Types", + "id": "DNS-Question-Types-ecs", "panelIndex": "3", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -918,7 +918,7 @@ "x": 0, "y": 30 }, - "id": "DNS-Top-10-Questions", + "id": "DNS-Top-10-Questions-ecs", "panelIndex": "5", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -932,7 +932,7 @@ "x": 24, "y": 30 }, - "id": "DNS-Response-Codes", + "id": "DNS-Response-Codes-ecs", "panelIndex": "6", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -946,7 +946,7 @@ "x": 24, "y": 15 }, - "id": "735d25c0-1459-11e9-9de0-f98d1808db8e", + "id": "735d25c0-1459-11e9-9de0-f98d1808db8e-ecs", "panelIndex": "7", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -960,17 +960,17 @@ "x": 13, "y": 15 }, - "id": "bacb6ed0-1459-11e9-9de0-f98d1808db8e", + "id": "bacb6ed0-1459-11e9-9de0-f98d1808db8e-ecs", "panelIndex": "8", "type": "visualization", "version": "7.0.0-SNAPSHOT" } ], "timeRestore": false, - "title": "[Packetbeat] DNS Overview", + "title": "[Packetbeat] DNS Overview ECS", "version": 1 }, - "id": "65120940-1454-11e9-9de0-f98d1808db8e", + "id": "65120940-1454-11e9-9de0-f98d1808db8e-ecs", "type": "dashboard", "updated_at": "2019-01-18T23:49:24.089Z", "version": 1 diff --git a/packetbeat/_meta/kibana/7/dashboard/Packetbeat-dns-tunneling.json b/packetbeat/_meta/kibana/7/dashboard/Packetbeat-dns-tunneling.json index 10fc0e2cf1a..060b6869a00 100644 --- a/packetbeat/_meta/kibana/7/dashboard/Packetbeat-dns-tunneling.json +++ b/packetbeat/_meta/kibana/7/dashboard/Packetbeat-dns-tunneling.json @@ -8,8 +8,8 @@ "filter": [] } }, - "savedSearchId": "d19e8485-7df5-47ce-8009-9dc3c42bcf17", - "title": "Unique FQDNs per eTLD+1", + "savedSearchId": "d19e8485-7df5-47ce-8009-9dc3c42bcf17-ecs", + "title": "Unique FQDNs per eTLD+1 ECS", "uiStateJSON": { "vis": { "colors": { @@ -59,11 +59,11 @@ "times": [], "yAxis": {} }, - "title": "Unique FQDNs per eTLD+1", + "title": "Unique FQDNs per eTLD+1 ECS", "type": "histogram" } }, - "id": "Unique-FQDNs-per-eTLD 1", + "id": "Unique-FQDNs-per-eTLD 1-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:23.036Z", "version": 1 @@ -76,8 +76,8 @@ "filter": [] } }, - "savedSearchId": "d19e8485-7df5-47ce-8009-9dc3c42bcf17", - "title": "Unique FQDNs per eTLD+1 Table", + "savedSearchId": "d19e8485-7df5-47ce-8009-9dc3c42bcf17-ecs", + "title": "Unique FQDNs per eTLD+1 Table ECS", "uiStateJSON": { "vis": { "params": { @@ -136,11 +136,11 @@ }, "totalFunc": "sum" }, - "title": "Unique FQDNs per eTLD+1 Table", + "title": "Unique FQDNs per eTLD+1 Table ECS", "type": "table" } }, - "id": "Unique-FQDNs-per-eTLD 1-Table", + "id": "Unique-FQDNs-per-eTLD 1-Table-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:23.036Z", "version": 1 @@ -157,8 +157,8 @@ } } }, - "savedSearchId": "d19e8485-7df5-47ce-8009-9dc3c42bcf17", - "title": "Bytes Transferred per Domain", + "savedSearchId": "d19e8485-7df5-47ce-8009-9dc3c42bcf17-ecs", + "title": "Bytes Transferred per Domain ECS", "uiStateJSON": { "vis": { "colors": { @@ -294,11 +294,11 @@ ], "yAxis": {} }, - "title": "Bytes Transferred per Domain", + "title": "Bytes Transferred per Domain ECS", "type": "histogram" } }, - "id": "Bytes-Transferred-per-Domain", + "id": "Bytes-Transferred-per-Domain-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:23.036Z", "version": 1 @@ -321,7 +321,7 @@ } } }, - "title": "Top Domains by Data Volume", + "title": "Top Domains by Data Volume ECS", "uiStateJSON": { "vis": { "params": { @@ -384,11 +384,11 @@ }, "totalFunc": "sum" }, - "title": "Top Domains by Data Volume", + "title": "Top Domains by Data Volume ECS", "type": "table" } }, - "id": "dc743240-1665-11e7-a6de-cbac1a3d0a7d", + "id": "dc743240-1665-11e7-a6de-cbac1a3d0a7d-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:23.036Z", "version": 1 @@ -459,10 +459,10 @@ "@timestamp", "desc" ], - "title": "DNS Protocol [Packetbeat]", + "title": "DNS Protocol [Packetbeat] ECS", "version": 1 }, - "id": "d19e8485-7df5-47ce-8009-9dc3c42bcf17", + "id": "d19e8485-7df5-47ce-8009-9dc3c42bcf17-ecs", "type": "search", "updated_at": "2019-01-18T23:49:24.089Z", "version": 2 @@ -510,7 +510,7 @@ "x": 0, "y": 0 }, - "id": "Unique-FQDNs-per-eTLD 1", + "id": "Unique-FQDNs-per-eTLD 1-ecs", "panelIndex": "1", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -533,7 +533,7 @@ "x": 0, "y": 35 }, - "id": "Unique-FQDNs-per-eTLD 1-Table", + "id": "Unique-FQDNs-per-eTLD 1-Table-ecs", "panelIndex": "2", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -551,7 +551,7 @@ "x": 0, "y": 20 }, - "id": "Bytes-Transferred-per-Domain", + "id": "Bytes-Transferred-per-Domain-ecs", "panelIndex": "4", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -574,17 +574,17 @@ "x": 24, "y": 35 }, - "id": "dc743240-1665-11e7-a6de-cbac1a3d0a7d", + "id": "dc743240-1665-11e7-a6de-cbac1a3d0a7d-ecs", "panelIndex": "5", "type": "visualization", "version": "7.0.0-SNAPSHOT" } ], "timeRestore": false, - "title": "[Packetbeat] DNS Tunneling", + "title": "[Packetbeat] DNS Tunneling ECS", "version": 1 }, - "id": "DNS-Unique-Domains", + "id": "DNS-Unique-Domains-ecs", "type": "dashboard", "updated_at": "2019-01-18T23:49:23.036Z", "version": 1 diff --git a/packetbeat/_meta/kibana/7/dashboard/Packetbeat-flows.json b/packetbeat/_meta/kibana/7/dashboard/Packetbeat-flows.json index 23111435680..94457a40ee1 100644 --- a/packetbeat/_meta/kibana/7/dashboard/Packetbeat-flows.json +++ b/packetbeat/_meta/kibana/7/dashboard/Packetbeat-flows.json @@ -12,8 +12,8 @@ } } }, - "savedSearchId": "Packetbeat-Flows-Search", - "title": "Top Hosts Creating Traffic [Packetbeat Flows]", + "savedSearchId": "Packetbeat-Flows-Search-ecs", + "title": "Top Hosts Creating Traffic [Packetbeat Flows] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -138,11 +138,11 @@ ], "yAxis": {} }, - "title": "Top Hosts Creating Traffic [Packetbeat Flows]", + "title": "Top Hosts Creating Traffic [Packetbeat Flows] ECS", "type": "area" } }, - "id": "Top-hosts-creating-traffic", + "id": "Top-hosts-creating-traffic-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:25.168Z", "version": 1 @@ -164,21 +164,21 @@ } } }, - "title": "Navigation [Packetbeat]", + "title": "Navigation [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { "aggs": [], "params": { "fontSize": 10, - "markdown": "### Packetbeat:\n\n[Overview](#/dashboard/Packetbeat-Dashboard)\n\n[Network Flows](#/dashboard/Packetbeat-Flows)\n\n[DNS Overview](#/dashboard/65120940-1454-11e9-9de0-f98d1808db8e) | [Tunneling](#/dashboard/DNS-Unique-Domains)\n\n[DHCPv4 Transactions](#/dashboard/a7b35890-8baa-11e8-9676-ef67484126fb)\n\n[TLS Overview](#/dashboard/tls-sessions)\n\n[HTTP transactions](#/dashboard/Packetbeat-HTTP)\n\nDatabases: [MySQL](#/dashboard/Packetbeat-MySQL-performance) | [PostgreSQL](#/dashboard/Packetbeat-PgSQL-performance) | [MongoDB](#/dashboard/Packetbeat-MongoDB-performance) | [Cassandra](#/dashboard/Packetbeat-Cassandra)\n\nRPC: [Thrift](#/dashboard/Packetbeat-Thrift-performance)\n\nStorage: [NFS](#/dashboard/Packetbeat-NFS)", + "markdown": "### Packetbeat:\n\n[Overview](#/dashboard/Packetbeat-Dashboard-ecs)\n\n[Network Flows](#/dashboard/Packetbeat-Flows-ecs)\n\n[DNS Overview](#/dashboard/65120940-1454-11e9-9de0-f98d1808db8e-ecs) | [Tunneling](#/dashboard/DNS-Unique-Domains-ecs)\n\n[DHCPv4 Transactions](#/dashboard/a7b35890-8baa-11e8-9676-ef67484126fb-ecs)\n\n[TLS Overview](#/dashboard/tls-sessions-ecs)\n\n[HTTP transactions](#/dashboard/Packetbeat-HTTP-ecs)\n\nDatabases: [MySQL](#/dashboard/Packetbeat-MySQL-performance-ecs) | [PostgreSQL](#/dashboard/Packetbeat-PgSQL-performance-ecs) | [MongoDB](#/dashboard/Packetbeat-MongoDB-performance-ecs) | [Cassandra](#/dashboard/Packetbeat-Cassandra-ecs)\n\nRPC: [Thrift](#/dashboard/Packetbeat-Thrift-performance-ecs)\n\nStorage: [NFS](#/dashboard/Packetbeat-NFS-ecs)", "openLinksInNewTab": false }, - "title": "Navigation [Packetbeat]", + "title": "Navigation [Packetbeat] ECS", "type": "markdown" } }, - "id": "Navigation", + "id": "Navigation-ecs", "type": "visualization", "updated_at": "2019-01-19T00:18:59.372Z", "version": 11 @@ -195,8 +195,8 @@ } } }, - "savedSearchId": "Packetbeat-Flows-Search", - "title": "Connections over time [Packetbeat Flows]", + "savedSearchId": "Packetbeat-Flows-Search-ecs", + "title": "Connections over time [Packetbeat Flows] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -304,11 +304,11 @@ ], "yAxis": {} }, - "title": "Connections over time [Packetbeat Flows]", + "title": "Connections over time [Packetbeat Flows] ECS", "type": "area" } }, - "id": "Connections-over-time", + "id": "Connections-over-time-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:25.168Z", "version": 1 @@ -325,8 +325,8 @@ } } }, - "savedSearchId": "Packetbeat-Flows-Search", - "title": "Top Hosts Receiving Traffic [Packetbeat Flows]", + "savedSearchId": "Packetbeat-Flows-Search-ecs", + "title": "Top Hosts Receiving Traffic [Packetbeat Flows] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -451,11 +451,11 @@ ], "yAxis": {} }, - "title": "Top Hosts Receiving Traffic [Packetbeat Flows]", + "title": "Top Hosts Receiving Traffic [Packetbeat Flows] ECS", "type": "area" } }, - "id": "Top-hosts-receiving-traffic", + "id": "Top-hosts-receiving-traffic-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:25.168Z", "version": 1 @@ -472,8 +472,8 @@ } } }, - "savedSearchId": "Packetbeat-Flows-Search", - "title": "Network Traffic Between Hosts [Packetbeat Flows]", + "savedSearchId": "Packetbeat-Flows-Search-ecs", + "title": "Network Traffic Between Hosts [Packetbeat Flows] ECS", "uiStateJSON": { "vis": { "params": { @@ -553,11 +553,11 @@ }, "totalFunc": "sum" }, - "title": "Network Traffic Between Hosts [Packetbeat Flows]", + "title": "Network Traffic Between Hosts [Packetbeat Flows] ECS", "type": "table" } }, - "id": "Network-traffic-between-your-hosts", + "id": "Network-traffic-between-your-hosts-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:25.168Z", "version": 1 @@ -611,10 +611,10 @@ "@timestamp", "desc" ], - "title": "Flows Search [Packetbeat]", + "title": "Flows Search [Packetbeat] ECS", "version": 1 }, - "id": "Packetbeat-Flows-Search", + "id": "Packetbeat-Flows-Search-ecs", "type": "search", "updated_at": "2019-01-18T23:49:25.168Z", "version": 1 @@ -646,7 +646,7 @@ "x": 0, "y": 25 }, - "id": "Top-hosts-creating-traffic", + "id": "Top-hosts-creating-traffic-ecs", "panelIndex": "1", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -659,7 +659,7 @@ "x": 0, "y": 0 }, - "id": "Navigation", + "id": "Navigation-ecs", "panelIndex": "2", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -672,7 +672,7 @@ "x": 12, "y": 0 }, - "id": "Connections-over-time", + "id": "Connections-over-time-ecs", "panelIndex": "3", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -685,7 +685,7 @@ "x": 24, "y": 25 }, - "id": "Top-hosts-receiving-traffic", + "id": "Top-hosts-receiving-traffic-ecs", "panelIndex": "4", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -708,17 +708,17 @@ "x": 0, "y": 60 }, - "id": "Network-traffic-between-your-hosts", + "id": "Network-traffic-between-your-hosts-ecs", "panelIndex": "5", "type": "visualization", "version": "7.0.0-SNAPSHOT" } ], "timeRestore": false, - "title": "[Packetbeat] Flows", + "title": "[Packetbeat] Flows ECS", "version": 1 }, - "id": "Packetbeat-Flows", + "id": "Packetbeat-Flows-ecs", "type": "dashboard", "updated_at": "2019-01-18T23:49:25.168Z", "version": 1 diff --git a/packetbeat/_meta/kibana/7/dashboard/Packetbeat-http.json b/packetbeat/_meta/kibana/7/dashboard/Packetbeat-http.json index 0f0034d7c69..ec5b2bd0635 100644 --- a/packetbeat/_meta/kibana/7/dashboard/Packetbeat-http.json +++ b/packetbeat/_meta/kibana/7/dashboard/Packetbeat-http.json @@ -12,8 +12,8 @@ } } }, - "savedSearchId": "71908f00-88ca-11e7-ad9c-db80de0bf8d3", - "title": "HTTP Transactions [Packetbeat]", + "savedSearchId": "71908f00-88ca-11e7-ad9c-db80de0bf8d3-ecs", + "title": "HTTP Transactions [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -115,11 +115,11 @@ ], "yAxis": {} }, - "title": "HTTP Transactions [Packetbeat]", + "title": "HTTP Transactions [Packetbeat] ECS", "type": "histogram" } }, - "id": "Web-transactions", + "id": "Web-transactions-ecs", "type": "visualization", "updated_at": "2019-01-19T00:21:31.922Z", "version": 3 @@ -180,7 +180,7 @@ } } }, - "title": "HTTP error codes [Packetbeat]", + "title": "HTTP error codes [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -286,11 +286,11 @@ ], "yAxis": {} }, - "title": "HTTP error codes [Packetbeat]", + "title": "HTTP error codes [Packetbeat] ECS", "type": "histogram" } }, - "id": "HTTP-error-codes", + "id": "HTTP-error-codes-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:26.207Z", "version": 1 @@ -370,7 +370,7 @@ } } }, - "title": "HTTP error codes evolution [Packetbeat]", + "title": "HTTP error codes evolution [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -497,11 +497,11 @@ ], "yAxis": {} }, - "title": "HTTP error codes evolution [Packetbeat]", + "title": "HTTP error codes evolution [Packetbeat] ECS", "type": "line" } }, - "id": "HTTP-error-codes-evolution", + "id": "HTTP-error-codes-evolution-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:26.207Z", "version": 1 @@ -523,21 +523,21 @@ } } }, - "title": "Navigation [Packetbeat]", + "title": "Navigation [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { "aggs": [], "params": { "fontSize": 10, - "markdown": "### Packetbeat:\n\n[Overview](#/dashboard/Packetbeat-Dashboard)\n\n[Network Flows](#/dashboard/Packetbeat-Flows)\n\n[DNS Overview](#/dashboard/65120940-1454-11e9-9de0-f98d1808db8e) | [Tunneling](#/dashboard/DNS-Unique-Domains)\n\n[DHCPv4 Transactions](#/dashboard/a7b35890-8baa-11e8-9676-ef67484126fb)\n\n[TLS Overview](#/dashboard/tls-sessions)\n\n[HTTP transactions](#/dashboard/Packetbeat-HTTP)\n\nDatabases: [MySQL](#/dashboard/Packetbeat-MySQL-performance) | [PostgreSQL](#/dashboard/Packetbeat-PgSQL-performance) | [MongoDB](#/dashboard/Packetbeat-MongoDB-performance) | [Cassandra](#/dashboard/Packetbeat-Cassandra)\n\nRPC: [Thrift](#/dashboard/Packetbeat-Thrift-performance)\n\nStorage: [NFS](#/dashboard/Packetbeat-NFS)", + "markdown": "### Packetbeat:\n\n[Overview](#/dashboard/Packetbeat-Dashboard-ecs)\n\n[Network Flows](#/dashboard/Packetbeat-Flows-ecs)\n\n[DNS Overview](#/dashboard/65120940-1454-11e9-9de0-f98d1808db8e-ecs) | [Tunneling](#/dashboard/DNS-Unique-Domains-ecs)\n\n[DHCPv4 Transactions](#/dashboard/a7b35890-8baa-11e8-9676-ef67484126fb-ecs)\n\n[TLS Overview](#/dashboard/tls-sessions-ecs)\n\n[HTTP transactions](#/dashboard/Packetbeat-HTTP-ecs)\n\nDatabases: [MySQL](#/dashboard/Packetbeat-MySQL-performance-ecs) | [PostgreSQL](#/dashboard/Packetbeat-PgSQL-performance-ecs) | [MongoDB](#/dashboard/Packetbeat-MongoDB-performance-ecs) | [Cassandra](#/dashboard/Packetbeat-Cassandra-ecs)\n\nRPC: [Thrift](#/dashboard/Packetbeat-Thrift-performance-ecs)\n\nStorage: [NFS](#/dashboard/Packetbeat-NFS-ecs)", "openLinksInNewTab": false }, - "title": "Navigation [Packetbeat]", + "title": "Navigation [Packetbeat] ECS", "type": "markdown" } }, - "id": "Navigation", + "id": "Navigation-ecs", "type": "visualization", "updated_at": "2019-01-19T00:18:59.372Z", "version": 11 @@ -554,8 +554,8 @@ } } }, - "savedSearchId": "71908f00-88ca-11e7-ad9c-db80de0bf8d3", - "title": "Total number of HTTP transactions [Packetbeat]", + "savedSearchId": "71908f00-88ca-11e7-ad9c-db80de0bf8d3-ecs", + "title": "Total number of HTTP transactions [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -598,11 +598,11 @@ }, "type": "metric" }, - "title": "Total number of HTTP transactions [Packetbeat]", + "title": "Total number of HTTP transactions [Packetbeat] ECS", "type": "metric" } }, - "id": "Total-number-of-HTTP-transactions", + "id": "Total-number-of-HTTP-transactions-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:26.207Z", "version": 1 @@ -619,8 +619,8 @@ } } }, - "savedSearchId": "71908f00-88ca-11e7-ad9c-db80de0bf8d3", - "title": "HTTP status codes for the top queries [Packetbeat]", + "savedSearchId": "71908f00-88ca-11e7-ad9c-db80de0bf8d3-ecs", + "title": "HTTP status codes for the top queries [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -682,11 +682,11 @@ "shareYAxis": true, "type": "pie" }, - "title": "HTTP status codes for the top queries [Packetbeat]", + "title": "HTTP status codes for the top queries [Packetbeat] ECS", "type": "pie" } }, - "id": "HTTP-codes-for-the-top-queries", + "id": "HTTP-codes-for-the-top-queries-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:26.207Z", "version": 1 @@ -703,8 +703,8 @@ } } }, - "savedSearchId": "71908f00-88ca-11e7-ad9c-db80de0bf8d3", - "title": "Top 10 HTTP requests [Packetbeat]", + "savedSearchId": "71908f00-88ca-11e7-ad9c-db80de0bf8d3-ecs", + "title": "Top 10 HTTP requests [Packetbeat] ECS", "uiStateJSON": { "vis": { "params": { @@ -753,11 +753,11 @@ }, "totalFunc": "sum" }, - "title": "Top 10 HTTP requests [Packetbeat]", + "title": "Top 10 HTTP requests [Packetbeat] ECS", "type": "table" } }, - "id": "Top-10-HTTP-requests", + "id": "Top-10-HTTP-requests-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:26.207Z", "version": 1 @@ -812,10 +812,10 @@ "@timestamp", "desc" ], - "title": "HTTP Transactions Search [Packetbeat]", + "title": "HTTP Transactions Search [Packetbeat] ECS", "version": 1 }, - "id": "71908f00-88ca-11e7-ad9c-db80de0bf8d3", + "id": "71908f00-88ca-11e7-ad9c-db80de0bf8d3-ecs", "type": "search", "updated_at": "2019-01-19T00:21:43.886Z", "version": 3 @@ -852,7 +852,7 @@ "x": 12, "y": 0 }, - "id": "Web-transactions", + "id": "Web-transactions-ecs", "panelIndex": "1", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -865,7 +865,7 @@ "x": 0, "y": 35 }, - "id": "HTTP-error-codes", + "id": "HTTP-error-codes-ecs", "panelIndex": "2", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -878,7 +878,7 @@ "x": 24, "y": 35 }, - "id": "HTTP-error-codes-evolution", + "id": "HTTP-error-codes-evolution-ecs", "panelIndex": "3", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -891,7 +891,7 @@ "x": 0, "y": 0 }, - "id": "Navigation", + "id": "Navigation-ecs", "panelIndex": "4", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -911,7 +911,7 @@ "x": 0, "y": 20 }, - "id": "Total-number-of-HTTP-transactions", + "id": "Total-number-of-HTTP-transactions-ecs", "panelIndex": "5", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -924,7 +924,7 @@ "x": 12, "y": 20 }, - "id": "HTTP-codes-for-the-top-queries", + "id": "HTTP-codes-for-the-top-queries-ecs", "panelIndex": "6", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -947,17 +947,17 @@ "x": 0, "y": 50 }, - "id": "Top-10-HTTP-requests", + "id": "Top-10-HTTP-requests-ecs", "panelIndex": "7", "type": "visualization", "version": "7.0.0-SNAPSHOT" } ], "timeRestore": false, - "title": "[Packetbeat] HTTP", + "title": "[Packetbeat] HTTP ECS", "version": 1 }, - "id": "Packetbeat-HTTP", + "id": "Packetbeat-HTTP-ecs", "type": "dashboard", "updated_at": "2019-01-18T23:49:26.207Z", "version": 1 diff --git a/packetbeat/_meta/kibana/7/dashboard/Packetbeat-mongodb.json b/packetbeat/_meta/kibana/7/dashboard/Packetbeat-mongodb.json index 71e509b05f4..3059b71ff10 100644 --- a/packetbeat/_meta/kibana/7/dashboard/Packetbeat-mongodb.json +++ b/packetbeat/_meta/kibana/7/dashboard/Packetbeat-mongodb.json @@ -17,21 +17,21 @@ } } }, - "title": "Navigation [Packetbeat]", + "title": "Navigation [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { "aggs": [], "params": { "fontSize": 10, - "markdown": "### Packetbeat:\n\n[Overview](#/dashboard/Packetbeat-Dashboard)\n\n[Network Flows](#/dashboard/Packetbeat-Flows)\n\n[DNS Overview](#/dashboard/65120940-1454-11e9-9de0-f98d1808db8e) | [Tunneling](#/dashboard/DNS-Unique-Domains)\n\n[DHCPv4 Transactions](#/dashboard/a7b35890-8baa-11e8-9676-ef67484126fb)\n\n[TLS Overview](#/dashboard/tls-sessions)\n\n[HTTP transactions](#/dashboard/Packetbeat-HTTP)\n\nDatabases: [MySQL](#/dashboard/Packetbeat-MySQL-performance) | [PostgreSQL](#/dashboard/Packetbeat-PgSQL-performance) | [MongoDB](#/dashboard/Packetbeat-MongoDB-performance) | [Cassandra](#/dashboard/Packetbeat-Cassandra)\n\nRPC: [Thrift](#/dashboard/Packetbeat-Thrift-performance)\n\nStorage: [NFS](#/dashboard/Packetbeat-NFS)", + "markdown": "### Packetbeat:\n\n[Overview](#/dashboard/Packetbeat-Dashboard-ecs)\n\n[Network Flows](#/dashboard/Packetbeat-Flows-ecs)\n\n[DNS Overview](#/dashboard/65120940-1454-11e9-9de0-f98d1808db8e-ecs) | [Tunneling](#/dashboard/DNS-Unique-Domains-ecs)\n\n[DHCPv4 Transactions](#/dashboard/a7b35890-8baa-11e8-9676-ef67484126fb-ecs)\n\n[TLS Overview](#/dashboard/tls-sessions-ecs)\n\n[HTTP transactions](#/dashboard/Packetbeat-HTTP-ecs)\n\nDatabases: [MySQL](#/dashboard/Packetbeat-MySQL-performance-ecs) | [PostgreSQL](#/dashboard/Packetbeat-PgSQL-performance-ecs) | [MongoDB](#/dashboard/Packetbeat-MongoDB-performance-ecs) | [Cassandra](#/dashboard/Packetbeat-Cassandra-ecs)\n\nRPC: [Thrift](#/dashboard/Packetbeat-Thrift-performance-ecs)\n\nStorage: [NFS](#/dashboard/Packetbeat-NFS-ecs)", "openLinksInNewTab": false }, - "title": "Navigation [Packetbeat]", + "title": "Navigation [Packetbeat] ECS", "type": "markdown" } }, - "id": "Navigation", + "id": "Navigation-ecs", "type": "visualization", "updated_at": "2019-01-19T00:18:59.372Z", "version": 11 @@ -48,8 +48,8 @@ } } }, - "savedSearchId": "651fd6d0-88d0-11e7-ad9c-db80de0bf8d3", - "title": "MongoDB errors [Packetbeat]", + "savedSearchId": "651fd6d0-88d0-11e7-ad9c-db80de0bf8d3-ecs", + "title": "MongoDB errors [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -193,11 +193,11 @@ ], "yAxis": {} }, - "title": "MongoDB errors [Packetbeat]", + "title": "MongoDB errors [Packetbeat] ECS", "type": "line" } }, - "id": "MongoDB-errors", + "id": "MongoDB-errors-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:27.239Z", "version": 1 @@ -214,8 +214,8 @@ } } }, - "savedSearchId": "MongoDB-transactions", - "title": "MongoDB Commands [Packetbeat]", + "savedSearchId": "MongoDB-transactions-ecs", + "title": "MongoDB Commands [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -336,11 +336,11 @@ ], "yAxis": {} }, - "title": "MongoDB Commands [Packetbeat]", + "title": "MongoDB Commands [Packetbeat] ECS", "type": "area" } }, - "id": "MongoDB-commands", + "id": "MongoDB-commands-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:27.239Z", "version": 1 @@ -357,8 +357,8 @@ } } }, - "savedSearchId": "651fd6d0-88d0-11e7-ad9c-db80de0bf8d3", - "title": "MongoDB errors per collection [Packetbeat]", + "savedSearchId": "651fd6d0-88d0-11e7-ad9c-db80de0bf8d3-ecs", + "title": "MongoDB errors per collection [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -485,11 +485,11 @@ ], "yAxis": {} }, - "title": "MongoDB errors per collection [Packetbeat]", + "title": "MongoDB errors per collection [Packetbeat] ECS", "type": "line" } }, - "id": "MongoDB-errors-per-collection", + "id": "MongoDB-errors-per-collection-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:27.239Z", "version": 1 @@ -506,8 +506,8 @@ } } }, - "savedSearchId": "MongoDB-transactions", - "title": "MongoDB in/out throughput [Packetbeat]", + "savedSearchId": "MongoDB-transactions-ecs", + "title": "MongoDB in/out throughput [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -641,11 +641,11 @@ ], "yAxis": {} }, - "title": "MongoDB in/out throughput [Packetbeat]", + "title": "MongoDB in/out throughput [Packetbeat] ECS", "type": "line" } }, - "id": "MongoDB-in-slash-out-throughput", + "id": "MongoDB-in-slash-out-throughput-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:27.239Z", "version": 1 @@ -662,8 +662,8 @@ } } }, - "savedSearchId": "MongoDB-transactions", - "title": "MongoDB response times by collection [Packetbeat]", + "savedSearchId": "MongoDB-transactions-ecs", + "title": "MongoDB response times by collection [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -801,11 +801,11 @@ ], "yAxis": {} }, - "title": "MongoDB response times by collection [Packetbeat]", + "title": "MongoDB response times by collection [Packetbeat] ECS", "type": "line" } }, - "id": "MongoDB-response-times-by-collection", + "id": "MongoDB-response-times-by-collection-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:27.239Z", "version": 1 @@ -822,8 +822,8 @@ } } }, - "savedSearchId": "MongoDB-transactions", - "title": "Top slowest MongoDB queries [Packetbeat]", + "savedSearchId": "MongoDB-transactions-ecs", + "title": "Top slowest MongoDB queries [Packetbeat] ECS", "uiStateJSON": { "vis": { "params": { @@ -877,11 +877,11 @@ }, "totalFunc": "sum" }, - "title": "Top slowest MongoDB queries [Packetbeat]", + "title": "Top slowest MongoDB queries [Packetbeat] ECS", "type": "table" } }, - "id": "Top-slowest-MongoDB-queries", + "id": "Top-slowest-MongoDB-queries-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:27.239Z", "version": 1 @@ -898,8 +898,8 @@ } } }, - "savedSearchId": "MongoDB-transactions-with-write-concern-0", - "title": "Number of MongoDB transactions with writeConcern w=0 [Packetbeat]", + "savedSearchId": "MongoDB-transactions-with-write-concern-0-ecs", + "title": "Number of MongoDB transactions with writeConcern w=0 [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -1016,11 +1016,11 @@ ], "yAxis": {} }, - "title": "Number of MongoDB transactions with writeConcern w=0 [Packetbeat]", + "title": "Number of MongoDB transactions with writeConcern w=0 [Packetbeat] ECS", "type": "line" } }, - "id": "Number-of-MongoDB-transactions-with-writeConcern-w-equal-0", + "id": "Number-of-MongoDB-transactions-with-writeConcern-w-equal-0-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:27.239Z", "version": 1 @@ -1101,10 +1101,10 @@ "@timestamp", "desc" ], - "title": "MongoDB errors [Packetbeat]", + "title": "MongoDB errors [Packetbeat] ECS", "version": 1 }, - "id": "651fd6d0-88d0-11e7-ad9c-db80de0bf8d3", + "id": "651fd6d0-88d0-11e7-ad9c-db80de0bf8d3-ecs", "type": "search", "updated_at": "2019-01-18T23:49:27.239Z", "version": 1 @@ -1181,10 +1181,10 @@ "@timestamp", "desc" ], - "title": "MongoDB Transaction Search [Packetbeat]", + "title": "MongoDB Transaction Search [Packetbeat] ECS", "version": 1 }, - "id": "MongoDB-transactions", + "id": "MongoDB-transactions-ecs", "type": "search", "updated_at": "2019-01-18T23:49:27.239Z", "version": 1 @@ -1261,10 +1261,10 @@ "@timestamp", "desc" ], - "title": "MongoDB transactions with write concern 0 [Packetbeat]", + "title": "MongoDB transactions with write concern 0 [Packetbeat] ECS", "version": 1 }, - "id": "MongoDB-transactions-with-write-concern-0", + "id": "MongoDB-transactions-with-write-concern-0-ecs", "type": "search", "updated_at": "2019-01-18T23:49:27.239Z", "version": 1 @@ -1296,7 +1296,7 @@ "x": 0, "y": 0 }, - "id": "Navigation", + "id": "Navigation-ecs", "panelIndex": "1", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -1309,7 +1309,7 @@ "x": 12, "y": 0 }, - "id": "MongoDB-errors", + "id": "MongoDB-errors-ecs", "panelIndex": "2", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -1322,7 +1322,7 @@ "x": 32, "y": 0 }, - "id": "MongoDB-commands", + "id": "MongoDB-commands-ecs", "panelIndex": "3", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -1335,7 +1335,7 @@ "x": 0, "y": 20 }, - "id": "MongoDB-errors-per-collection", + "id": "MongoDB-errors-per-collection-ecs", "panelIndex": "4", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -1348,7 +1348,7 @@ "x": 16, "y": 20 }, - "id": "MongoDB-in-slash-out-throughput", + "id": "MongoDB-in-slash-out-throughput-ecs", "panelIndex": "5", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -1361,7 +1361,7 @@ "x": 0, "y": 35 }, - "id": "MongoDB-response-times-by-collection", + "id": "MongoDB-response-times-by-collection-ecs", "panelIndex": "6", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -1384,7 +1384,7 @@ "x": 32, "y": 35 }, - "id": "Top-slowest-MongoDB-queries", + "id": "Top-slowest-MongoDB-queries-ecs", "panelIndex": "7", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -1397,17 +1397,17 @@ "x": 32, "y": 20 }, - "id": "Number-of-MongoDB-transactions-with-writeConcern-w-equal-0", + "id": "Number-of-MongoDB-transactions-with-writeConcern-w-equal-0-ecs", "panelIndex": "8", "type": "visualization", "version": "7.0.0-SNAPSHOT" } ], "timeRestore": false, - "title": "[Packetbeat] MongoDB", + "title": "[Packetbeat] MongoDB ECS", "version": 1 }, - "id": "Packetbeat-MongoDB-performance", + "id": "Packetbeat-MongoDB-performance-ecs", "type": "dashboard", "updated_at": "2019-01-18T23:49:27.239Z", "version": 1 diff --git a/packetbeat/_meta/kibana/7/dashboard/Packetbeat-mysql.json b/packetbeat/_meta/kibana/7/dashboard/Packetbeat-mysql.json index 6ac6876e058..65a0672a894 100644 --- a/packetbeat/_meta/kibana/7/dashboard/Packetbeat-mysql.json +++ b/packetbeat/_meta/kibana/7/dashboard/Packetbeat-mysql.json @@ -12,8 +12,8 @@ } } }, - "savedSearchId": "MySQL-errors", - "title": "MySQL Errors [Packetbeat]", + "savedSearchId": "MySQL-errors-ecs", + "title": "MySQL Errors [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -118,11 +118,11 @@ ], "yAxis": {} }, - "title": "MySQL Errors [Packetbeat]", + "title": "MySQL Errors [Packetbeat] ECS", "type": "area" } }, - "id": "MySQL-Errors", + "id": "MySQL-Errors-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:28.266Z", "version": 1 @@ -139,8 +139,8 @@ } } }, - "savedSearchId": "MySQL-Transactions", - "title": "MySQL Methods [Packetbeat]", + "savedSearchId": "MySQL-Transactions-ecs", + "title": "MySQL Methods [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -261,11 +261,11 @@ ], "yAxis": {} }, - "title": "MySQL Methods [Packetbeat]", + "title": "MySQL Methods [Packetbeat] ECS", "type": "area" } }, - "id": "MySQL-Methods", + "id": "MySQL-Methods-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:28.266Z", "version": 1 @@ -287,21 +287,21 @@ } } }, - "title": "Navigation [Packetbeat]", + "title": "Navigation [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { "aggs": [], "params": { "fontSize": 10, - "markdown": "### Packetbeat:\n\n[Overview](#/dashboard/Packetbeat-Dashboard)\n\n[Network Flows](#/dashboard/Packetbeat-Flows)\n\n[DNS Overview](#/dashboard/65120940-1454-11e9-9de0-f98d1808db8e) | [Tunneling](#/dashboard/DNS-Unique-Domains)\n\n[DHCPv4 Transactions](#/dashboard/a7b35890-8baa-11e8-9676-ef67484126fb)\n\n[TLS Overview](#/dashboard/tls-sessions)\n\n[HTTP transactions](#/dashboard/Packetbeat-HTTP)\n\nDatabases: [MySQL](#/dashboard/Packetbeat-MySQL-performance) | [PostgreSQL](#/dashboard/Packetbeat-PgSQL-performance) | [MongoDB](#/dashboard/Packetbeat-MongoDB-performance) | [Cassandra](#/dashboard/Packetbeat-Cassandra)\n\nRPC: [Thrift](#/dashboard/Packetbeat-Thrift-performance)\n\nStorage: [NFS](#/dashboard/Packetbeat-NFS)", + "markdown": "### Packetbeat:\n\n[Overview](#/dashboard/Packetbeat-Dashboard-ecs)\n\n[Network Flows](#/dashboard/Packetbeat-Flows-ecs)\n\n[DNS Overview](#/dashboard/65120940-1454-11e9-9de0-f98d1808db8e-ecs) | [Tunneling](#/dashboard/DNS-Unique-Domains-ecs)\n\n[DHCPv4 Transactions](#/dashboard/a7b35890-8baa-11e8-9676-ef67484126fb-ecs)\n\n[TLS Overview](#/dashboard/tls-sessions-ecs)\n\n[HTTP transactions](#/dashboard/Packetbeat-HTTP-ecs)\n\nDatabases: [MySQL](#/dashboard/Packetbeat-MySQL-performance-ecs) | [PostgreSQL](#/dashboard/Packetbeat-PgSQL-performance-ecs) | [MongoDB](#/dashboard/Packetbeat-MongoDB-performance-ecs) | [Cassandra](#/dashboard/Packetbeat-Cassandra-ecs)\n\nRPC: [Thrift](#/dashboard/Packetbeat-Thrift-performance-ecs)\n\nStorage: [NFS](#/dashboard/Packetbeat-NFS-ecs)", "openLinksInNewTab": false }, - "title": "Navigation [Packetbeat]", + "title": "Navigation [Packetbeat] ECS", "type": "markdown" } }, - "id": "Navigation", + "id": "Navigation-ecs", "type": "visualization", "updated_at": "2019-01-19T00:18:59.372Z", "version": 11 @@ -318,8 +318,8 @@ } } }, - "savedSearchId": "MySQL-Transactions", - "title": "MySQL throughput [Packetbeat]", + "savedSearchId": "MySQL-Transactions-ecs", + "title": "MySQL throughput [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -438,11 +438,11 @@ } ] }, - "title": "MySQL throughput [Packetbeat]", + "title": "MySQL throughput [Packetbeat] ECS", "type": "line" } }, - "id": "MySQL-throughput", + "id": "MySQL-throughput-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:28.266Z", "version": 1 @@ -455,8 +455,8 @@ "filter": [] } }, - "savedSearchId": "MySQL-Transactions", - "title": "Most frequent MySQL queries", + "savedSearchId": "MySQL-Transactions-ecs", + "title": "Most frequent MySQL queries ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -485,11 +485,11 @@ "showMeticsAtAllLevels": false, "showPartialRows": false }, - "title": "Most frequent MySQL queries", + "title": "Most frequent MySQL queries ECS", "type": "table" } }, - "id": "Most-frequent-MySQL-queries", + "id": "Most-frequent-MySQL-queries-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:28.266Z", "version": 1 @@ -506,8 +506,8 @@ } } }, - "savedSearchId": "MySQL-Transactions", - "title": "Slowest MySQL queries", + "savedSearchId": "MySQL-Transactions-ecs", + "title": "Slowest MySQL queries ECS", "uiStateJSON": { "vis": { "params": { @@ -559,11 +559,11 @@ }, "totalFunc": "sum" }, - "title": "Slowest MySQL queries", + "title": "Slowest MySQL queries ECS", "type": "table" } }, - "id": "Slowest-MySQL-queries", + "id": "Slowest-MySQL-queries-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:28.266Z", "version": 1 @@ -580,8 +580,8 @@ } } }, - "savedSearchId": "MySQL-Transactions", - "title": "Mysql response times percentiles [Packetbeat]", + "savedSearchId": "MySQL-Transactions-ecs", + "title": "Mysql response times percentiles [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -686,11 +686,11 @@ } ] }, - "title": "Mysql response times percentiles [Packetbeat]", + "title": "Mysql response times percentiles [Packetbeat] ECS", "type": "line" } }, - "id": "Mysql-response-times-percentiles", + "id": "Mysql-response-times-percentiles-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:28.266Z", "version": 1 @@ -707,8 +707,8 @@ } } }, - "savedSearchId": "MySQL-Transactions", - "title": "MySQL Reads vs Writes [Packetbeat]", + "savedSearchId": "MySQL-Transactions-ecs", + "title": "MySQL Reads vs Writes [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -840,11 +840,11 @@ ], "yAxis": {} }, - "title": "MySQL Reads vs Writes [Packetbeat]", + "title": "MySQL Reads vs Writes [Packetbeat] ECS", "type": "area" } }, - "id": "MySQL-Reads-vs-Writes", + "id": "MySQL-Reads-vs-Writes-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:28.266Z", "version": 1 @@ -945,10 +945,10 @@ "@timestamp", "desc" ], - "title": "MySQL Errors Search [Packetbeat]", + "title": "MySQL Errors Search [Packetbeat] ECS", "version": 1 }, - "id": "MySQL-errors", + "id": "MySQL-errors-ecs", "type": "search", "updated_at": "2019-01-18T23:49:28.266Z", "version": 1 @@ -1023,10 +1023,10 @@ "@timestamp", "desc" ], - "title": "MySQL Transactions [Packetbeat]", + "title": "MySQL Transactions [Packetbeat] ECS", "version": 1 }, - "id": "MySQL-Transactions", + "id": "MySQL-Transactions-ecs", "type": "search", "updated_at": "2019-01-18T23:49:28.266Z", "version": 1 @@ -1063,7 +1063,7 @@ "x": 12, "y": 0 }, - "id": "MySQL-Errors", + "id": "MySQL-Errors-ecs", "panelIndex": "1", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -1076,7 +1076,7 @@ "x": 32, "y": 0 }, - "id": "MySQL-Methods", + "id": "MySQL-Methods-ecs", "panelIndex": "2", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -1089,7 +1089,7 @@ "x": 0, "y": 0 }, - "id": "Navigation", + "id": "Navigation-ecs", "panelIndex": "3", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -1102,7 +1102,7 @@ "x": 24, "y": 35 }, - "id": "MySQL-throughput", + "id": "MySQL-throughput-ecs", "panelIndex": "4", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -1125,7 +1125,7 @@ "x": 0, "y": 50 }, - "id": "Most-frequent-MySQL-queries", + "id": "Most-frequent-MySQL-queries-ecs", "panelIndex": "5", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -1148,7 +1148,7 @@ "x": 24, "y": 50 }, - "id": "Slowest-MySQL-queries", + "id": "Slowest-MySQL-queries-ecs", "panelIndex": "6", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -1161,7 +1161,7 @@ "x": 0, "y": 20 }, - "id": "Mysql-response-times-percentiles", + "id": "Mysql-response-times-percentiles-ecs", "panelIndex": "7", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -1174,17 +1174,17 @@ "x": 0, "y": 35 }, - "id": "MySQL-Reads-vs-Writes", + "id": "MySQL-Reads-vs-Writes-ecs", "panelIndex": "8", "type": "visualization", "version": "7.0.0-SNAPSHOT" } ], "timeRestore": false, - "title": "[Packetbeat] MySQL performance", + "title": "[Packetbeat] MySQL performance ECS", "version": 1 }, - "id": "Packetbeat-MySQL-performance", + "id": "Packetbeat-MySQL-performance-ecs", "type": "dashboard", "updated_at": "2019-01-18T23:49:28.266Z", "version": 1 diff --git a/packetbeat/_meta/kibana/7/dashboard/Packetbeat-nfs.json b/packetbeat/_meta/kibana/7/dashboard/Packetbeat-nfs.json index 019ea1fff1d..698cd6f84c2 100644 --- a/packetbeat/_meta/kibana/7/dashboard/Packetbeat-nfs.json +++ b/packetbeat/_meta/kibana/7/dashboard/Packetbeat-nfs.json @@ -12,8 +12,8 @@ } } }, - "savedSearchId": "nfs", - "title": "NFS clients pie chart [Packetbeat]", + "savedSearchId": "nfs-ecs", + "title": "NFS clients pie chart [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -56,11 +56,11 @@ "shareYAxis": true, "type": "pie" }, - "title": "NFS clients pie chart [Packetbeat]", + "title": "NFS clients pie chart [Packetbeat] ECS", "type": "pie" } }, - "id": "NFS-clients-pie-chart", + "id": "NFS-clients-pie-chart-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:29.316Z", "version": 1 @@ -73,8 +73,8 @@ "filter": [] } }, - "savedSearchId": "nfs", - "title": "NFS operations area chart", + "savedSearchId": "nfs-ecs", + "title": "NFS operations area chart ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -124,11 +124,11 @@ "times": [], "yAxis": {} }, - "title": "NFS operations area chart", + "title": "NFS operations area chart ECS", "type": "area" } }, - "id": "NFS-operations-area-chart", + "id": "NFS-operations-area-chart-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:29.316Z", "version": 1 @@ -145,8 +145,8 @@ } } }, - "savedSearchId": "nfs", - "title": "NFS top group pie chart [Packetbeat]", + "savedSearchId": "nfs-ecs", + "title": "NFS top group pie chart [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -189,11 +189,11 @@ "shareYAxis": true, "type": "pie" }, - "title": "NFS top group pie chart [Packetbeat]", + "title": "NFS top group pie chart [Packetbeat] ECS", "type": "pie" } }, - "id": "NFS-top-group-pie-chart", + "id": "NFS-top-group-pie-chart-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:29.316Z", "version": 1 @@ -210,8 +210,8 @@ } } }, - "savedSearchId": "nfs", - "title": "NFS top users pie chart [Packetbeat]", + "savedSearchId": "nfs-ecs", + "title": "NFS top users pie chart [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -254,11 +254,11 @@ "shareYAxis": true, "type": "pie" }, - "title": "NFS top users pie chart [Packetbeat]", + "title": "NFS top users pie chart [Packetbeat] ECS", "type": "pie" } }, - "id": "NFS-top-users-pie-chart", + "id": "NFS-top-users-pie-chart-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:29.316Z", "version": 1 @@ -275,8 +275,8 @@ } } }, - "savedSearchId": "nfs", - "title": "NFS response times [Packetbeat]", + "savedSearchId": "nfs-ecs", + "title": "NFS response times [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -391,11 +391,11 @@ ], "yAxis": {} }, - "title": "NFS response times [Packetbeat]", + "title": "NFS response times [Packetbeat] ECS", "type": "line" } }, - "id": "NFS-response-times", + "id": "NFS-response-times-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:29.316Z", "version": 1 @@ -412,8 +412,8 @@ } } }, - "savedSearchId": "NFS-errors-search", - "title": "NFS errors [Packetbeat]", + "savedSearchId": "NFS-errors-search-ecs", + "title": "NFS errors [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -534,11 +534,11 @@ ], "yAxis": {} }, - "title": "NFS errors [Packetbeat]", + "title": "NFS errors [Packetbeat] ECS", "type": "area" } }, - "id": "NFS-errors", + "id": "NFS-errors-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:29.316Z", "version": 1 @@ -555,8 +555,8 @@ } } }, - "savedSearchId": "nfs", - "title": "NFS operation table [Packetbeat]", + "savedSearchId": "nfs-ecs", + "title": "NFS operation table [Packetbeat] ECS", "uiStateJSON": { "vis": { "params": { @@ -616,11 +616,11 @@ }, "totalFunc": "sum" }, - "title": "NFS operation table [Packetbeat]", + "title": "NFS operation table [Packetbeat] ECS", "type": "table" } }, - "id": "NFS-operation-table", + "id": "NFS-operation-table-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:29.316Z", "version": 1 @@ -637,8 +637,8 @@ } } }, - "savedSearchId": "nfs", - "title": "NFS Request / Response Sizes [Packetbeat]", + "savedSearchId": "nfs-ecs", + "title": "NFS Request / Response Sizes [Packetbeat] ECS", "uiStateJSON": { "vis": { "colors": { @@ -780,11 +780,11 @@ ], "yAxis": {} }, - "title": "NFS Request / Response Sizes [Packetbeat]", + "title": "NFS Request / Response Sizes [Packetbeat] ECS", "type": "line" } }, - "id": "NFS-bytes-in-slash-out", + "id": "NFS-bytes-in-slash-out-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:29.316Z", "version": 1 @@ -806,21 +806,21 @@ } } }, - "title": "Navigation [Packetbeat]", + "title": "Navigation [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { "aggs": [], "params": { "fontSize": 10, - "markdown": "### Packetbeat:\n\n[Overview](#/dashboard/Packetbeat-Dashboard)\n\n[Network Flows](#/dashboard/Packetbeat-Flows)\n\n[DNS Overview](#/dashboard/65120940-1454-11e9-9de0-f98d1808db8e) | [Tunneling](#/dashboard/DNS-Unique-Domains)\n\n[DHCPv4 Transactions](#/dashboard/a7b35890-8baa-11e8-9676-ef67484126fb)\n\n[TLS Overview](#/dashboard/tls-sessions)\n\n[HTTP transactions](#/dashboard/Packetbeat-HTTP)\n\nDatabases: [MySQL](#/dashboard/Packetbeat-MySQL-performance) | [PostgreSQL](#/dashboard/Packetbeat-PgSQL-performance) | [MongoDB](#/dashboard/Packetbeat-MongoDB-performance) | [Cassandra](#/dashboard/Packetbeat-Cassandra)\n\nRPC: [Thrift](#/dashboard/Packetbeat-Thrift-performance)\n\nStorage: [NFS](#/dashboard/Packetbeat-NFS)", + "markdown": "### Packetbeat:\n\n[Overview](#/dashboard/Packetbeat-Dashboard-ecs)\n\n[Network Flows](#/dashboard/Packetbeat-Flows-ecs)\n\n[DNS Overview](#/dashboard/65120940-1454-11e9-9de0-f98d1808db8e-ecs) | [Tunneling](#/dashboard/DNS-Unique-Domains-ecs)\n\n[DHCPv4 Transactions](#/dashboard/a7b35890-8baa-11e8-9676-ef67484126fb-ecs)\n\n[TLS Overview](#/dashboard/tls-sessions-ecs)\n\n[HTTP transactions](#/dashboard/Packetbeat-HTTP-ecs)\n\nDatabases: [MySQL](#/dashboard/Packetbeat-MySQL-performance-ecs) | [PostgreSQL](#/dashboard/Packetbeat-PgSQL-performance-ecs) | [MongoDB](#/dashboard/Packetbeat-MongoDB-performance-ecs) | [Cassandra](#/dashboard/Packetbeat-Cassandra-ecs)\n\nRPC: [Thrift](#/dashboard/Packetbeat-Thrift-performance-ecs)\n\nStorage: [NFS](#/dashboard/Packetbeat-NFS-ecs)", "openLinksInNewTab": false }, - "title": "Navigation [Packetbeat]", + "title": "Navigation [Packetbeat] ECS", "type": "markdown" } }, - "id": "Navigation", + "id": "Navigation-ecs", "type": "visualization", "updated_at": "2019-01-19T00:18:59.372Z", "version": 11 @@ -846,16 +846,16 @@ "key": "event.dataset", "negate": false, "params": { - "query": "nfs", + "query": "nfs-ecs", "type": "phrase" }, "type": "phrase", - "value": "nfs" + "value": "nfs-ecs" }, "query": { "match": { "event.dataset": { - "query": "nfs", + "query": "nfs-ecs", "type": "phrase" } } @@ -893,10 +893,10 @@ "@timestamp", "desc" ], - "title": "NFS Search [Packetbeat]", + "title": "NFS Search [Packetbeat] ECS", "version": 1 }, - "id": "nfs", + "id": "nfs-ecs", "type": "search", "updated_at": "2019-01-18T23:49:29.316Z", "version": 1 @@ -974,16 +974,16 @@ "key": "event.dataset", "negate": false, "params": { - "query": "nfs", + "query": "nfs-ecs", "type": "phrase" }, "type": "phrase", - "value": "nfs" + "value": "nfs-ecs" }, "query": { "match": { "event.dataset": { - "query": "nfs", + "query": "nfs-ecs", "type": "phrase" } } @@ -1021,10 +1021,10 @@ "@timestamp", "desc" ], - "title": "NFS Error Search [Packetbeat]", + "title": "NFS Error Search [Packetbeat] ECS", "version": 1 }, - "id": "NFS-errors-search", + "id": "NFS-errors-search-ecs", "type": "search", "updated_at": "2019-01-18T23:49:29.316Z", "version": 1 @@ -1061,7 +1061,7 @@ "x": 16, "y": 0 }, - "id": "NFS-clients-pie-chart", + "id": "NFS-clients-pie-chart-ecs", "panelIndex": "1", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -1074,7 +1074,7 @@ "x": 0, "y": 55 }, - "id": "NFS-operations-area-chart", + "id": "NFS-operations-area-chart-ecs", "panelIndex": "3", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -1098,7 +1098,7 @@ "x": 32, "y": 0 }, - "id": "NFS-top-group-pie-chart", + "id": "NFS-top-group-pie-chart-ecs", "panelIndex": "4", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -1116,7 +1116,7 @@ "x": 32, "y": 10 }, - "id": "NFS-top-users-pie-chart", + "id": "NFS-top-users-pie-chart-ecs", "panelIndex": "5", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -1134,7 +1134,7 @@ "x": 24, "y": 25 }, - "id": "NFS-response-times", + "id": "NFS-response-times-ecs", "panelIndex": "6", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -1147,7 +1147,7 @@ "x": 24, "y": 40 }, - "id": "NFS-errors", + "id": "NFS-errors-ecs", "panelIndex": "7", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -1170,7 +1170,7 @@ "x": 24, "y": 55 }, - "id": "NFS-operation-table", + "id": "NFS-operation-table-ecs", "panelIndex": "8", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -1188,7 +1188,7 @@ "x": 0, "y": 25 }, - "id": "NFS-bytes-in-slash-out", + "id": "NFS-bytes-in-slash-out-ecs", "panelIndex": "9", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -1201,17 +1201,17 @@ "x": 0, "y": 0 }, - "id": "Navigation", + "id": "Navigation-ecs", "panelIndex": "10", "type": "visualization", "version": "7.0.0-SNAPSHOT" } ], "timeRestore": false, - "title": "[Packetbeat] NFS", + "title": "[Packetbeat] NFS ECS", "version": 1 }, - "id": "Packetbeat-NFS", + "id": "Packetbeat-NFS-ecs", "type": "dashboard", "updated_at": "2019-01-18T23:49:29.316Z", "version": 1 diff --git a/packetbeat/_meta/kibana/7/dashboard/Packetbeat-overview.json b/packetbeat/_meta/kibana/7/dashboard/Packetbeat-overview.json index 0a9fa49a58a..592341242be 100644 --- a/packetbeat/_meta/kibana/7/dashboard/Packetbeat-overview.json +++ b/packetbeat/_meta/kibana/7/dashboard/Packetbeat-overview.json @@ -12,8 +12,8 @@ } } }, - "savedSearchId": "71908f00-88ca-11e7-ad9c-db80de0bf8d3", - "title": "HTTP Transactions [Packetbeat]", + "savedSearchId": "71908f00-88ca-11e7-ad9c-db80de0bf8d3-ecs", + "title": "HTTP Transactions [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -115,11 +115,11 @@ ], "yAxis": {} }, - "title": "HTTP Transactions [Packetbeat]", + "title": "HTTP Transactions [Packetbeat] ECS", "type": "histogram" } }, - "id": "Web-transactions", + "id": "Web-transactions-ecs", "type": "visualization", "updated_at": "2019-01-19T00:21:31.922Z", "version": 3 @@ -164,7 +164,7 @@ } } }, - "title": "Transaction Types [Packetbeat]", + "title": "Transaction Types [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -282,11 +282,11 @@ ], "yAxis": {} }, - "title": "Transaction Types [Packetbeat]", + "title": "Transaction Types [Packetbeat] ECS", "type": "histogram" } }, - "id": "DB-transactions", + "id": "DB-transactions-ecs", "type": "visualization", "updated_at": "2019-01-19T00:20:54.634Z", "version": 3 @@ -303,8 +303,8 @@ } } }, - "savedSearchId": "Packetbeat-Search", - "title": "Response times percentiles [Packetbeat]", + "savedSearchId": "Packetbeat-Search-ecs", + "title": "Response times percentiles [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -421,11 +421,11 @@ ], "yAxis": {} }, - "title": "Response times percentiles [Packetbeat]", + "title": "Response times percentiles [Packetbeat] ECS", "type": "line" } }, - "id": "Response-times-percentiles", + "id": "Response-times-percentiles-ecs", "type": "visualization", "updated_at": "2019-01-19T00:01:49.340Z", "version": 2 @@ -438,8 +438,8 @@ "filter": [] } }, - "savedSearchId": "Transactions-errors", - "title": "Errors count over time", + "savedSearchId": "Transactions-errors-ecs", + "title": "Errors count over time ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -487,11 +487,11 @@ "times": [], "yAxis": {} }, - "title": "New Visualization", + "title": "New Visualization ECS", "type": "histogram" } }, - "id": "Errors-count-over-time", + "id": "Errors-count-over-time-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:30.350Z", "version": 1 @@ -508,8 +508,8 @@ } } }, - "savedSearchId": "Packetbeat-Search", - "title": "Errors vs successful transactions [Packetbeat]", + "savedSearchId": "Packetbeat-Search-ecs", + "title": "Errors vs successful transactions [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -627,11 +627,11 @@ ], "yAxis": {} }, - "title": "Errors vs successful transactions [Packetbeat]", + "title": "Errors vs successful transactions [Packetbeat] ECS", "type": "histogram" } }, - "id": "Errors-vs-successful-transactions", + "id": "Errors-vs-successful-transactions-ecs", "type": "visualization", "updated_at": "2019-01-19T00:02:24.071Z", "version": 2 @@ -648,8 +648,8 @@ } } }, - "savedSearchId": "Packetbeat-Search", - "title": "Latency Histogram [Packetbeat]", + "savedSearchId": "Packetbeat-Search-ecs", + "title": "Latency Histogram [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -750,11 +750,11 @@ ], "yAxis": {} }, - "title": "Latency Histogram [Packetbeat]", + "title": "Latency Histogram [Packetbeat] ECS", "type": "area" } }, - "id": "Latency-histogram", + "id": "Latency-histogram-ecs", "type": "visualization", "updated_at": "2019-01-19T00:03:54.084Z", "version": 2 @@ -777,7 +777,7 @@ } } }, - "title": "Client IP Locations (requires GeoIP enrichment) [Packetbeat]", + "title": "Client IP Locations (requires GeoIP enrichment) [Packetbeat] ECS", "uiStateJSON": { "mapCenter": [ 0, @@ -860,11 +860,11 @@ "url": "https://basemap.nationalmap.gov/arcgis/services/USGSTopo/MapServer/WMSServer" } }, - "title": "Client IP Locations (requires GeoIP enrichment) [Packetbeat]", + "title": "Client IP Locations (requires GeoIP enrichment) [Packetbeat] ECS", "type": "tile_map" } }, - "id": "Client-locations", + "id": "Client-locations-ecs", "type": "visualization", "updated_at": "2019-01-18T23:52:42.404Z", "version": 2 @@ -881,8 +881,8 @@ } } }, - "savedSearchId": "Packetbeat-Search", - "title": "Response times repartition [Packetbeat]", + "savedSearchId": "Packetbeat-Search-ecs", + "title": "Response times repartition [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -995,11 +995,11 @@ ], "yAxis": {} }, - "title": "Response times repartition [Packetbeat]", + "title": "Response times repartition [Packetbeat] ECS", "type": "histogram" } }, - "id": "Response-times-repartition", + "id": "Response-times-repartition-ecs", "type": "visualization", "updated_at": "2019-01-19T00:00:32.530Z", "version": 2 @@ -1021,21 +1021,21 @@ } } }, - "title": "Navigation [Packetbeat]", + "title": "Navigation [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { "aggs": [], "params": { "fontSize": 10, - "markdown": "### Packetbeat:\n\n[Overview](#/dashboard/Packetbeat-Dashboard)\n\n[Network Flows](#/dashboard/Packetbeat-Flows)\n\n[DNS Overview](#/dashboard/65120940-1454-11e9-9de0-f98d1808db8e) | [Tunneling](#/dashboard/DNS-Unique-Domains)\n\n[DHCPv4 Transactions](#/dashboard/a7b35890-8baa-11e8-9676-ef67484126fb)\n\n[TLS Overview](#/dashboard/tls-sessions)\n\n[HTTP transactions](#/dashboard/Packetbeat-HTTP)\n\nDatabases: [MySQL](#/dashboard/Packetbeat-MySQL-performance) | [PostgreSQL](#/dashboard/Packetbeat-PgSQL-performance) | [MongoDB](#/dashboard/Packetbeat-MongoDB-performance) | [Cassandra](#/dashboard/Packetbeat-Cassandra)\n\nRPC: [Thrift](#/dashboard/Packetbeat-Thrift-performance)\n\nStorage: [NFS](#/dashboard/Packetbeat-NFS)", + "markdown": "### Packetbeat:\n\n[Overview](#/dashboard/Packetbeat-Dashboard-ecs)\n\n[Network Flows](#/dashboard/Packetbeat-Flows-ecs)\n\n[DNS Overview](#/dashboard/65120940-1454-11e9-9de0-f98d1808db8e-ecs) | [Tunneling](#/dashboard/DNS-Unique-Domains-ecs)\n\n[DHCPv4 Transactions](#/dashboard/a7b35890-8baa-11e8-9676-ef67484126fb-ecs)\n\n[TLS Overview](#/dashboard/tls-sessions-ecs)\n\n[HTTP transactions](#/dashboard/Packetbeat-HTTP-ecs)\n\nDatabases: [MySQL](#/dashboard/Packetbeat-MySQL-performance-ecs) | [PostgreSQL](#/dashboard/Packetbeat-PgSQL-performance-ecs) | [MongoDB](#/dashboard/Packetbeat-MongoDB-performance-ecs) | [Cassandra](#/dashboard/Packetbeat-Cassandra-ecs)\n\nRPC: [Thrift](#/dashboard/Packetbeat-Thrift-performance-ecs)\n\nStorage: [NFS](#/dashboard/Packetbeat-NFS-ecs)", "openLinksInNewTab": false }, - "title": "Navigation [Packetbeat]", + "title": "Navigation [Packetbeat] ECS", "type": "markdown" } }, - "id": "Navigation", + "id": "Navigation-ecs", "type": "visualization", "updated_at": "2019-01-19T00:18:59.372Z", "version": 11 @@ -1052,8 +1052,8 @@ } } }, - "savedSearchId": "d19e8485-7df5-47ce-8009-9dc3c42bcf17", - "title": "DNS Transactions [Packetbeat]", + "savedSearchId": "d19e8485-7df5-47ce-8009-9dc3c42bcf17-ecs", + "title": "DNS Transactions [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -1195,11 +1195,11 @@ } ] }, - "title": "DNS Transactions [Packetbeat]", + "title": "DNS Transactions [Packetbeat] ECS", "type": "area" } }, - "id": "e3f09730-1b80-11e9-83df-75eebb35951e", + "id": "e3f09730-1b80-11e9-83df-75eebb35951e-ecs", "type": "visualization", "updated_at": "2019-01-19T00:29:49.161Z", "version": 3 @@ -1216,8 +1216,8 @@ } } }, - "savedSearchId": "ffc3c0b0-d2d7-11e7-9914-4982455b3063", - "title": "TLS Sessions [Packetbeat]", + "savedSearchId": "ffc3c0b0-d2d7-11e7-9914-4982455b3063-ecs", + "title": "TLS Sessions [Packetbeat] ECS", "uiStateJSON": { "vis": { "colors": { @@ -1335,11 +1335,11 @@ } ] }, - "title": "TLS Sessions", + "title": "TLS Sessions ECS", "type": "histogram" } }, - "id": "059fe5e0-d2dd-11e7-9914-4982455b3063", + "id": "059fe5e0-d2dd-11e7-9914-4982455b3063-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:33.441Z", "version": 1 @@ -1394,10 +1394,10 @@ "@timestamp", "desc" ], - "title": "HTTP Transactions Search [Packetbeat]", + "title": "HTTP Transactions Search [Packetbeat] ECS", "version": 1 }, - "id": "71908f00-88ca-11e7-ad9c-db80de0bf8d3", + "id": "71908f00-88ca-11e7-ad9c-db80de0bf8d3-ecs", "type": "search", "updated_at": "2019-01-19T00:21:43.886Z", "version": 3 @@ -1473,10 +1473,10 @@ "@timestamp", "desc" ], - "title": "Packetbeat Search", + "title": "Packetbeat Search ECS", "version": 1 }, - "id": "Packetbeat-Search", + "id": "Packetbeat-Search-ecs", "type": "search", "updated_at": "2019-01-19T00:01:10.720Z", "version": 2 @@ -1578,10 +1578,10 @@ "@timestamp", "desc" ], - "title": "Transactions Errors Search [Packetbeat]", + "title": "Transactions Errors Search [Packetbeat] ECS", "version": 1 }, - "id": "Transactions-errors", + "id": "Transactions-errors-ecs", "type": "search", "updated_at": "2019-01-19T00:05:18.965Z", "version": 3 @@ -1652,10 +1652,10 @@ "@timestamp", "desc" ], - "title": "DNS Protocol [Packetbeat]", + "title": "DNS Protocol [Packetbeat] ECS", "version": 1 }, - "id": "d19e8485-7df5-47ce-8009-9dc3c42bcf17", + "id": "d19e8485-7df5-47ce-8009-9dc3c42bcf17-ecs", "type": "search", "updated_at": "2019-01-18T23:49:24.089Z", "version": 2 @@ -1706,10 +1706,10 @@ "@timestamp", "desc" ], - "title": "TLS Sessions [Packetbeat]", + "title": "TLS Sessions [Packetbeat] ECS", "version": 1 }, - "id": "ffc3c0b0-d2d7-11e7-9914-4982455b3063", + "id": "ffc3c0b0-d2d7-11e7-9914-4982455b3063-ecs", "type": "search", "updated_at": "2019-01-18T23:49:33.441Z", "version": 1 @@ -1741,7 +1741,7 @@ "x": 12, "y": 20 }, - "id": "Web-transactions", + "id": "Web-transactions-ecs", "panelIndex": "1", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -1754,7 +1754,7 @@ "x": 36, "y": 20 }, - "id": "DB-transactions", + "id": "DB-transactions-ecs", "panelIndex": "2", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -1767,7 +1767,7 @@ "x": 0, "y": 45 }, - "id": "Response-times-percentiles", + "id": "Response-times-percentiles-ecs", "panelIndex": "5", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -1780,7 +1780,7 @@ "x": 0, "y": 60 }, - "id": "Errors-count-over-time", + "id": "Errors-count-over-time-ecs", "panelIndex": "6", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -1793,7 +1793,7 @@ "x": 24, "y": 45 }, - "id": "Errors-vs-successful-transactions", + "id": "Errors-vs-successful-transactions-ecs", "panelIndex": "7", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -1806,7 +1806,7 @@ "x": 24, "y": 60 }, - "id": "Latency-histogram", + "id": "Latency-histogram-ecs", "panelIndex": "8", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -1843,7 +1843,7 @@ "x": 12, "y": 0 }, - "id": "Client-locations", + "id": "Client-locations-ecs", "panelIndex": "9", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -1856,7 +1856,7 @@ "x": 0, "y": 30 }, - "id": "Response-times-repartition", + "id": "Response-times-repartition-ecs", "panelIndex": "10", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -1869,7 +1869,7 @@ "x": 0, "y": 0 }, - "id": "Navigation", + "id": "Navigation-ecs", "panelIndex": "11", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -1883,7 +1883,7 @@ "x": 0, "y": 20 }, - "id": "e3f09730-1b80-11e9-83df-75eebb35951e", + "id": "e3f09730-1b80-11e9-83df-75eebb35951e-ecs", "panelIndex": "12", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -1897,17 +1897,17 @@ "x": 24, "y": 20 }, - "id": "059fe5e0-d2dd-11e7-9914-4982455b3063", + "id": "059fe5e0-d2dd-11e7-9914-4982455b3063-ecs", "panelIndex": "13", "type": "visualization", "version": "7.0.0-SNAPSHOT" } ], "timeRestore": false, - "title": "[Packetbeat] Overview", + "title": "[Packetbeat] Overview ECS", "version": 1 }, - "id": "Packetbeat-Dashboard", + "id": "Packetbeat-Dashboard-ecs", "type": "dashboard", "updated_at": "2019-01-19T00:31:53.357Z", "version": 5 diff --git a/packetbeat/_meta/kibana/7/dashboard/Packetbeat-pgsql.json b/packetbeat/_meta/kibana/7/dashboard/Packetbeat-pgsql.json index c0d6cf2db8e..d33eae63988 100644 --- a/packetbeat/_meta/kibana/7/dashboard/Packetbeat-pgsql.json +++ b/packetbeat/_meta/kibana/7/dashboard/Packetbeat-pgsql.json @@ -17,21 +17,21 @@ } } }, - "title": "Navigation [Packetbeat]", + "title": "Navigation [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { "aggs": [], "params": { "fontSize": 10, - "markdown": "### Packetbeat:\n\n[Overview](#/dashboard/Packetbeat-Dashboard)\n\n[Network Flows](#/dashboard/Packetbeat-Flows)\n\n[DNS Overview](#/dashboard/65120940-1454-11e9-9de0-f98d1808db8e) | [Tunneling](#/dashboard/DNS-Unique-Domains)\n\n[DHCPv4 Transactions](#/dashboard/a7b35890-8baa-11e8-9676-ef67484126fb)\n\n[TLS Overview](#/dashboard/tls-sessions)\n\n[HTTP transactions](#/dashboard/Packetbeat-HTTP)\n\nDatabases: [MySQL](#/dashboard/Packetbeat-MySQL-performance) | [PostgreSQL](#/dashboard/Packetbeat-PgSQL-performance) | [MongoDB](#/dashboard/Packetbeat-MongoDB-performance) | [Cassandra](#/dashboard/Packetbeat-Cassandra)\n\nRPC: [Thrift](#/dashboard/Packetbeat-Thrift-performance)\n\nStorage: [NFS](#/dashboard/Packetbeat-NFS)", + "markdown": "### Packetbeat:\n\n[Overview](#/dashboard/Packetbeat-Dashboard-ecs)\n\n[Network Flows](#/dashboard/Packetbeat-Flows-ecs)\n\n[DNS Overview](#/dashboard/65120940-1454-11e9-9de0-f98d1808db8e-ecs) | [Tunneling](#/dashboard/DNS-Unique-Domains-ecs)\n\n[DHCPv4 Transactions](#/dashboard/a7b35890-8baa-11e8-9676-ef67484126fb-ecs)\n\n[TLS Overview](#/dashboard/tls-sessions-ecs)\n\n[HTTP transactions](#/dashboard/Packetbeat-HTTP-ecs)\n\nDatabases: [MySQL](#/dashboard/Packetbeat-MySQL-performance-ecs) | [PostgreSQL](#/dashboard/Packetbeat-PgSQL-performance-ecs) | [MongoDB](#/dashboard/Packetbeat-MongoDB-performance-ecs) | [Cassandra](#/dashboard/Packetbeat-Cassandra-ecs)\n\nRPC: [Thrift](#/dashboard/Packetbeat-Thrift-performance-ecs)\n\nStorage: [NFS](#/dashboard/Packetbeat-NFS-ecs)", "openLinksInNewTab": false }, - "title": "Navigation [Packetbeat]", + "title": "Navigation [Packetbeat] ECS", "type": "markdown" } }, - "id": "Navigation", + "id": "Navigation-ecs", "type": "visualization", "updated_at": "2019-01-19T00:18:59.372Z", "version": 11 @@ -48,8 +48,8 @@ } } }, - "savedSearchId": "PgSQL-errors", - "title": "PgSQL Errors [Packetbeat]", + "savedSearchId": "PgSQL-errors-ecs", + "title": "PgSQL Errors [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -154,11 +154,11 @@ ], "yAxis": {} }, - "title": "PgSQL Errors [Packetbeat]", + "title": "PgSQL Errors [Packetbeat] ECS", "type": "area" } }, - "id": "PgSQL-Errors", + "id": "PgSQL-Errors-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:31.386Z", "version": 1 @@ -175,8 +175,8 @@ } } }, - "savedSearchId": "PgSQL-transactions", - "title": "PgSQL Methods [Packetbeat]", + "savedSearchId": "PgSQL-transactions-ecs", + "title": "PgSQL Methods [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -297,11 +297,11 @@ ], "yAxis": {} }, - "title": "PgSQL Methods [Packetbeat]", + "title": "PgSQL Methods [Packetbeat] ECS", "type": "area" } }, - "id": "PgSQL-Methods", + "id": "PgSQL-Methods-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:31.386Z", "version": 1 @@ -318,8 +318,8 @@ } } }, - "savedSearchId": "PgSQL-transactions", - "title": "PgSQL response times percentiles [Packetbeat]", + "savedSearchId": "PgSQL-transactions-ecs", + "title": "PgSQL response times percentiles [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -424,11 +424,11 @@ } ] }, - "title": "PgSQL response times percentiles [Packetbeat]", + "title": "PgSQL response times percentiles [Packetbeat] ECS", "type": "line" } }, - "id": "PgSQL-response-times-percentiles", + "id": "PgSQL-response-times-percentiles-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:31.386Z", "version": 1 @@ -445,8 +445,8 @@ } } }, - "savedSearchId": "PgSQL-transactions", - "title": "PgSQL Throughput [Packetbeat]", + "savedSearchId": "PgSQL-transactions-ecs", + "title": "PgSQL Throughput [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -565,11 +565,11 @@ } ] }, - "title": "PgSQL Throughput [Packetbeat]", + "title": "PgSQL Throughput [Packetbeat] ECS", "type": "line" } }, - "id": "PgSQL-throughput", + "id": "PgSQL-throughput-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:31.386Z", "version": 1 @@ -586,8 +586,8 @@ } } }, - "savedSearchId": "PgSQL-transactions", - "title": "PgSQL Reads vs Writes [Packetbeat]", + "savedSearchId": "PgSQL-transactions-ecs", + "title": "PgSQL Reads vs Writes [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -719,11 +719,11 @@ ], "yAxis": {} }, - "title": "PgSQL Reads vs Writes [Packetbeat]", + "title": "PgSQL Reads vs Writes [Packetbeat] ECS", "type": "area" } }, - "id": "PgSQL-Reads-vs-Writes", + "id": "PgSQL-Reads-vs-Writes-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:31.386Z", "version": 1 @@ -740,8 +740,8 @@ } } }, - "savedSearchId": "PgSQL-transactions", - "title": "Most frequent PgSQL queries [Packetbeat]", + "savedSearchId": "PgSQL-transactions-ecs", + "title": "Most frequent PgSQL queries [Packetbeat] ECS", "uiStateJSON": { "vis": { "params": { @@ -790,11 +790,11 @@ }, "totalFunc": "sum" }, - "title": "Most frequent PgSQL queries [Packetbeat]", + "title": "Most frequent PgSQL queries [Packetbeat] ECS", "type": "table" } }, - "id": "Most-frequent-PgSQL-queries", + "id": "Most-frequent-PgSQL-queries-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:31.386Z", "version": 1 @@ -811,8 +811,8 @@ } } }, - "savedSearchId": "PgSQL-transactions", - "title": "Slowest PgSQL Queries [Packetbeat]", + "savedSearchId": "PgSQL-transactions-ecs", + "title": "Slowest PgSQL Queries [Packetbeat] ECS", "uiStateJSON": { "vis": { "params": { @@ -864,11 +864,11 @@ }, "totalFunc": "sum" }, - "title": "Slowest PgSQL Queries [Packetbeat]", + "title": "Slowest PgSQL Queries [Packetbeat] ECS", "type": "table" } }, - "id": "Slowest-PgSQL-queries", + "id": "Slowest-PgSQL-queries-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:31.386Z", "version": 1 @@ -964,10 +964,10 @@ "@timestamp", "desc" ], - "title": "PgSQL Errors Search [Packetbeat]", + "title": "PgSQL Errors Search [Packetbeat] ECS", "version": 1 }, - "id": "PgSQL-errors", + "id": "PgSQL-errors-ecs", "type": "search", "updated_at": "2019-01-18T23:49:31.386Z", "version": 1 @@ -1042,10 +1042,10 @@ "@timestamp", "desc" ], - "title": "PgSQL Transactions [Packetbeat]", + "title": "PgSQL Transactions [Packetbeat] ECS", "version": 1 }, - "id": "PgSQL-transactions", + "id": "PgSQL-transactions-ecs", "type": "search", "updated_at": "2019-01-18T23:49:31.386Z", "version": 1 @@ -1082,7 +1082,7 @@ "x": 0, "y": 0 }, - "id": "Navigation", + "id": "Navigation-ecs", "panelIndex": "1", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -1095,7 +1095,7 @@ "x": 12, "y": 0 }, - "id": "PgSQL-Errors", + "id": "PgSQL-Errors-ecs", "panelIndex": "2", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -1108,7 +1108,7 @@ "x": 32, "y": 0 }, - "id": "PgSQL-Methods", + "id": "PgSQL-Methods-ecs", "panelIndex": "3", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -1121,7 +1121,7 @@ "x": 0, "y": 20 }, - "id": "PgSQL-response-times-percentiles", + "id": "PgSQL-response-times-percentiles-ecs", "panelIndex": "4", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -1134,7 +1134,7 @@ "x": 24, "y": 35 }, - "id": "PgSQL-throughput", + "id": "PgSQL-throughput-ecs", "panelIndex": "5", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -1147,7 +1147,7 @@ "x": 0, "y": 35 }, - "id": "PgSQL-Reads-vs-Writes", + "id": "PgSQL-Reads-vs-Writes-ecs", "panelIndex": "6", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -1170,7 +1170,7 @@ "x": 0, "y": 50 }, - "id": "Most-frequent-PgSQL-queries", + "id": "Most-frequent-PgSQL-queries-ecs", "panelIndex": "7", "type": "visualization", "version": "7.0.0-SNAPSHOT" @@ -1193,17 +1193,17 @@ "x": 24, "y": 50 }, - "id": "Slowest-PgSQL-queries", + "id": "Slowest-PgSQL-queries-ecs", "panelIndex": "8", "type": "visualization", "version": "7.0.0-SNAPSHOT" } ], "timeRestore": false, - "title": "[Packetbeat] PgSQL performance", + "title": "[Packetbeat] PgSQL performance ECS", "version": 1 }, - "id": "Packetbeat-PgSQL-performance", + "id": "Packetbeat-PgSQL-performance-ecs", "type": "dashboard", "updated_at": "2019-01-18T23:49:31.386Z", "version": 1 diff --git a/packetbeat/_meta/kibana/7/dashboard/Packetbeat-thrift.json b/packetbeat/_meta/kibana/7/dashboard/Packetbeat-thrift.json index 01f0017cb75..92761197e56 100644 --- a/packetbeat/_meta/kibana/7/dashboard/Packetbeat-thrift.json +++ b/packetbeat/_meta/kibana/7/dashboard/Packetbeat-thrift.json @@ -17,21 +17,21 @@ } } }, - "title": "Navigation [Packetbeat]", + "title": "Navigation [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { "aggs": [], "params": { "fontSize": 10, - "markdown": "### Packetbeat:\n\n[Overview](#/dashboard/Packetbeat-Dashboard)\n\n[Network Flows](#/dashboard/Packetbeat-Flows)\n\n[DNS Overview](#/dashboard/65120940-1454-11e9-9de0-f98d1808db8e) | [Tunneling](#/dashboard/DNS-Unique-Domains)\n\n[DHCPv4 Transactions](#/dashboard/a7b35890-8baa-11e8-9676-ef67484126fb)\n\n[TLS Overview](#/dashboard/tls-sessions)\n\n[HTTP transactions](#/dashboard/Packetbeat-HTTP)\n\nDatabases: [MySQL](#/dashboard/Packetbeat-MySQL-performance) | [PostgreSQL](#/dashboard/Packetbeat-PgSQL-performance) | [MongoDB](#/dashboard/Packetbeat-MongoDB-performance) | [Cassandra](#/dashboard/Packetbeat-Cassandra)\n\nRPC: [Thrift](#/dashboard/Packetbeat-Thrift-performance)\n\nStorage: [NFS](#/dashboard/Packetbeat-NFS)", + "markdown": "### Packetbeat:\n\n[Overview](#/dashboard/Packetbeat-Dashboard-ecs)\n\n[Network Flows](#/dashboard/Packetbeat-Flows-ecs)\n\n[DNS Overview](#/dashboard/65120940-1454-11e9-9de0-f98d1808db8e-ecs) | [Tunneling](#/dashboard/DNS-Unique-Domains-ecs)\n\n[DHCPv4 Transactions](#/dashboard/a7b35890-8baa-11e8-9676-ef67484126fb-ecs)\n\n[TLS Overview](#/dashboard/tls-sessions-ecs)\n\n[HTTP transactions](#/dashboard/Packetbeat-HTTP-ecs)\n\nDatabases: [MySQL](#/dashboard/Packetbeat-MySQL-performance-ecs) | [PostgreSQL](#/dashboard/Packetbeat-PgSQL-performance-ecs) | [MongoDB](#/dashboard/Packetbeat-MongoDB-performance-ecs) | [Cassandra](#/dashboard/Packetbeat-Cassandra-ecs)\n\nRPC: [Thrift](#/dashboard/Packetbeat-Thrift-performance-ecs)\n\nStorage: [NFS](#/dashboard/Packetbeat-NFS-ecs)", "openLinksInNewTab": false }, - "title": "Navigation [Packetbeat]", + "title": "Navigation [Packetbeat] ECS", "type": "markdown" } }, - "id": "Navigation", + "id": "Navigation-ecs", "type": "visualization", "updated_at": "2019-01-19T00:18:59.372Z", "version": 11 @@ -44,8 +44,8 @@ "filter": [] } }, - "savedSearchId": "Thrift-transactions", - "title": "Thrift requests per minute [Packetbeat]", + "savedSearchId": "Thrift-transactions-ecs", + "title": "Thrift requests per minute [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -82,11 +82,11 @@ "times": [], "yAxis": {} }, - "title": "Thrift requests per minute", + "title": "Thrift requests per minute ECS", "type": "histogram" } }, - "id": "Thrift-requests-per-minute", + "id": "Thrift-requests-per-minute-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:32.418Z", "version": 1 @@ -99,8 +99,8 @@ "filter": [] } }, - "savedSearchId": "Thrift-errors", - "title": "Thrift RPC Errors [Packetbeat]", + "savedSearchId": "Thrift-errors-ecs", + "title": "Thrift RPC Errors [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -139,11 +139,11 @@ "times": [], "yAxis": {} }, - "title": "Thrift RPC Errors", + "title": "Thrift RPC Errors ECS", "type": "area" } }, - "id": "Thrift-RPC-Errors", + "id": "Thrift-RPC-Errors-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:32.418Z", "version": 1 @@ -160,8 +160,8 @@ } } }, - "savedSearchId": "Thrift-transactions", - "title": "Slowest Thrift RPC methods [Packetbeat]", + "savedSearchId": "Thrift-transactions-ecs", + "title": "Slowest Thrift RPC methods [Packetbeat] ECS", "uiStateJSON": { "vis": { "params": { @@ -212,11 +212,11 @@ }, "totalFunc": "sum" }, - "title": "Slowest Thrift RPC methods [Packetbeat]", + "title": "Slowest Thrift RPC methods [Packetbeat] ECS", "type": "table" } }, - "id": "Slowest-Thrift-RPC-methods", + "id": "Slowest-Thrift-RPC-methods-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:32.418Z", "version": 1 @@ -233,8 +233,8 @@ } } }, - "savedSearchId": "Thrift-transactions", - "title": "Thrift response times percentiles [Packetbeat]", + "savedSearchId": "Thrift-transactions-ecs", + "title": "Thrift response times percentiles [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -339,11 +339,11 @@ } ] }, - "title": "Thrift response times percentiles [Packetbeat]", + "title": "Thrift response times percentiles [Packetbeat] ECS", "type": "line" } }, - "id": "Thrift-response-times-percentiles", + "id": "Thrift-response-times-percentiles-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:32.418Z", "version": 1 @@ -356,8 +356,8 @@ "filter": [] } }, - "savedSearchId": "Thrift-transactions", - "title": "Top Thrift-RPC methods [Packetbeat]", + "savedSearchId": "Thrift-transactions-ecs", + "title": "Top Thrift-RPC methods [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -393,11 +393,11 @@ "times": [], "yAxis": {} }, - "title": "Top Thrift-RPC methods", + "title": "Top Thrift-RPC methods ECS", "type": "histogram" } }, - "id": "Top-Thrift-RPC-methods", + "id": "Top-Thrift-RPC-methods-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:32.418Z", "version": 1 @@ -410,8 +410,8 @@ "filter": [] } }, - "savedSearchId": "Thrift-errors", - "title": "Top Thrift-RPC calls with errors [Packetbeat]", + "savedSearchId": "Thrift-errors-ecs", + "title": "Top Thrift-RPC calls with errors [Packetbeat] ECS", "version": 1, "visState": { "aggs": [ @@ -444,7 +444,7 @@ "type": "histogram" } }, - "id": "Top-Thrift-RPC-calls-with-errors", + "id": "Top-Thrift-RPC-calls-with-errors-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:32.418Z", "version": 1 @@ -519,10 +519,10 @@ "@timestamp", "desc" ], - "title": "Thrift Transactions Search [Packetbeat]", + "title": "Thrift Transactions Search [Packetbeat] ECS", "version": 1 }, - "id": "Thrift-transactions", + "id": "Thrift-transactions-ecs", "type": "search", "updated_at": "2019-01-18T23:49:32.418Z", "version": 1 @@ -623,10 +623,10 @@ "@timestamp", "desc" ], - "title": "Thrift Errors [Packetbeat]", + "title": "Thrift Errors [Packetbeat] ECS", "version": 1 }, - "id": "Thrift-errors", + "id": "Thrift-errors-ecs", "type": "search", "updated_at": "2019-01-18T23:49:32.418Z", "version": 1 @@ -657,7 +657,7 @@ "panelsJSON": [ { "col": 1, - "id": "Navigation", + "id": "Navigation-ecs", "panelIndex": 1, "row": 1, "size_x": 3, @@ -666,7 +666,7 @@ }, { "col": 4, - "id": "Thrift-requests-per-minute", + "id": "Thrift-requests-per-minute-ecs", "panelIndex": 2, "row": 1, "size_x": 5, @@ -675,7 +675,7 @@ }, { "col": 9, - "id": "Thrift-RPC-Errors", + "id": "Thrift-RPC-Errors-ecs", "panelIndex": 3, "row": 1, "size_x": 4, @@ -684,7 +684,7 @@ }, { "col": 1, - "id": "Slowest-Thrift-RPC-methods", + "id": "Slowest-Thrift-RPC-methods-ecs", "panelIndex": 4, "row": 5, "size_x": 6, @@ -693,7 +693,7 @@ }, { "col": 7, - "id": "Thrift-response-times-percentiles", + "id": "Thrift-response-times-percentiles-ecs", "panelIndex": 5, "row": 5, "size_x": 6, @@ -702,7 +702,7 @@ }, { "col": 1, - "id": "Top-Thrift-RPC-methods", + "id": "Top-Thrift-RPC-methods-ecs", "panelIndex": 6, "row": 8, "size_x": 6, @@ -711,7 +711,7 @@ }, { "col": 7, - "id": "Top-Thrift-RPC-calls-with-errors", + "id": "Top-Thrift-RPC-calls-with-errors-ecs", "panelIndex": 7, "row": 8, "size_x": 6, @@ -720,7 +720,7 @@ } ], "timeRestore": false, - "title": "[Packetbeat] Thrift performance", + "title": "[Packetbeat] Thrift performance ECS", "uiStateJSON": { "P-4": { "vis": { @@ -735,7 +735,7 @@ }, "version": 1 }, - "id": "Packetbeat-Thrift-performance", + "id": "Packetbeat-Thrift-performance-ecs", "type": "dashboard", "updated_at": "2019-01-18T23:49:32.418Z", "version": 1 diff --git a/packetbeat/_meta/kibana/7/dashboard/Packetbeat-tls.json b/packetbeat/_meta/kibana/7/dashboard/Packetbeat-tls.json index 1d29a4761a4..a3563dd1f13 100644 --- a/packetbeat/_meta/kibana/7/dashboard/Packetbeat-tls.json +++ b/packetbeat/_meta/kibana/7/dashboard/Packetbeat-tls.json @@ -17,21 +17,21 @@ } } }, - "title": "Navigation [Packetbeat]", + "title": "Navigation [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { "aggs": [], "params": { "fontSize": 10, - "markdown": "### Packetbeat:\n\n[Overview](#/dashboard/Packetbeat-Dashboard)\n\n[Network Flows](#/dashboard/Packetbeat-Flows)\n\n[DNS Overview](#/dashboard/65120940-1454-11e9-9de0-f98d1808db8e) | [Tunneling](#/dashboard/DNS-Unique-Domains)\n\n[DHCPv4 Transactions](#/dashboard/a7b35890-8baa-11e8-9676-ef67484126fb)\n\n[TLS Overview](#/dashboard/tls-sessions)\n\n[HTTP transactions](#/dashboard/Packetbeat-HTTP)\n\nDatabases: [MySQL](#/dashboard/Packetbeat-MySQL-performance) | [PostgreSQL](#/dashboard/Packetbeat-PgSQL-performance) | [MongoDB](#/dashboard/Packetbeat-MongoDB-performance) | [Cassandra](#/dashboard/Packetbeat-Cassandra)\n\nRPC: [Thrift](#/dashboard/Packetbeat-Thrift-performance)\n\nStorage: [NFS](#/dashboard/Packetbeat-NFS)", + "markdown": "### Packetbeat:\n\n[Overview](#/dashboard/Packetbeat-Dashboard-ecs)\n\n[Network Flows](#/dashboard/Packetbeat-Flows-ecs)\n\n[DNS Overview](#/dashboard/65120940-1454-11e9-9de0-f98d1808db8e-ecs) | [Tunneling](#/dashboard/DNS-Unique-Domains-ecs)\n\n[DHCPv4 Transactions](#/dashboard/a7b35890-8baa-11e8-9676-ef67484126fb-ecs)\n\n[TLS Overview](#/dashboard/tls-sessions-ecs)\n\n[HTTP transactions](#/dashboard/Packetbeat-HTTP-ecs)\n\nDatabases: [MySQL](#/dashboard/Packetbeat-MySQL-performance-ecs) | [PostgreSQL](#/dashboard/Packetbeat-PgSQL-performance-ecs) | [MongoDB](#/dashboard/Packetbeat-MongoDB-performance-ecs) | [Cassandra](#/dashboard/Packetbeat-Cassandra-ecs)\n\nRPC: [Thrift](#/dashboard/Packetbeat-Thrift-performance-ecs)\n\nStorage: [NFS](#/dashboard/Packetbeat-NFS-ecs)", "openLinksInNewTab": false }, - "title": "Navigation [Packetbeat]", + "title": "Navigation [Packetbeat] ECS", "type": "markdown" } }, - "id": "Navigation", + "id": "Navigation-ecs", "type": "visualization", "updated_at": "2019-01-19T00:18:59.372Z", "version": 11 @@ -48,8 +48,8 @@ } } }, - "savedSearchId": "ffc3c0b0-d2d7-11e7-9914-4982455b3063", - "title": "TLS Sessions [Packetbeat]", + "savedSearchId": "ffc3c0b0-d2d7-11e7-9914-4982455b3063-ecs", + "title": "TLS Sessions [Packetbeat] ECS", "uiStateJSON": { "vis": { "colors": { @@ -167,11 +167,11 @@ } ] }, - "title": "TLS Sessions", + "title": "TLS Sessions ECS", "type": "histogram" } }, - "id": "059fe5e0-d2dd-11e7-9914-4982455b3063", + "id": "059fe5e0-d2dd-11e7-9914-4982455b3063-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:33.441Z", "version": 1 @@ -209,7 +209,7 @@ } } }, - "title": "TLS Alerts [Packetbeat]", + "title": "TLS Alerts [Packetbeat] ECS", "uiStateJSON": { "vis": { "colors": { @@ -250,11 +250,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "TLS Alerts", + "title": "TLS Alerts ECS", "type": "pie" } }, - "id": "c14377a0-d353-11e7-9914-4982455b3063", + "id": "c14377a0-d353-11e7-9914-4982455b3063-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:33.441Z", "version": 1 @@ -295,7 +295,7 @@ } } }, - "title": "Total Number of TLS Sessions [Packetbeat]", + "title": "Total Number of TLS Sessions [Packetbeat] ECS", "uiStateJSON": { "P-5": { "vis": { @@ -354,11 +354,11 @@ }, "type": "metric" }, - "title": "Total Number of TLS Sessions", + "title": "Total Number of TLS Sessions ECS", "type": "metric" } }, - "id": "061de380-d361-11e7-9914-4982455b3063", + "id": "061de380-d361-11e7-9914-4982455b3063-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:33.441Z", "version": 1 @@ -375,8 +375,8 @@ } } }, - "savedSearchId": "94908e80-d2d8-11e7-9914-4982455b3063", - "title": "TLS Server Name Indication [Packetbeat]", + "savedSearchId": "94908e80-d2d8-11e7-9914-4982455b3063-ecs", + "title": "TLS Server Name Indication [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -409,11 +409,11 @@ "orientation": "single", "scale": "linear" }, - "title": "TLS Server Name Indication", + "title": "TLS Server Name Indication ECS", "type": "tagcloud" } }, - "id": "a28d09d0-d361-11e7-9914-4982455b3063", + "id": "a28d09d0-d361-11e7-9914-4982455b3063-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:33.441Z", "version": 1 @@ -430,8 +430,8 @@ } } }, - "savedSearchId": "bf3d23b0-d37c-11e7-9914-4982455b3063", - "title": "TLS Versions [Packetbeat]", + "savedSearchId": "bf3d23b0-d37c-11e7-9914-4982455b3063-ecs", + "title": "TLS Versions [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -464,11 +464,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "TLS Versions", + "title": "TLS Versions ECS", "type": "pie" } }, - "id": "0af0b790-d37d-11e7-9914-4982455b3063", + "id": "0af0b790-d37d-11e7-9914-4982455b3063-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:33.441Z", "version": 1 @@ -485,8 +485,8 @@ } } }, - "savedSearchId": "8f0ff590-d37d-11e7-9914-4982455b3063", - "title": "TLS Server Public Key Size [Packetbeat]", + "savedSearchId": "8f0ff590-d37d-11e7-9914-4982455b3063-ecs", + "title": "TLS Server Public Key Size [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -519,11 +519,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "Server Public Key Size", + "title": "Server Public Key Size ECS", "type": "pie" } }, - "id": "ae6e33c0-d37d-11e7-9914-4982455b3063", + "id": "ae6e33c0-d37d-11e7-9914-4982455b3063-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:33.441Z", "version": 1 @@ -540,8 +540,8 @@ } } }, - "savedSearchId": "ffc3c0b0-d2d7-11e7-9914-4982455b3063", - "title": "TLS Session Resume [Packetbeat]", + "savedSearchId": "ffc3c0b0-d2d7-11e7-9914-4982455b3063-ecs", + "title": "TLS Session Resume [Packetbeat] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -585,11 +585,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "TLS Session Resume [Packetbeat]", + "title": "TLS Session Resume [Packetbeat] ECS", "type": "pie" } }, - "id": "2c467370-d392-11e7-8fa0-232aa9259081", + "id": "2c467370-d392-11e7-8fa0-232aa9259081-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:33.441Z", "version": 1 @@ -606,8 +606,8 @@ } } }, - "savedSearchId": "ffc3c0b0-d2d7-11e7-9914-4982455b3063", - "title": "TLS Server Certificates [Packetbeat]", + "savedSearchId": "ffc3c0b0-d2d7-11e7-9914-4982455b3063-ecs", + "title": "TLS Server Certificates [Packetbeat] ECS", "uiStateJSON": { "vis": { "params": { @@ -668,11 +668,11 @@ }, "totalFunc": "sum" }, - "title": "TLS Server Certificates", + "title": "TLS Server Certificates ECS", "type": "table" } }, - "id": "0958a910-d396-11e7-8fa0-232aa9259081", + "id": "0958a910-d396-11e7-8fa0-232aa9259081-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:33.441Z", "version": 1 @@ -689,8 +689,8 @@ } } }, - "savedSearchId": "ffc3c0b0-d2d7-11e7-9914-4982455b3063", - "title": "TLS Client Certificates [Packetbeat]", + "savedSearchId": "ffc3c0b0-d2d7-11e7-9914-4982455b3063-ecs", + "title": "TLS Client Certificates [Packetbeat] ECS", "uiStateJSON": { "vis": { "params": { @@ -750,11 +750,11 @@ }, "totalFunc": "sum" }, - "title": "TLS Client Certificates", + "title": "TLS Client Certificates ECS", "type": "table" } }, - "id": "86743f90-d396-11e7-8fa0-232aa9259081", + "id": "86743f90-d396-11e7-8fa0-232aa9259081-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:33.441Z", "version": 1 @@ -771,8 +771,8 @@ } } }, - "savedSearchId": "ffc3c0b0-d2d7-11e7-9914-4982455b3063", - "title": "TLS Cipher [Packetbeat]", + "savedSearchId": "ffc3c0b0-d2d7-11e7-9914-4982455b3063-ecs", + "title": "TLS Cipher [Packetbeat] ECS", "uiStateJSON": { "vis": { "params": { @@ -818,11 +818,11 @@ }, "totalFunc": "sum" }, - "title": "TLS Cipher", + "title": "TLS Cipher ECS", "type": "table" } }, - "id": "463d2bf0-d3a8-11e7-9081-ab2af08e9961", + "id": "463d2bf0-d3a8-11e7-9081-ab2af08e9961-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:33.441Z", "version": 1 @@ -839,8 +839,8 @@ } } }, - "savedSearchId": "6b1b1360-d49d-11e7-996f-bd7c1ca4591b", - "title": "TLS Fingerprint [Packetbeat]", + "savedSearchId": "6b1b1360-d49d-11e7-996f-bd7c1ca4591b-ecs", + "title": "TLS Fingerprint [Packetbeat] ECS", "uiStateJSON": { "vis": { "params": { @@ -886,11 +886,11 @@ }, "totalFunc": "sum" }, - "title": "TLS Fingerprint", + "title": "TLS Fingerprint ECS", "type": "table" } }, - "id": "ad2a8b50-d49d-11e7-996f-bd7c1ca4591b", + "id": "ad2a8b50-d49d-11e7-996f-bd7c1ca4591b-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:33.441Z", "version": 1 @@ -932,8 +932,8 @@ } } }, - "savedSearchId": "8e2af860-d520-11e7-9fff-7b1ebf397ba9", - "title": "TLS Handshake Latency [Packetbeat]", + "savedSearchId": "8e2af860-d520-11e7-9fff-7b1ebf397ba9-ecs", + "title": "TLS Handshake Latency [Packetbeat] ECS", "uiStateJSON": { "vis": { "legendOpen": false @@ -1032,11 +1032,11 @@ } ] }, - "title": "TLS Handshake Latency", + "title": "TLS Handshake Latency ECS", "type": "area" } }, - "id": "d2e15950-d560-11e7-9fff-7b1ebf397ba9", + "id": "d2e15950-d560-11e7-9fff-7b1ebf397ba9-ecs", "type": "visualization", "updated_at": "2019-01-18T23:49:33.441Z", "version": 1 @@ -1087,10 +1087,10 @@ "@timestamp", "desc" ], - "title": "TLS Sessions [Packetbeat]", + "title": "TLS Sessions [Packetbeat] ECS", "version": 1 }, - "id": "ffc3c0b0-d2d7-11e7-9914-4982455b3063", + "id": "ffc3c0b0-d2d7-11e7-9914-4982455b3063-ecs", "type": "search", "updated_at": "2019-01-18T23:49:33.441Z", "version": 1 @@ -1141,10 +1141,10 @@ "@timestamp", "desc" ], - "title": "TLS Server Name Indication [Packetbeat]", + "title": "TLS Server Name Indication [Packetbeat] ECS", "version": 1 }, - "id": "94908e80-d2d8-11e7-9914-4982455b3063", + "id": "94908e80-d2d8-11e7-9914-4982455b3063-ecs", "type": "search", "updated_at": "2019-01-18T23:49:33.441Z", "version": 1 @@ -1195,10 +1195,10 @@ "@timestamp", "desc" ], - "title": "TLS Version [Packetbeat]", + "title": "TLS Version [Packetbeat] ECS", "version": 1 }, - "id": "bf3d23b0-d37c-11e7-9914-4982455b3063", + "id": "bf3d23b0-d37c-11e7-9914-4982455b3063-ecs", "type": "search", "updated_at": "2019-01-18T23:49:33.441Z", "version": 1 @@ -1249,10 +1249,10 @@ "@timestamp", "desc" ], - "title": "Server Public Key Size", + "title": "Server Public Key Size ECS", "version": 1 }, - "id": "8f0ff590-d37d-11e7-9914-4982455b3063", + "id": "8f0ff590-d37d-11e7-9914-4982455b3063-ecs", "type": "search", "updated_at": "2019-01-18T23:49:33.441Z", "version": 1 @@ -1298,10 +1298,10 @@ "@timestamp", "desc" ], - "title": "TLS Fingerprint [Packetbeat]", + "title": "TLS Fingerprint [Packetbeat] ECS", "version": 1 }, - "id": "6b1b1360-d49d-11e7-996f-bd7c1ca4591b", + "id": "6b1b1360-d49d-11e7-996f-bd7c1ca4591b-ecs", "type": "search", "updated_at": "2019-01-18T23:49:33.441Z", "version": 1 @@ -1364,17 +1364,17 @@ "@timestamp", "desc" ], - "title": "TLS Handshake Latency [Packetbeat]", + "title": "TLS Handshake Latency [Packetbeat] ECS", "version": 1 }, - "id": "8e2af860-d520-11e7-9fff-7b1ebf397ba9", + "id": "8e2af860-d520-11e7-9fff-7b1ebf397ba9-ecs", "type": "search", "updated_at": "2019-01-18T23:49:33.441Z", "version": 1 }, { "attributes": { - "description": "TLS Sessions", + "description": "TLS Sessions ECS", "hits": 0, "kibanaSavedObjectMeta": { "searchSourceJSON": { @@ -1405,7 +1405,7 @@ "x": 0, "y": 0 }, - "id": "Navigation", + "id": "Navigation-ecs", "panelIndex": "4", "type": "visualization", "version": "6.2.4" @@ -1418,7 +1418,7 @@ "x": 3, "y": 0 }, - "id": "059fe5e0-d2dd-11e7-9914-4982455b3063", + "id": "059fe5e0-d2dd-11e7-9914-4982455b3063-ecs", "panelIndex": "8", "type": "visualization", "version": "6.2.4" @@ -1431,7 +1431,7 @@ "x": 3, "y": 7 }, - "id": "c14377a0-d353-11e7-9914-4982455b3063", + "id": "c14377a0-d353-11e7-9914-4982455b3063-ecs", "panelIndex": "9", "type": "visualization", "version": "6.2.4" @@ -1444,7 +1444,7 @@ "x": 0, "y": 4 }, - "id": "061de380-d361-11e7-9914-4982455b3063", + "id": "061de380-d361-11e7-9914-4982455b3063-ecs", "panelIndex": "10", "type": "visualization", "version": "6.2.4" @@ -1457,7 +1457,7 @@ "x": 0, "y": 10 }, - "id": "a28d09d0-d361-11e7-9914-4982455b3063", + "id": "a28d09d0-d361-11e7-9914-4982455b3063-ecs", "panelIndex": "11", "type": "visualization", "version": "6.2.4" @@ -1470,7 +1470,7 @@ "x": 6, "y": 7 }, - "id": "0af0b790-d37d-11e7-9914-4982455b3063", + "id": "0af0b790-d37d-11e7-9914-4982455b3063-ecs", "panelIndex": "12", "type": "visualization", "version": "6.2.4" @@ -1483,7 +1483,7 @@ "x": 9, "y": 7 }, - "id": "ae6e33c0-d37d-11e7-9914-4982455b3063", + "id": "ae6e33c0-d37d-11e7-9914-4982455b3063-ecs", "panelIndex": "13", "type": "visualization", "version": "6.2.4" @@ -1496,7 +1496,7 @@ "x": 0, "y": 7 }, - "id": "2c467370-d392-11e7-8fa0-232aa9259081", + "id": "2c467370-d392-11e7-8fa0-232aa9259081-ecs", "panelIndex": "14", "type": "visualization", "version": "6.2.4" @@ -1509,7 +1509,7 @@ "x": 0, "y": 13 }, - "id": "0958a910-d396-11e7-8fa0-232aa9259081", + "id": "0958a910-d396-11e7-8fa0-232aa9259081-ecs", "panelIndex": "15", "type": "visualization", "version": "6.2.4" @@ -1522,7 +1522,7 @@ "x": 0, "y": 16 }, - "id": "86743f90-d396-11e7-8fa0-232aa9259081", + "id": "86743f90-d396-11e7-8fa0-232aa9259081-ecs", "panelIndex": "16", "type": "visualization", "version": "6.2.4" @@ -1535,7 +1535,7 @@ "x": 6, "y": 13 }, - "id": "463d2bf0-d3a8-11e7-9081-ab2af08e9961", + "id": "463d2bf0-d3a8-11e7-9081-ab2af08e9961-ecs", "panelIndex": "17", "type": "visualization", "version": "6.2.4" @@ -1548,7 +1548,7 @@ "x": 6, "y": 16 }, - "id": "ad2a8b50-d49d-11e7-996f-bd7c1ca4591b", + "id": "ad2a8b50-d49d-11e7-996f-bd7c1ca4591b-ecs", "panelIndex": "18", "type": "visualization", "version": "6.2.4" @@ -1561,14 +1561,14 @@ "x": 3, "y": 4 }, - "id": "d2e15950-d560-11e7-9fff-7b1ebf397ba9", + "id": "d2e15950-d560-11e7-9fff-7b1ebf397ba9-ecs", "panelIndex": "19", "type": "visualization", "version": "6.2.4" } ], "timeRestore": false, - "title": "[Packetbeat] TLS Sessions", + "title": "[Packetbeat] TLS Sessions ECS", "uiStateJSON": { "P-15": { "vis": { @@ -1630,7 +1630,7 @@ }, "version": 1 }, - "id": "tls-sessions", + "id": "tls-sessions-ecs", "type": "dashboard", "updated_at": "2019-01-18T23:49:33.441Z", "version": 1 diff --git a/script/kibana-migration.py b/script/kibana-migration.py new file mode 100644 index 00000000000..bd7a8cd39ed --- /dev/null +++ b/script/kibana-migration.py @@ -0,0 +1,130 @@ +import yaml +import glob + + +def migration(): + print "Start Kibana files migration" + + print "Migrate all fields to the ECS fields" + migration_fields = read_migration_fields() + rename_entries(migration_fields) + + print "Postfix all ids with -ecs" + ids = get_replaceable_ids() + rename_entries(ids) + + print "Postfix all titles with ` ECS`" + titles = get_replacable_titles() + rename_entries(titles) + + +def get_replaceable_ids(): + files = get_files() + + ids = {} + for file in files: + with open(file, 'r') as f: + objects = yaml.safe_load(f) + + for v in objects["objects"]: + # Checks if an id was already migrated, if not adds it to the list + if "-ecs" not in v["id"]: + # Add "{}" around fields to make them more unique and not have false positives + ids['"' + v["id"] + '"'] = '"' + v["id"] + "-ecs" + '"' + # Prefix with / to also modify links + ids['/' + v["id"]] = '/' + v["id"] + "-ecs" + + return ids + + +def read_migration_fields(): + migration_fields = {} + migration_yml = "../dev-tools/ecs-migration.yml" + with open(migration_yml, 'r') as f: + migration = yaml.safe_load(f) + for k in migration: + if "to" in k and "from" in k: + if "rename" in k and k["rename"] is False: + continue + if k["alias"] == False: + continue + if not isinstance(k["to"], basestring): + continue + + # Add "{}" around fields to make them more unique and not have false positives + migration_fields['"' + k["from"] + '"'] = '"' + k["to"] + '"' + # Some fields exist inside a query / filter where they are followed by : + migration_fields[k["from"] + ':'] = k["to"] + ':' + + return migration_fields + + +def get_replacable_titles(): + files = get_files() + + titles = {} + for file in files: + with open(file, 'r') as f: + objects = yaml.safe_load(f) + + for v in objects["objects"]: + + # Add "{}" around titles to make them more unique and not have false positives + if "title" in v["attributes"]: + if "ECS" not in v["attributes"]["title"]: + titles['"' + v["attributes"]["title"] + '"'] = '"' + v["attributes"]["title"] + " ECS" + '"' + + if "visState" in v["attributes"] and "title" in v["attributes"]["visState"]: + if "ECS" not in v["attributes"]["visState"]["title"]: + titles['"' + v["attributes"]["visState"]["title"] + '"'] = '"' + \ + v["attributes"]["visState"]["title"] + " ECS" + '"' + + return titles + + +def rename_entries(renames): + files = get_files() + + for file in files: + print file + s = open(file).read() + for k in renames: + s = s.replace(k, renames[k]) + f = open(file, 'w') + f.write(s) + f.close() + + +def get_files(): + all_beats = '../*/_meta/kibana/7/dashboard/*.json' + module_beats = '../*/module/*/_meta/kibana/7/dashboard/*.json' + heartbeat = '../heartbeat/monitors/active/*/_meta/kibana/7/dashboard/*.json' + xpack_module_beats = '../x-pack/*/module/*/_meta/kibana/7/dashboard/*.json' + + return glob.glob(all_beats) + glob.glob(module_beats) + glob.glob(heartbeat) + glob.glob(xpack_module_beats) + + +if __name__ == "__main__": + migration() + + +# There are more id's, do they matter? +# Example: +# +# "series": [ +# { +# "axis_position": "right", +# "chart_type": "line", +# "color": "#68BC00", +# "fill": 0.5, +# "formatter": "number", +# "id": "6984af11-4d5d-11e7-aa29-87a97a796de6", +# "label": "In Packetloss", +# "line_width": 1, +# "metrics": [ +# { +# "field": "system.network.in.dropped", +# "id": "6984af12-4d5d-11e7-aa29-87a97a796de6", +# "type": "max" +# } +# ], diff --git a/winlogbeat/_meta/kibana/7/dashboard/Winlogbeat-overview.json b/winlogbeat/_meta/kibana/7/dashboard/Winlogbeat-overview.json index 82ccb038640..8e0d457e481 100644 --- a/winlogbeat/_meta/kibana/7/dashboard/Winlogbeat-overview.json +++ b/winlogbeat/_meta/kibana/7/dashboard/Winlogbeat-overview.json @@ -91,36 +91,36 @@ } ], "timeRestore": false, - "title": "Winlogbeat Dashboard", + "title": "Winlogbeat Dashboard ECS", "version": 1 }, - "id": "Winlogbeat-Dashboard", + "id": "Winlogbeat-Dashboard-ecs", "migrationVersion": { "dashboard": "7.0.0" }, "references": [ { - "id": "Number-of-Events-Over-Time-By-Event-Log", + "id": "Number-of-Events-Over-Time-By-Event-Log-ecs", "name": "panel_0", "type": "visualization" }, { - "id": "Number-of-Events", + "id": "Number-of-Events-ecs", "name": "panel_1", "type": "visualization" }, { - "id": "Top-Event-IDs", + "id": "Top-Event-IDs-ecs", "name": "panel_2", "type": "visualization" }, { - "id": "Event-Levels", + "id": "Event-Levels-ecs", "name": "panel_3", "type": "visualization" }, { - "id": "Sources", + "id": "Sources-ecs", "name": "panel_4", "type": "visualization" } @@ -142,7 +142,7 @@ } } }, - "title": "Number of Events Over Time By Channel", + "title": "Number of Events Over Time By Channel ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -313,11 +313,11 @@ ], "yAxis": {} }, - "title": "Number of Events Over Time By Channel", + "title": "Number of Events Over Time By Channel ECS", "type": "histogram" } }, - "id": "Number-of-Events-Over-Time-By-Event-Log", + "id": "Number-of-Events-Over-Time-By-Event-Log-ecs", "migrationVersion": { "visualization": "7.0.0" }, @@ -347,7 +347,7 @@ } } }, - "title": "Number of Events", + "title": "Number of Events ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -366,7 +366,7 @@ "type": "metric" } }, - "id": "Number-of-Events", + "id": "Number-of-Events-ecs", "migrationVersion": { "visualization": "7.0.0" }, @@ -399,7 +399,7 @@ } } }, - "title": "Top Event IDs", + "title": "Top Event IDs ECS", "uiStateJSON": { "vis": { "params": { @@ -476,11 +476,11 @@ }, "totalFunc": "sum" }, - "title": "Top Event IDs", + "title": "Top Event IDs ECS", "type": "table" } }, - "id": "Top-Event-IDs", + "id": "Top-Event-IDs-ecs", "migrationVersion": { "visualization": "7.0.0" }, @@ -513,7 +513,7 @@ } } }, - "title": "Event Levels", + "title": "Event Levels ECS", "uiStateJSON": { "vis": { "params": { @@ -590,11 +590,11 @@ }, "totalFunc": "sum" }, - "title": "Event Levels", + "title": "Event Levels ECS", "type": "table" } }, - "id": "Event-Levels", + "id": "Event-Levels-ecs", "migrationVersion": { "visualization": "7.0.0" }, @@ -627,7 +627,7 @@ } } }, - "title": "Sources (Provider Names)", + "title": "Sources (Provider Names) ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -670,11 +670,11 @@ "shareYAxis": true, "type": "pie" }, - "title": "Sources (Provider Names)", + "title": "Sources (Provider Names) ECS", "type": "pie" } }, - "id": "Sources", + "id": "Sources-ecs", "migrationVersion": { "visualization": "7.0.0" }, diff --git a/x-pack/auditbeat/module/system/_meta/kibana/7/dashboard/auditbeat-system-host-dashboard.json b/x-pack/auditbeat/module/system/_meta/kibana/7/dashboard/auditbeat-system-host-dashboard.json index edd1f575b1f..a8934c0cc6c 100644 --- a/x-pack/auditbeat/module/system/_meta/kibana/7/dashboard/auditbeat-system-host-dashboard.json +++ b/x-pack/auditbeat/module/system/_meta/kibana/7/dashboard/auditbeat-system-host-dashboard.json @@ -40,7 +40,7 @@ } } }, - "title": "Host Count [Auditbeat System]", + "title": "Host Count [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -84,11 +84,11 @@ }, "type": "metric" }, - "title": "Host Count [Auditbeat System]", + "title": "Host Count [Auditbeat System] ECS", "type": "metric" } }, - "id": "cf8aa0a0-18ca-11e9-9094-c50574723088", + "id": "cf8aa0a0-18ca-11e9-9094-c50574723088-ecs", "type": "visualization", "updated_at": "2019-02-03T20:37:18.796Z", "version": 22 @@ -133,7 +133,7 @@ } } }, - "title": "OS Distribution [Auditbeat System]", + "title": "OS Distribution [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -194,11 +194,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "OS Distribution [Auditbeat System]", + "title": "OS Distribution [Auditbeat System] ECS", "type": "pie" } }, - "id": "9dd991a0-18cb-11e9-9094-c50574723088", + "id": "9dd991a0-18cb-11e9-9094-c50574723088-ecs", "type": "visualization", "updated_at": "2019-01-21T11:37:35.796Z", "version": 24 @@ -243,7 +243,7 @@ } } }, - "title": "Average Uptime [Auditbeat System]", + "title": "Average Uptime [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -287,11 +287,11 @@ }, "type": "metric" }, - "title": "Average Uptime [Auditbeat System]", + "title": "Average Uptime [Auditbeat System] ECS", "type": "metric" } }, - "id": "4d0485f0-18da-11e9-9094-c50574723088", + "id": "4d0485f0-18da-11e9-9094-c50574723088-ecs", "type": "visualization", "updated_at": "2019-01-21T11:57:55.023Z", "version": 23 @@ -336,7 +336,7 @@ } } }, - "title": "Host Documents [Auditbeat System]", + "title": "Host Documents [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -435,11 +435,11 @@ } ] }, - "title": "Host Documents [Auditbeat System]", + "title": "Host Documents [Auditbeat System] ECS", "type": "histogram" } }, - "id": "eea92ad0-18d7-11e9-9094-c50574723088", + "id": "eea92ad0-18d7-11e9-9094-c50574723088-ecs", "type": "visualization", "updated_at": "2019-02-04T09:26:47.877Z", "version": 22 @@ -484,7 +484,7 @@ } } }, - "title": "Host List [Auditbeat System]", + "title": "Host List [Auditbeat System] ECS", "uiStateJSON": { "vis": { "params": { @@ -597,11 +597,11 @@ }, "totalFunc": "sum" }, - "title": "Host List [Auditbeat System]", + "title": "Host List [Auditbeat System] ECS", "type": "table" } }, - "id": "91962a30-1901-11e9-9094-c50574723088", + "id": "91962a30-1901-11e9-9094-c50574723088-ecs", "type": "visualization", "updated_at": "2019-01-21T11:58:22.519Z", "version": 25 @@ -658,10 +658,10 @@ "@timestamp", "desc" ], - "title": "Host Events [Auditbeat System]", + "title": "Host Events [Auditbeat System] ECS", "version": 1 }, - "id": "abe78cd0-18ca-11e9-9094-c50574723088", + "id": "abe78cd0-18ca-11e9-9094-c50574723088-ecs", "type": "search", "updated_at": "2019-02-04T09:31:20.533Z", "version": 6 @@ -678,21 +678,21 @@ } } }, - "title": "Dashboard Links [Auditbeat System]", + "title": "Dashboard Links [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { "aggs": [], "params": { "fontSize": 12, - "markdown": "**Dashboards**: [System Overview](#/dashboard/2be46cb0-27f2-11e9-89af-fd12d59dac90) | [Hosts](#/dashboard/dfe62590-18da-11e9-9094-c50574723088) | [Logins](#/dashboard/2a17f200-285e-11e9-805f-43bf57dfa519) | [Users](#/dashboard/ae96a660-2864-11e9-97cb-474beda9f119) | [Processes](#/dashboard/4c68f110-2863-11e9-97cb-474beda9f119) | [Sockets](#/dashboard/957a3ef0-2867-11e9-9d21-0be348776e6c) | [Packages](#/dashboard/137c52f0-286a-11e9-9d21-0be348776e6c)", + "markdown": "**Dashboards**: [System Overview](#/dashboard/2be46cb0-27f2-11e9-89af-fd12d59dac90-ecs) | [Hosts](#/dashboard/dfe62590-18da-11e9-9094-c50574723088-ecs) | [Logins](#/dashboard/2a17f200-285e-11e9-805f-43bf57dfa519-ecs) | [Users](#/dashboard/ae96a660-2864-11e9-97cb-474beda9f119-ecs) | [Processes](#/dashboard/4c68f110-2863-11e9-97cb-474beda9f119-ecs) | [Sockets](#/dashboard/957a3ef0-2867-11e9-9d21-0be348776e6c-ecs) | [Packages](#/dashboard/137c52f0-286a-11e9-9d21-0be348776e6c-ecs)", "openLinksInNewTab": false }, - "title": "Dashboard Links [Auditbeat System]", + "title": "Dashboard Links [Auditbeat System] ECS", "type": "markdown" } }, - "id": "4ccc5b50-27f6-11e9-89af-fd12d59dac90", + "id": "4ccc5b50-27f6-11e9-89af-fd12d59dac90-ecs", "type": "visualization", "updated_at": "2019-02-04T11:37:25.234Z", "version": 3 @@ -725,7 +725,7 @@ "x": 0, "y": 4 }, - "id": "cf8aa0a0-18ca-11e9-9094-c50574723088", + "id": "cf8aa0a0-18ca-11e9-9094-c50574723088-ecs", "panelIndex": "1", "type": "visualization", "version": "7.0.0" @@ -739,7 +739,7 @@ "x": 31, "y": 4 }, - "id": "9dd991a0-18cb-11e9-9094-c50574723088", + "id": "9dd991a0-18cb-11e9-9094-c50574723088-ecs", "panelIndex": "2", "type": "visualization", "version": "7.0.0" @@ -753,7 +753,7 @@ "x": 15, "y": 4 }, - "id": "4d0485f0-18da-11e9-9094-c50574723088", + "id": "4d0485f0-18da-11e9-9094-c50574723088-ecs", "panelIndex": "4", "type": "visualization", "version": "7.0.0" @@ -767,7 +767,7 @@ "x": 0, "y": 14 }, - "id": "eea92ad0-18d7-11e9-9094-c50574723088", + "id": "eea92ad0-18d7-11e9-9094-c50574723088-ecs", "panelIndex": "5", "type": "visualization", "version": "7.0.0" @@ -781,7 +781,7 @@ "x": 0, "y": 21 }, - "id": "91962a30-1901-11e9-9094-c50574723088", + "id": "91962a30-1901-11e9-9094-c50574723088-ecs", "panelIndex": "6", "type": "visualization", "version": "7.0.0" @@ -795,7 +795,7 @@ "x": 0, "y": 33 }, - "id": "abe78cd0-18ca-11e9-9094-c50574723088", + "id": "abe78cd0-18ca-11e9-9094-c50574723088-ecs", "panelIndex": "7", "type": "search", "version": "7.0.0" @@ -809,17 +809,17 @@ "x": 0, "y": 0 }, - "id": "4ccc5b50-27f6-11e9-89af-fd12d59dac90", + "id": "4ccc5b50-27f6-11e9-89af-fd12d59dac90-ecs", "panelIndex": "8", "type": "visualization", "version": "7.0.0" } ], "timeRestore": false, - "title": "[Auditbeat System] Host Dashboard", + "title": "[Auditbeat System] Host Dashboard ECS", "version": 1 }, - "id": "dfe62590-18da-11e9-9094-c50574723088", + "id": "dfe62590-18da-11e9-9094-c50574723088-ecs", "type": "dashboard", "updated_at": "2019-02-04T11:25:58.146Z", "version": 28 diff --git a/x-pack/auditbeat/module/system/_meta/kibana/7/dashboard/auditbeat-system-login-dashboard.json b/x-pack/auditbeat/module/system/_meta/kibana/7/dashboard/auditbeat-system-login-dashboard.json index 4125daa9159..f663f846bc5 100644 --- a/x-pack/auditbeat/module/system/_meta/kibana/7/dashboard/auditbeat-system-login-dashboard.json +++ b/x-pack/auditbeat/module/system/_meta/kibana/7/dashboard/auditbeat-system-login-dashboard.json @@ -40,7 +40,7 @@ } } }, - "title": "Login Count [Auditbeat System]", + "title": "Login Count [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -83,11 +83,11 @@ }, "type": "metric" }, - "title": "Login Count [Auditbeat System]", + "title": "Login Count [Auditbeat System] ECS", "type": "metric" } }, - "id": "8d63c420-27f4-11e9-89af-fd12d59dac90", + "id": "8d63c420-27f4-11e9-89af-fd12d59dac90-ecs", "type": "visualization", "updated_at": "2019-02-03T20:44:50.914Z", "version": 1 @@ -132,7 +132,7 @@ } } }, - "title": "Login Actions [Auditbeat System]", + "title": "Login Actions [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -174,11 +174,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "Login Actions [Auditbeat System]", + "title": "Login Actions [Auditbeat System] ECS", "type": "pie" } }, - "id": "593df9b0-27f7-11e9-89af-fd12d59dac90", + "id": "593df9b0-27f7-11e9-89af-fd12d59dac90-ecs", "type": "visualization", "updated_at": "2019-02-03T21:04:51.914Z", "version": 1 @@ -249,7 +249,7 @@ } } }, - "title": "Login Success Table [Auditbeat System]", + "title": "Login Success Table [Auditbeat System] ECS", "uiStateJSON": { "vis": { "params": { @@ -301,11 +301,11 @@ }, "totalFunc": "sum" }, - "title": "Login Success Table [Auditbeat System]", + "title": "Login Success Table [Auditbeat System] ECS", "type": "table" } }, - "id": "5eb5f250-285e-11e9-805f-43bf57dfa519", + "id": "5eb5f250-285e-11e9-805f-43bf57dfa519-ecs", "type": "visualization", "updated_at": "2019-02-04T09:22:44.444Z", "version": 2 @@ -376,7 +376,7 @@ } } }, - "title": "Login Failures Table [Auditbeat System]", + "title": "Login Failures Table [Auditbeat System] ECS", "uiStateJSON": { "vis": { "params": { @@ -428,11 +428,11 @@ }, "totalFunc": "sum" }, - "title": "Login Failures Table [Auditbeat System]", + "title": "Login Failures Table [Auditbeat System] ECS", "type": "table" } }, - "id": "a1951650-285e-11e9-805f-43bf57dfa519", + "id": "a1951650-285e-11e9-805f-43bf57dfa519-ecs", "type": "visualization", "updated_at": "2019-02-04T09:24:11.445Z", "version": 1 @@ -477,7 +477,7 @@ } } }, - "title": "Login Event Histogram [Auditbeat System]", + "title": "Login Event Histogram [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -574,11 +574,11 @@ } ] }, - "title": "Login Event Histogram [Auditbeat System]", + "title": "Login Event Histogram [Auditbeat System] ECS", "type": "histogram" } }, - "id": "e4d25fe0-285e-11e9-805f-43bf57dfa519", + "id": "e4d25fe0-285e-11e9-805f-43bf57dfa519-ecs", "type": "visualization", "updated_at": "2019-02-04T09:26:04.254Z", "version": 1 @@ -636,10 +636,10 @@ "@timestamp", "desc" ], - "title": "Login Events [Auditbeat System]", + "title": "Login Events [Auditbeat System] ECS", "version": 1 }, - "id": "2e04c720-285f-11e9-805f-43bf57dfa519", + "id": "2e04c720-285f-11e9-805f-43bf57dfa519-ecs", "type": "search", "updated_at": "2019-02-04T09:28:07.058Z", "version": 1 @@ -684,7 +684,7 @@ } } }, - "title": "Login OS Distribution [Auditbeat System]", + "title": "Login OS Distribution [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -745,11 +745,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "Login OS Distribution [Auditbeat System]", + "title": "Login OS Distribution [Auditbeat System] ECS", "type": "pie" } }, - "id": "e8eb58a0-2860-11e9-805f-43bf57dfa519", + "id": "e8eb58a0-2860-11e9-805f-43bf57dfa519-ecs", "type": "visualization", "updated_at": "2019-02-04T09:40:30.122Z", "version": 1 @@ -766,21 +766,21 @@ } } }, - "title": "Dashboard Links [Auditbeat System]", + "title": "Dashboard Links [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { "aggs": [], "params": { "fontSize": 12, - "markdown": "**Dashboards**: [System Overview](#/dashboard/2be46cb0-27f2-11e9-89af-fd12d59dac90) | [Hosts](#/dashboard/dfe62590-18da-11e9-9094-c50574723088) | [Logins](#/dashboard/2a17f200-285e-11e9-805f-43bf57dfa519) | [Users](#/dashboard/ae96a660-2864-11e9-97cb-474beda9f119) | [Processes](#/dashboard/4c68f110-2863-11e9-97cb-474beda9f119) | [Sockets](#/dashboard/957a3ef0-2867-11e9-9d21-0be348776e6c) | [Packages](#/dashboard/137c52f0-286a-11e9-9d21-0be348776e6c)", + "markdown": "**Dashboards**: [System Overview](#/dashboard/2be46cb0-27f2-11e9-89af-fd12d59dac90-ecs) | [Hosts](#/dashboard/dfe62590-18da-11e9-9094-c50574723088-ecs) | [Logins](#/dashboard/2a17f200-285e-11e9-805f-43bf57dfa519-ecs) | [Users](#/dashboard/ae96a660-2864-11e9-97cb-474beda9f119-ecs) | [Processes](#/dashboard/4c68f110-2863-11e9-97cb-474beda9f119-ecs) | [Sockets](#/dashboard/957a3ef0-2867-11e9-9d21-0be348776e6c-ecs) | [Packages](#/dashboard/137c52f0-286a-11e9-9d21-0be348776e6c-ecs)", "openLinksInNewTab": false }, - "title": "Dashboard Links [Auditbeat System]", + "title": "Dashboard Links [Auditbeat System] ECS", "type": "markdown" } }, - "id": "4ccc5b50-27f6-11e9-89af-fd12d59dac90", + "id": "4ccc5b50-27f6-11e9-89af-fd12d59dac90-ecs", "type": "visualization", "updated_at": "2019-02-04T11:37:25.234Z", "version": 3 @@ -813,7 +813,7 @@ "x": 0, "y": 4 }, - "id": "8d63c420-27f4-11e9-89af-fd12d59dac90", + "id": "8d63c420-27f4-11e9-89af-fd12d59dac90-ecs", "panelIndex": "1", "type": "visualization", "version": "7.0.0" @@ -827,7 +827,7 @@ "x": 8, "y": 4 }, - "id": "593df9b0-27f7-11e9-89af-fd12d59dac90", + "id": "593df9b0-27f7-11e9-89af-fd12d59dac90-ecs", "panelIndex": "2", "type": "visualization", "version": "7.0.0" @@ -841,7 +841,7 @@ "x": 28, "y": 4 }, - "id": "5eb5f250-285e-11e9-805f-43bf57dfa519", + "id": "5eb5f250-285e-11e9-805f-43bf57dfa519-ecs", "panelIndex": "4", "type": "visualization", "version": "7.0.0" @@ -855,7 +855,7 @@ "x": 38, "y": 4 }, - "id": "a1951650-285e-11e9-805f-43bf57dfa519", + "id": "a1951650-285e-11e9-805f-43bf57dfa519-ecs", "panelIndex": "5", "type": "visualization", "version": "7.0.0" @@ -869,7 +869,7 @@ "x": 0, "y": 14 }, - "id": "e4d25fe0-285e-11e9-805f-43bf57dfa519", + "id": "e4d25fe0-285e-11e9-805f-43bf57dfa519-ecs", "panelIndex": "6", "type": "visualization", "version": "7.0.0" @@ -883,7 +883,7 @@ "x": 0, "y": 23 }, - "id": "2e04c720-285f-11e9-805f-43bf57dfa519", + "id": "2e04c720-285f-11e9-805f-43bf57dfa519-ecs", "panelIndex": "7", "type": "search", "version": "7.0.0" @@ -897,7 +897,7 @@ "x": 18, "y": 4 }, - "id": "e8eb58a0-2860-11e9-805f-43bf57dfa519", + "id": "e8eb58a0-2860-11e9-805f-43bf57dfa519-ecs", "panelIndex": "8", "type": "visualization", "version": "7.0.0" @@ -911,17 +911,17 @@ "x": 0, "y": 0 }, - "id": "4ccc5b50-27f6-11e9-89af-fd12d59dac90", + "id": "4ccc5b50-27f6-11e9-89af-fd12d59dac90-ecs", "panelIndex": "9", "type": "visualization", "version": "7.0.0" } ], "timeRestore": false, - "title": "[Auditbeat System] Login Dashboard", + "title": "[Auditbeat System] Login Dashboard ECS", "version": 1 }, - "id": "2a17f200-285e-11e9-805f-43bf57dfa519", + "id": "2a17f200-285e-11e9-805f-43bf57dfa519-ecs", "type": "dashboard", "updated_at": "2019-02-04T11:38:50.007Z", "version": 6 diff --git a/x-pack/auditbeat/module/system/_meta/kibana/7/dashboard/auditbeat-system-overview-dashboard.json b/x-pack/auditbeat/module/system/_meta/kibana/7/dashboard/auditbeat-system-overview-dashboard.json index 3d43f14b2bd..24c0db47fe6 100644 --- a/x-pack/auditbeat/module/system/_meta/kibana/7/dashboard/auditbeat-system-overview-dashboard.json +++ b/x-pack/auditbeat/module/system/_meta/kibana/7/dashboard/auditbeat-system-overview-dashboard.json @@ -40,7 +40,7 @@ } } }, - "title": "Host Count [Auditbeat System]", + "title": "Host Count [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -84,11 +84,11 @@ }, "type": "metric" }, - "title": "Host Count [Auditbeat System]", + "title": "Host Count [Auditbeat System] ECS", "type": "metric" } }, - "id": "cf8aa0a0-18ca-11e9-9094-c50574723088", + "id": "cf8aa0a0-18ca-11e9-9094-c50574723088-ecs", "type": "visualization", "updated_at": "2019-02-03T20:37:18.796Z", "version": 22 @@ -133,7 +133,7 @@ } } }, - "title": "Process Count [Auditbeat System]", + "title": "Process Count [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -177,11 +177,11 @@ }, "type": "metric" }, - "title": "Process Count [Auditbeat System]", + "title": "Process Count [Auditbeat System] ECS", "type": "metric" } }, - "id": "bb0d1870-27f1-11e9-89af-fd12d59dac90", + "id": "bb0d1870-27f1-11e9-89af-fd12d59dac90-ecs", "type": "visualization", "updated_at": "2019-02-03T20:24:39.030Z", "version": 1 @@ -226,7 +226,7 @@ } } }, - "title": "Socket Count [Auditbeat System]", + "title": "Socket Count [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -270,11 +270,11 @@ }, "type": "metric" }, - "title": "Socket Count [Auditbeat System]", + "title": "Socket Count [Auditbeat System] ECS", "type": "metric" } }, - "id": "7323dd90-27f2-11e9-89af-fd12d59dac90", + "id": "7323dd90-27f2-11e9-89af-fd12d59dac90-ecs", "type": "visualization", "updated_at": "2019-02-03T20:29:47.881Z", "version": 1 @@ -319,7 +319,7 @@ } } }, - "title": "User Count [Auditbeat System]", + "title": "User Count [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -363,11 +363,11 @@ }, "type": "metric" }, - "title": "User Count [Auditbeat System]", + "title": "User Count [Auditbeat System] ECS", "type": "metric" } }, - "id": "e9225120-27f2-11e9-89af-fd12d59dac90", + "id": "e9225120-27f2-11e9-89af-fd12d59dac90-ecs", "type": "visualization", "updated_at": "2019-02-03T20:35:48.640Z", "version": 2 @@ -412,7 +412,7 @@ } } }, - "title": "Package Count [Auditbeat System]", + "title": "Package Count [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -456,11 +456,11 @@ }, "type": "metric" }, - "title": "Package Count [Auditbeat System]", + "title": "Package Count [Auditbeat System] ECS", "type": "metric" } }, - "id": "f664fb20-27f3-11e9-89af-fd12d59dac90", + "id": "f664fb20-27f3-11e9-89af-fd12d59dac90-ecs", "type": "visualization", "updated_at": "2019-02-03T20:40:37.585Z", "version": 1 @@ -505,7 +505,7 @@ } } }, - "title": "Login Count [Auditbeat System]", + "title": "Login Count [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -548,11 +548,11 @@ }, "type": "metric" }, - "title": "Login Count [Auditbeat System]", + "title": "Login Count [Auditbeat System] ECS", "type": "metric" } }, - "id": "8d63c420-27f4-11e9-89af-fd12d59dac90", + "id": "8d63c420-27f4-11e9-89af-fd12d59dac90-ecs", "type": "visualization", "updated_at": "2019-02-03T20:44:50.914Z", "version": 1 @@ -597,7 +597,7 @@ } } }, - "title": "OS Distribution [Auditbeat System]", + "title": "OS Distribution [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -658,11 +658,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "OS Distribution [Auditbeat System]", + "title": "OS Distribution [Auditbeat System] ECS", "type": "pie" } }, - "id": "9dd991a0-18cb-11e9-9094-c50574723088", + "id": "9dd991a0-18cb-11e9-9094-c50574723088-ecs", "type": "visualization", "updated_at": "2019-01-21T11:37:35.796Z", "version": 24 @@ -707,7 +707,7 @@ } } }, - "title": "Login Actions [Auditbeat System]", + "title": "Login Actions [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -749,11 +749,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "Login Actions [Auditbeat System]", + "title": "Login Actions [Auditbeat System] ECS", "type": "pie" } }, - "id": "593df9b0-27f7-11e9-89af-fd12d59dac90", + "id": "593df9b0-27f7-11e9-89af-fd12d59dac90-ecs", "type": "visualization", "updated_at": "2019-02-03T21:04:51.914Z", "version": 1 @@ -824,7 +824,7 @@ } } }, - "title": "User Changes [Auditbeat System]", + "title": "User Changes [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -867,11 +867,11 @@ }, "type": "metric" }, - "title": "User Changes [Auditbeat System]", + "title": "User Changes [Auditbeat System] ECS", "type": "metric" } }, - "id": "00fa0d20-27fc-11e9-89af-fd12d59dac90", + "id": "00fa0d20-27fc-11e9-89af-fd12d59dac90-ecs", "type": "visualization", "updated_at": "2019-02-03T21:38:11.314Z", "version": 1 @@ -942,7 +942,7 @@ } } }, - "title": "Process Starts [Auditbeat System]", + "title": "Process Starts [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -985,11 +985,11 @@ }, "type": "metric" }, - "title": "Process Starts [Auditbeat System]", + "title": "Process Starts [Auditbeat System] ECS", "type": "metric" } }, - "id": "0db90830-27fd-11e9-89af-fd12d59dac90", + "id": "0db90830-27fd-11e9-89af-fd12d59dac90-ecs", "type": "visualization", "updated_at": "2019-02-03T21:45:42.195Z", "version": 1 @@ -1060,7 +1060,7 @@ } } }, - "title": "Process Stops [Auditbeat System]", + "title": "Process Stops [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -1103,11 +1103,11 @@ }, "type": "metric" }, - "title": "Process Stops [Auditbeat System]", + "title": "Process Stops [Auditbeat System] ECS", "type": "metric" } }, - "id": "b885dae0-27fd-11e9-89af-fd12d59dac90", + "id": "b885dae0-27fd-11e9-89af-fd12d59dac90-ecs", "type": "visualization", "updated_at": "2019-02-03T21:50:28.750Z", "version": 1 @@ -1178,7 +1178,7 @@ } } }, - "title": "Sockets Opened [Auditbeat System]", + "title": "Sockets Opened [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -1221,11 +1221,11 @@ }, "type": "metric" }, - "title": "Sockets Opened [Auditbeat System]", + "title": "Sockets Opened [Auditbeat System] ECS", "type": "metric" } }, - "id": "295905e0-27fd-11e9-89af-fd12d59dac90", + "id": "295905e0-27fd-11e9-89af-fd12d59dac90-ecs", "type": "visualization", "updated_at": "2019-02-03T21:47:58.605Z", "version": 2 @@ -1296,7 +1296,7 @@ } } }, - "title": "Sockets Closed [Auditbeat System]", + "title": "Sockets Closed [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -1339,11 +1339,11 @@ }, "type": "metric" }, - "title": "Sockets Closed [Auditbeat System]", + "title": "Sockets Closed [Auditbeat System] ECS", "type": "metric" } }, - "id": "82d46ec0-27fd-11e9-89af-fd12d59dac90", + "id": "82d46ec0-27fd-11e9-89af-fd12d59dac90-ecs", "type": "visualization", "updated_at": "2019-02-03T21:48:58.668Z", "version": 1 @@ -1414,7 +1414,7 @@ } } }, - "title": "Package Changes [Auditbeat System]", + "title": "Package Changes [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -1457,11 +1457,11 @@ }, "type": "metric" }, - "title": "Package Changes [Auditbeat System]", + "title": "Package Changes [Auditbeat System] ECS", "type": "metric" } }, - "id": "bdf9c530-27fe-11e9-805f-43bf57dfa519", + "id": "bdf9c530-27fe-11e9-805f-43bf57dfa519-ecs", "type": "visualization", "updated_at": "2019-02-04T10:44:06.826Z", "version": 2 @@ -1532,7 +1532,7 @@ } } }, - "title": "System Event Histogram [Auditbeat System]", + "title": "System Event Histogram [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -1629,11 +1629,11 @@ } ] }, - "title": "System Event Histogram [Auditbeat System]", + "title": "System Event Histogram [Auditbeat System] ECS", "type": "histogram" } }, - "id": "54135e50-27ff-11e9-805f-43bf57dfa519", + "id": "54135e50-27ff-11e9-805f-43bf57dfa519-ecs", "type": "visualization", "updated_at": "2019-02-03T22:01:59.221Z", "version": 1 @@ -1678,7 +1678,7 @@ } } }, - "title": "Host List [Auditbeat System]", + "title": "Host List [Auditbeat System] ECS", "uiStateJSON": { "vis": { "params": { @@ -1791,11 +1791,11 @@ }, "totalFunc": "sum" }, - "title": "Host List [Auditbeat System]", + "title": "Host List [Auditbeat System] ECS", "type": "table" } }, - "id": "91962a30-1901-11e9-9094-c50574723088", + "id": "91962a30-1901-11e9-9094-c50574723088-ecs", "type": "visualization", "updated_at": "2019-01-21T11:58:22.519Z", "version": 25 @@ -1879,10 +1879,10 @@ "@timestamp", "desc" ], - "title": "System Events [Auditbeat System]", + "title": "System Events [Auditbeat System] ECS", "version": 1 }, - "id": "d08ebd30-27ff-11e9-805f-43bf57dfa519", + "id": "d08ebd30-27ff-11e9-805f-43bf57dfa519-ecs", "type": "search", "updated_at": "2019-02-03T22:17:10.090Z", "version": 2 @@ -1899,21 +1899,21 @@ } } }, - "title": "Dashboard Links [Auditbeat System]", + "title": "Dashboard Links [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { "aggs": [], "params": { "fontSize": 12, - "markdown": "**Dashboards**: [System Overview](#/dashboard/2be46cb0-27f2-11e9-89af-fd12d59dac90) | [Hosts](#/dashboard/dfe62590-18da-11e9-9094-c50574723088) | [Logins](#/dashboard/2a17f200-285e-11e9-805f-43bf57dfa519) | [Users](#/dashboard/ae96a660-2864-11e9-97cb-474beda9f119) | [Processes](#/dashboard/4c68f110-2863-11e9-97cb-474beda9f119) | [Sockets](#/dashboard/957a3ef0-2867-11e9-9d21-0be348776e6c) | [Packages](#/dashboard/137c52f0-286a-11e9-9d21-0be348776e6c)", + "markdown": "**Dashboards**: [System Overview](#/dashboard/2be46cb0-27f2-11e9-89af-fd12d59dac90-ecs) | [Hosts](#/dashboard/dfe62590-18da-11e9-9094-c50574723088-ecs) | [Logins](#/dashboard/2a17f200-285e-11e9-805f-43bf57dfa519-ecs) | [Users](#/dashboard/ae96a660-2864-11e9-97cb-474beda9f119-ecs) | [Processes](#/dashboard/4c68f110-2863-11e9-97cb-474beda9f119-ecs) | [Sockets](#/dashboard/957a3ef0-2867-11e9-9d21-0be348776e6c-ecs) | [Packages](#/dashboard/137c52f0-286a-11e9-9d21-0be348776e6c-ecs)", "openLinksInNewTab": false }, - "title": "Dashboard Links [Auditbeat System]", + "title": "Dashboard Links [Auditbeat System] ECS", "type": "markdown" } }, - "id": "4ccc5b50-27f6-11e9-89af-fd12d59dac90", + "id": "4ccc5b50-27f6-11e9-89af-fd12d59dac90-ecs", "type": "visualization", "updated_at": "2019-02-04T11:37:25.234Z", "version": 3 @@ -2103,7 +2103,7 @@ "x": 0, "y": 4 }, - "id": "cf8aa0a0-18ca-11e9-9094-c50574723088", + "id": "cf8aa0a0-18ca-11e9-9094-c50574723088-ecs", "panelIndex": "1", "type": "visualization", "version": "7.0.0" @@ -2117,7 +2117,7 @@ "x": 24, "y": 4 }, - "id": "bb0d1870-27f1-11e9-89af-fd12d59dac90", + "id": "bb0d1870-27f1-11e9-89af-fd12d59dac90-ecs", "panelIndex": "2", "type": "visualization", "version": "7.0.0" @@ -2131,7 +2131,7 @@ "x": 32, "y": 4 }, - "id": "7323dd90-27f2-11e9-89af-fd12d59dac90", + "id": "7323dd90-27f2-11e9-89af-fd12d59dac90-ecs", "panelIndex": "3", "type": "visualization", "version": "7.0.0" @@ -2145,7 +2145,7 @@ "x": 16, "y": 4 }, - "id": "e9225120-27f2-11e9-89af-fd12d59dac90", + "id": "e9225120-27f2-11e9-89af-fd12d59dac90-ecs", "panelIndex": "4", "type": "visualization", "version": "7.0.0" @@ -2159,7 +2159,7 @@ "x": 40, "y": 4 }, - "id": "f664fb20-27f3-11e9-89af-fd12d59dac90", + "id": "f664fb20-27f3-11e9-89af-fd12d59dac90-ecs", "panelIndex": "5", "type": "visualization", "version": "7.0.0" @@ -2173,7 +2173,7 @@ "x": 8, "y": 4 }, - "id": "8d63c420-27f4-11e9-89af-fd12d59dac90", + "id": "8d63c420-27f4-11e9-89af-fd12d59dac90-ecs", "panelIndex": "6", "type": "visualization", "version": "7.0.0" @@ -2187,7 +2187,7 @@ "x": 0, "y": 12 }, - "id": "9dd991a0-18cb-11e9-9094-c50574723088", + "id": "9dd991a0-18cb-11e9-9094-c50574723088-ecs", "panelIndex": "8", "type": "visualization", "version": "7.0.0" @@ -2201,7 +2201,7 @@ "x": 8, "y": 12 }, - "id": "593df9b0-27f7-11e9-89af-fd12d59dac90", + "id": "593df9b0-27f7-11e9-89af-fd12d59dac90-ecs", "panelIndex": "9", "type": "visualization", "version": "7.0.0" @@ -2215,7 +2215,7 @@ "x": 16, "y": 12 }, - "id": "00fa0d20-27fc-11e9-89af-fd12d59dac90", + "id": "00fa0d20-27fc-11e9-89af-fd12d59dac90-ecs", "panelIndex": "10", "type": "visualization", "version": "7.0.0" @@ -2229,7 +2229,7 @@ "x": 24, "y": 12 }, - "id": "0db90830-27fd-11e9-89af-fd12d59dac90", + "id": "0db90830-27fd-11e9-89af-fd12d59dac90-ecs", "panelIndex": "11", "type": "visualization", "version": "7.0.0" @@ -2243,7 +2243,7 @@ "x": 24, "y": 19 }, - "id": "b885dae0-27fd-11e9-89af-fd12d59dac90", + "id": "b885dae0-27fd-11e9-89af-fd12d59dac90-ecs", "panelIndex": "12", "type": "visualization", "version": "7.0.0" @@ -2257,7 +2257,7 @@ "x": 32, "y": 12 }, - "id": "295905e0-27fd-11e9-89af-fd12d59dac90", + "id": "295905e0-27fd-11e9-89af-fd12d59dac90-ecs", "panelIndex": "13", "type": "visualization", "version": "7.0.0" @@ -2271,7 +2271,7 @@ "x": 32, "y": 19 }, - "id": "82d46ec0-27fd-11e9-89af-fd12d59dac90", + "id": "82d46ec0-27fd-11e9-89af-fd12d59dac90-ecs", "panelIndex": "14", "type": "visualization", "version": "7.0.0" @@ -2285,7 +2285,7 @@ "x": 40, "y": 12 }, - "id": "bdf9c530-27fe-11e9-805f-43bf57dfa519", + "id": "bdf9c530-27fe-11e9-805f-43bf57dfa519-ecs", "panelIndex": "15", "type": "visualization", "version": "7.0.0" @@ -2299,7 +2299,7 @@ "x": 0, "y": 26 }, - "id": "54135e50-27ff-11e9-805f-43bf57dfa519", + "id": "54135e50-27ff-11e9-805f-43bf57dfa519-ecs", "panelIndex": "16", "type": "visualization", "version": "7.0.0" @@ -2313,7 +2313,7 @@ "x": 0, "y": 34 }, - "id": "91962a30-1901-11e9-9094-c50574723088", + "id": "91962a30-1901-11e9-9094-c50574723088-ecs", "panelIndex": "17", "type": "visualization", "version": "7.0.0" @@ -2327,7 +2327,7 @@ "x": 24, "y": 34 }, - "id": "d08ebd30-27ff-11e9-805f-43bf57dfa519", + "id": "d08ebd30-27ff-11e9-805f-43bf57dfa519-ecs", "panelIndex": "18", "type": "search", "version": "7.0.0" @@ -2341,17 +2341,17 @@ "x": 0, "y": 0 }, - "id": "4ccc5b50-27f6-11e9-89af-fd12d59dac90", + "id": "4ccc5b50-27f6-11e9-89af-fd12d59dac90-ecs", "panelIndex": "19", "type": "visualization", "version": "7.0.0" } ], "timeRestore": false, - "title": "[Auditbeat System] System Overview", + "title": "[Auditbeat System] System Overview ECS", "version": 1 }, - "id": "2be46cb0-27f2-11e9-89af-fd12d59dac90", + "id": "2be46cb0-27f2-11e9-89af-fd12d59dac90-ecs", "type": "dashboard", "updated_at": "2019-02-04T09:32:32.325Z", "version": 9 diff --git a/x-pack/auditbeat/module/system/_meta/kibana/7/dashboard/auditbeat-system-package-dashboard.json b/x-pack/auditbeat/module/system/_meta/kibana/7/dashboard/auditbeat-system-package-dashboard.json index 46dcaf1f714..4d6ba67e0f9 100644 --- a/x-pack/auditbeat/module/system/_meta/kibana/7/dashboard/auditbeat-system-package-dashboard.json +++ b/x-pack/auditbeat/module/system/_meta/kibana/7/dashboard/auditbeat-system-package-dashboard.json @@ -12,21 +12,21 @@ } } }, - "title": "Dashboard Links [Auditbeat System]", + "title": "Dashboard Links [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { "aggs": [], "params": { "fontSize": 12, - "markdown": "**Dashboards**: [System Overview](#/dashboard/2be46cb0-27f2-11e9-89af-fd12d59dac90) | [Hosts](#/dashboard/dfe62590-18da-11e9-9094-c50574723088) | [Logins](#/dashboard/2a17f200-285e-11e9-805f-43bf57dfa519) | [Users](#/dashboard/ae96a660-2864-11e9-97cb-474beda9f119) | [Processes](#/dashboard/4c68f110-2863-11e9-97cb-474beda9f119) | [Sockets](#/dashboard/957a3ef0-2867-11e9-9d21-0be348776e6c) | [Packages](#/dashboard/137c52f0-286a-11e9-9d21-0be348776e6c)", + "markdown": "**Dashboards**: [System Overview](#/dashboard/2be46cb0-27f2-11e9-89af-fd12d59dac90-ecs) | [Hosts](#/dashboard/dfe62590-18da-11e9-9094-c50574723088-ecs) | [Logins](#/dashboard/2a17f200-285e-11e9-805f-43bf57dfa519-ecs) | [Users](#/dashboard/ae96a660-2864-11e9-97cb-474beda9f119-ecs) | [Processes](#/dashboard/4c68f110-2863-11e9-97cb-474beda9f119-ecs) | [Sockets](#/dashboard/957a3ef0-2867-11e9-9d21-0be348776e6c-ecs) | [Packages](#/dashboard/137c52f0-286a-11e9-9d21-0be348776e6c-ecs)", "openLinksInNewTab": false }, - "title": "Dashboard Links [Auditbeat System]", + "title": "Dashboard Links [Auditbeat System] ECS", "type": "markdown" } }, - "id": "4ccc5b50-27f6-11e9-89af-fd12d59dac90", + "id": "4ccc5b50-27f6-11e9-89af-fd12d59dac90-ecs", "type": "visualization", "updated_at": "2019-02-04T11:37:25.234Z", "version": 3 @@ -71,7 +71,7 @@ } } }, - "title": "Package Count [Auditbeat System]", + "title": "Package Count [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -115,11 +115,11 @@ }, "type": "metric" }, - "title": "Package Count [Auditbeat System]", + "title": "Package Count [Auditbeat System] ECS", "type": "metric" } }, - "id": "f664fb20-27f3-11e9-89af-fd12d59dac90", + "id": "f664fb20-27f3-11e9-89af-fd12d59dac90-ecs", "type": "visualization", "updated_at": "2019-02-03T20:40:37.585Z", "version": 1 @@ -190,7 +190,7 @@ } } }, - "title": "Package Changes [Auditbeat System]", + "title": "Package Changes [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -233,11 +233,11 @@ }, "type": "metric" }, - "title": "Package Changes [Auditbeat System]", + "title": "Package Changes [Auditbeat System] ECS", "type": "metric" } }, - "id": "bdf9c530-27fe-11e9-805f-43bf57dfa519", + "id": "bdf9c530-27fe-11e9-805f-43bf57dfa519-ecs", "type": "visualization", "updated_at": "2019-02-04T10:44:06.826Z", "version": 2 @@ -282,7 +282,7 @@ } } }, - "title": "Package OS Distribution [Auditbeat System]", + "title": "Package OS Distribution [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -343,11 +343,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "Package OS Distribution [Auditbeat System]", + "title": "Package OS Distribution [Auditbeat System] ECS", "type": "pie" } }, - "id": "6ed51940-2868-11e9-9d21-0be348776e6c", + "id": "6ed51940-2868-11e9-9d21-0be348776e6c-ecs", "type": "visualization", "updated_at": "2019-02-04T10:34:21.268Z", "version": 1 @@ -418,7 +418,7 @@ } } }, - "title": "Package Change Actions [Auditbeat System]", + "title": "Package Change Actions [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -460,11 +460,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "Package Change Actions [Auditbeat System]", + "title": "Package Change Actions [Auditbeat System] ECS", "type": "pie" } }, - "id": "fe23f530-2868-11e9-9d21-0be348776e6c", + "id": "fe23f530-2868-11e9-9d21-0be348776e6c-ecs", "type": "visualization", "updated_at": "2019-02-04T10:38:21.699Z", "version": 1 @@ -509,7 +509,7 @@ } } }, - "title": "Package Document Histogram [Auditbeat System]", + "title": "Package Document Histogram [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -606,11 +606,11 @@ } ] }, - "title": "Package Document Histogram [Auditbeat System]", + "title": "Package Document Histogram [Auditbeat System] ECS", "type": "histogram" } }, - "id": "4e7701d0-2869-11e9-9d21-0be348776e6c", + "id": "4e7701d0-2869-11e9-9d21-0be348776e6c-ecs", "type": "visualization", "updated_at": "2019-02-04T10:40:36.461Z", "version": 1 @@ -667,10 +667,10 @@ "@timestamp", "desc" ], - "title": "Package Documents [Auditbeat System]", + "title": "Package Documents [Auditbeat System] ECS", "version": 1 }, - "id": "391ef230-2868-11e9-9d21-0be348776e6c", + "id": "391ef230-2868-11e9-9d21-0be348776e6c-ecs", "type": "search", "updated_at": "2019-02-04T10:32:51.155Z", "version": 1 @@ -715,7 +715,7 @@ } } }, - "title": "Package Names [Auditbeat System]", + "title": "Package Names [Auditbeat System] ECS", "uiStateJSON": { "vis": { "params": { @@ -764,11 +764,11 @@ }, "totalFunc": "sum" }, - "title": "Package Names [Auditbeat System]", + "title": "Package Names [Auditbeat System] ECS", "type": "table" } }, - "id": "8dc55df0-2869-11e9-9d21-0be348776e6c", + "id": "8dc55df0-2869-11e9-9d21-0be348776e6c-ecs", "type": "visualization", "updated_at": "2019-02-04T10:45:22.440Z", "version": 2 @@ -801,7 +801,7 @@ "x": 0, "y": 0 }, - "id": "4ccc5b50-27f6-11e9-89af-fd12d59dac90", + "id": "4ccc5b50-27f6-11e9-89af-fd12d59dac90-ecs", "panelIndex": "1", "type": "visualization", "version": "7.0.0" @@ -815,7 +815,7 @@ "x": 0, "y": 4 }, - "id": "f664fb20-27f3-11e9-89af-fd12d59dac90", + "id": "f664fb20-27f3-11e9-89af-fd12d59dac90-ecs", "panelIndex": "2", "type": "visualization", "version": "7.0.0" @@ -829,7 +829,7 @@ "x": 6, "y": 4 }, - "id": "bdf9c530-27fe-11e9-805f-43bf57dfa519", + "id": "bdf9c530-27fe-11e9-805f-43bf57dfa519-ecs", "panelIndex": "3", "type": "visualization", "version": "7.0.0" @@ -843,7 +843,7 @@ "x": 24, "y": 4 }, - "id": "6ed51940-2868-11e9-9d21-0be348776e6c", + "id": "6ed51940-2868-11e9-9d21-0be348776e6c-ecs", "panelIndex": "4", "type": "visualization", "version": "7.0.0" @@ -857,7 +857,7 @@ "x": 11, "y": 4 }, - "id": "fe23f530-2868-11e9-9d21-0be348776e6c", + "id": "fe23f530-2868-11e9-9d21-0be348776e6c-ecs", "panelIndex": "5", "type": "visualization", "version": "7.0.0" @@ -871,7 +871,7 @@ "x": 0, "y": 15 }, - "id": "4e7701d0-2869-11e9-9d21-0be348776e6c", + "id": "4e7701d0-2869-11e9-9d21-0be348776e6c-ecs", "panelIndex": "6", "type": "visualization", "version": "7.0.0" @@ -885,7 +885,7 @@ "x": 0, "y": 23 }, - "id": "391ef230-2868-11e9-9d21-0be348776e6c", + "id": "391ef230-2868-11e9-9d21-0be348776e6c-ecs", "panelIndex": "7", "type": "search", "version": "7.0.0" @@ -899,17 +899,17 @@ "x": 37, "y": 4 }, - "id": "8dc55df0-2869-11e9-9d21-0be348776e6c", + "id": "8dc55df0-2869-11e9-9d21-0be348776e6c-ecs", "panelIndex": "8", "type": "visualization", "version": "7.0.0" } ], "timeRestore": false, - "title": "[Auditbeat System] Package Dashboard", + "title": "[Auditbeat System] Package Dashboard ECS", "version": 1 }, - "id": "137c52f0-286a-11e9-9d21-0be348776e6c", + "id": "137c52f0-286a-11e9-9d21-0be348776e6c-ecs", "type": "dashboard", "updated_at": "2019-02-04T11:03:23.945Z", "version": 2 diff --git a/x-pack/auditbeat/module/system/_meta/kibana/7/dashboard/auditbeat-system-process-dashboard.json b/x-pack/auditbeat/module/system/_meta/kibana/7/dashboard/auditbeat-system-process-dashboard.json index 6ffee4042df..d66cc3f5f2b 100644 --- a/x-pack/auditbeat/module/system/_meta/kibana/7/dashboard/auditbeat-system-process-dashboard.json +++ b/x-pack/auditbeat/module/system/_meta/kibana/7/dashboard/auditbeat-system-process-dashboard.json @@ -40,7 +40,7 @@ } } }, - "title": "Process Count [Auditbeat System]", + "title": "Process Count [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -84,11 +84,11 @@ }, "type": "metric" }, - "title": "Process Count [Auditbeat System]", + "title": "Process Count [Auditbeat System] ECS", "type": "metric" } }, - "id": "bb0d1870-27f1-11e9-89af-fd12d59dac90", + "id": "bb0d1870-27f1-11e9-89af-fd12d59dac90-ecs", "type": "visualization", "updated_at": "2019-02-03T20:24:39.030Z", "version": 1 @@ -159,7 +159,7 @@ } } }, - "title": "Process Starts [Auditbeat System]", + "title": "Process Starts [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -202,11 +202,11 @@ }, "type": "metric" }, - "title": "Process Starts [Auditbeat System]", + "title": "Process Starts [Auditbeat System] ECS", "type": "metric" } }, - "id": "0db90830-27fd-11e9-89af-fd12d59dac90", + "id": "0db90830-27fd-11e9-89af-fd12d59dac90-ecs", "type": "visualization", "updated_at": "2019-02-03T21:45:42.195Z", "version": 1 @@ -277,7 +277,7 @@ } } }, - "title": "Process Stops [Auditbeat System]", + "title": "Process Stops [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -320,11 +320,11 @@ }, "type": "metric" }, - "title": "Process Stops [Auditbeat System]", + "title": "Process Stops [Auditbeat System] ECS", "type": "metric" } }, - "id": "b885dae0-27fd-11e9-89af-fd12d59dac90", + "id": "b885dae0-27fd-11e9-89af-fd12d59dac90-ecs", "type": "visualization", "updated_at": "2019-02-03T21:50:28.750Z", "version": 1 @@ -383,10 +383,10 @@ "@timestamp", "desc" ], - "title": "Process Events [Auditbeat System]", + "title": "Process Events [Auditbeat System] ECS", "version": 1 }, - "id": "0f9611b0-2862-11e9-97cb-474beda9f119", + "id": "0f9611b0-2862-11e9-97cb-474beda9f119-ecs", "type": "search", "updated_at": "2019-02-04T09:48:44.490Z", "version": 1 @@ -431,7 +431,7 @@ } } }, - "title": "Process OS Distribution [Auditbeat System]", + "title": "Process OS Distribution [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -492,11 +492,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "Process OS Distribution [Auditbeat System]", + "title": "Process OS Distribution [Auditbeat System] ECS", "type": "pie" } }, - "id": "91708fd0-2862-11e9-97cb-474beda9f119", + "id": "91708fd0-2862-11e9-97cb-474beda9f119-ecs", "type": "visualization", "updated_at": "2019-02-04T09:52:22.349Z", "version": 1 @@ -541,7 +541,7 @@ } } }, - "title": "Process Event Histogram [Auditbeat System]", + "title": "Process Event Histogram [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -638,11 +638,11 @@ } ] }, - "title": "Process Event Histogram [Auditbeat System]", + "title": "Process Event Histogram [Auditbeat System] ECS", "type": "histogram" } }, - "id": "b1e2af00-2862-11e9-97cb-474beda9f119", + "id": "b1e2af00-2862-11e9-97cb-474beda9f119-ecs", "type": "visualization", "updated_at": "2019-02-04T09:53:16.784Z", "version": 1 @@ -687,7 +687,7 @@ } } }, - "title": "Process Names [Auditbeat System]", + "title": "Process Names [Auditbeat System] ECS", "uiStateJSON": { "vis": { "params": { @@ -737,11 +737,11 @@ }, "totalFunc": "sum" }, - "title": "Process Names [Auditbeat System]", + "title": "Process Names [Auditbeat System] ECS", "type": "table" } }, - "id": "f1d365a0-2862-11e9-97cb-474beda9f119", + "id": "f1d365a0-2862-11e9-97cb-474beda9f119-ecs", "type": "visualization", "updated_at": "2019-02-04T09:56:33.249Z", "version": 2 @@ -786,7 +786,7 @@ } } }, - "title": "Process Users [Auditbeat System]", + "title": "Process Users [Auditbeat System] ECS", "uiStateJSON": { "vis": { "params": { @@ -836,11 +836,11 @@ }, "totalFunc": "sum" }, - "title": "Process Users [Auditbeat System]", + "title": "Process Users [Auditbeat System] ECS", "type": "table" } }, - "id": "30936470-2863-11e9-97cb-474beda9f119", + "id": "30936470-2863-11e9-97cb-474beda9f119-ecs", "type": "visualization", "updated_at": "2019-02-04T09:56:49.335Z", "version": 1 @@ -857,21 +857,21 @@ } } }, - "title": "Dashboard Links [Auditbeat System]", + "title": "Dashboard Links [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { "aggs": [], "params": { "fontSize": 12, - "markdown": "**Dashboards**: [System Overview](#/dashboard/2be46cb0-27f2-11e9-89af-fd12d59dac90) | [Hosts](#/dashboard/dfe62590-18da-11e9-9094-c50574723088) | [Logins](#/dashboard/2a17f200-285e-11e9-805f-43bf57dfa519) | [Users](#/dashboard/ae96a660-2864-11e9-97cb-474beda9f119) | [Processes](#/dashboard/4c68f110-2863-11e9-97cb-474beda9f119) | [Sockets](#/dashboard/957a3ef0-2867-11e9-9d21-0be348776e6c) | [Packages](#/dashboard/137c52f0-286a-11e9-9d21-0be348776e6c)", + "markdown": "**Dashboards**: [System Overview](#/dashboard/2be46cb0-27f2-11e9-89af-fd12d59dac90-ecs) | [Hosts](#/dashboard/dfe62590-18da-11e9-9094-c50574723088-ecs) | [Logins](#/dashboard/2a17f200-285e-11e9-805f-43bf57dfa519-ecs) | [Users](#/dashboard/ae96a660-2864-11e9-97cb-474beda9f119-ecs) | [Processes](#/dashboard/4c68f110-2863-11e9-97cb-474beda9f119-ecs) | [Sockets](#/dashboard/957a3ef0-2867-11e9-9d21-0be348776e6c-ecs) | [Packages](#/dashboard/137c52f0-286a-11e9-9d21-0be348776e6c-ecs)", "openLinksInNewTab": false }, - "title": "Dashboard Links [Auditbeat System]", + "title": "Dashboard Links [Auditbeat System] ECS", "type": "markdown" } }, - "id": "4ccc5b50-27f6-11e9-89af-fd12d59dac90", + "id": "4ccc5b50-27f6-11e9-89af-fd12d59dac90-ecs", "type": "visualization", "updated_at": "2019-02-04T11:37:25.234Z", "version": 3 @@ -904,7 +904,7 @@ "x": 0, "y": 4 }, - "id": "bb0d1870-27f1-11e9-89af-fd12d59dac90", + "id": "bb0d1870-27f1-11e9-89af-fd12d59dac90-ecs", "panelIndex": "1", "type": "visualization", "version": "7.0.0" @@ -918,7 +918,7 @@ "x": 11, "y": 4 }, - "id": "0db90830-27fd-11e9-89af-fd12d59dac90", + "id": "0db90830-27fd-11e9-89af-fd12d59dac90-ecs", "panelIndex": "2", "type": "visualization", "version": "7.0.0" @@ -932,7 +932,7 @@ "x": 22, "y": 4 }, - "id": "b885dae0-27fd-11e9-89af-fd12d59dac90", + "id": "b885dae0-27fd-11e9-89af-fd12d59dac90-ecs", "panelIndex": "3", "type": "visualization", "version": "7.0.0" @@ -946,7 +946,7 @@ "x": 0, "y": 38 }, - "id": "0f9611b0-2862-11e9-97cb-474beda9f119", + "id": "0f9611b0-2862-11e9-97cb-474beda9f119-ecs", "panelIndex": "4", "type": "search", "version": "7.0.0" @@ -960,7 +960,7 @@ "x": 33, "y": 4 }, - "id": "91708fd0-2862-11e9-97cb-474beda9f119", + "id": "91708fd0-2862-11e9-97cb-474beda9f119-ecs", "panelIndex": "5", "type": "visualization", "version": "7.0.0" @@ -974,7 +974,7 @@ "x": 0, "y": 29 }, - "id": "b1e2af00-2862-11e9-97cb-474beda9f119", + "id": "b1e2af00-2862-11e9-97cb-474beda9f119-ecs", "panelIndex": "6", "type": "visualization", "version": "7.0.0" @@ -988,7 +988,7 @@ "x": 0, "y": 14 }, - "id": "f1d365a0-2862-11e9-97cb-474beda9f119", + "id": "f1d365a0-2862-11e9-97cb-474beda9f119-ecs", "panelIndex": "7", "type": "visualization", "version": "7.0.0" @@ -1002,7 +1002,7 @@ "x": 24, "y": 14 }, - "id": "30936470-2863-11e9-97cb-474beda9f119", + "id": "30936470-2863-11e9-97cb-474beda9f119-ecs", "panelIndex": "8", "type": "visualization", "version": "7.0.0" @@ -1016,17 +1016,17 @@ "x": 0, "y": 0 }, - "id": "4ccc5b50-27f6-11e9-89af-fd12d59dac90", + "id": "4ccc5b50-27f6-11e9-89af-fd12d59dac90-ecs", "panelIndex": "9", "type": "visualization", "version": "7.0.0" } ], "timeRestore": false, - "title": "[Auditbeat System] Process Dashboard", + "title": "[Auditbeat System] Process Dashboard ECS", "version": 1 }, - "id": "4c68f110-2863-11e9-97cb-474beda9f119", + "id": "4c68f110-2863-11e9-97cb-474beda9f119-ecs", "type": "dashboard", "updated_at": "2019-02-04T10:13:58.155Z", "version": 2 diff --git a/x-pack/auditbeat/module/system/_meta/kibana/7/dashboard/auditbeat-system-socket-dashboard.json b/x-pack/auditbeat/module/system/_meta/kibana/7/dashboard/auditbeat-system-socket-dashboard.json index 2ecb25fd700..5e5453ac6e0 100644 --- a/x-pack/auditbeat/module/system/_meta/kibana/7/dashboard/auditbeat-system-socket-dashboard.json +++ b/x-pack/auditbeat/module/system/_meta/kibana/7/dashboard/auditbeat-system-socket-dashboard.json @@ -12,21 +12,21 @@ } } }, - "title": "Dashboard Links [Auditbeat System]", + "title": "Dashboard Links [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { "aggs": [], "params": { "fontSize": 12, - "markdown": "**Dashboards**: [System Overview](#/dashboard/2be46cb0-27f2-11e9-89af-fd12d59dac90) | [Hosts](#/dashboard/dfe62590-18da-11e9-9094-c50574723088) | [Logins](#/dashboard/2a17f200-285e-11e9-805f-43bf57dfa519) | [Users](#/dashboard/ae96a660-2864-11e9-97cb-474beda9f119) | [Processes](#/dashboard/4c68f110-2863-11e9-97cb-474beda9f119) | [Sockets](#/dashboard/957a3ef0-2867-11e9-9d21-0be348776e6c) | [Packages](#/dashboard/137c52f0-286a-11e9-9d21-0be348776e6c)", + "markdown": "**Dashboards**: [System Overview](#/dashboard/2be46cb0-27f2-11e9-89af-fd12d59dac90-ecs) | [Hosts](#/dashboard/dfe62590-18da-11e9-9094-c50574723088-ecs) | [Logins](#/dashboard/2a17f200-285e-11e9-805f-43bf57dfa519-ecs) | [Users](#/dashboard/ae96a660-2864-11e9-97cb-474beda9f119-ecs) | [Processes](#/dashboard/4c68f110-2863-11e9-97cb-474beda9f119-ecs) | [Sockets](#/dashboard/957a3ef0-2867-11e9-9d21-0be348776e6c-ecs) | [Packages](#/dashboard/137c52f0-286a-11e9-9d21-0be348776e6c-ecs)", "openLinksInNewTab": false }, - "title": "Dashboard Links [Auditbeat System]", + "title": "Dashboard Links [Auditbeat System] ECS", "type": "markdown" } }, - "id": "4ccc5b50-27f6-11e9-89af-fd12d59dac90", + "id": "4ccc5b50-27f6-11e9-89af-fd12d59dac90-ecs", "type": "visualization", "updated_at": "2019-02-04T11:37:25.234Z", "version": 3 @@ -71,7 +71,7 @@ } } }, - "title": "Socket Count [Auditbeat System]", + "title": "Socket Count [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -115,11 +115,11 @@ }, "type": "metric" }, - "title": "Socket Count [Auditbeat System]", + "title": "Socket Count [Auditbeat System] ECS", "type": "metric" } }, - "id": "7323dd90-27f2-11e9-89af-fd12d59dac90", + "id": "7323dd90-27f2-11e9-89af-fd12d59dac90-ecs", "type": "visualization", "updated_at": "2019-02-03T20:29:47.881Z", "version": 1 @@ -190,7 +190,7 @@ } } }, - "title": "Sockets Opened [Auditbeat System]", + "title": "Sockets Opened [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -233,11 +233,11 @@ }, "type": "metric" }, - "title": "Sockets Opened [Auditbeat System]", + "title": "Sockets Opened [Auditbeat System] ECS", "type": "metric" } }, - "id": "295905e0-27fd-11e9-89af-fd12d59dac90", + "id": "295905e0-27fd-11e9-89af-fd12d59dac90-ecs", "type": "visualization", "updated_at": "2019-02-03T21:47:58.605Z", "version": 2 @@ -308,7 +308,7 @@ } } }, - "title": "Sockets Closed [Auditbeat System]", + "title": "Sockets Closed [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -351,11 +351,11 @@ }, "type": "metric" }, - "title": "Sockets Closed [Auditbeat System]", + "title": "Sockets Closed [Auditbeat System] ECS", "type": "metric" } }, - "id": "82d46ec0-27fd-11e9-89af-fd12d59dac90", + "id": "82d46ec0-27fd-11e9-89af-fd12d59dac90-ecs", "type": "visualization", "updated_at": "2019-02-03T21:48:58.668Z", "version": 1 @@ -400,7 +400,7 @@ } } }, - "title": "Socket Types [Auditbeat System]", + "title": "Socket Types [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -442,11 +442,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "Socket Types [Auditbeat System]", + "title": "Socket Types [Auditbeat System] ECS", "type": "pie" } }, - "id": "eb2dbfd0-2866-11e9-9d21-0be348776e6c", + "id": "eb2dbfd0-2866-11e9-9d21-0be348776e6c-ecs", "type": "visualization", "updated_at": "2019-02-04T10:23:30.893Z", "version": 1 @@ -504,10 +504,10 @@ "@timestamp", "desc" ], - "title": "Socket Documents [Auditbeat System]", + "title": "Socket Documents [Auditbeat System] ECS", "version": 1 }, - "id": "3bfed610-2867-11e9-9d21-0be348776e6c", + "id": "3bfed610-2867-11e9-9d21-0be348776e6c-ecs", "type": "search", "updated_at": "2019-02-04T10:25:46.481Z", "version": 1 @@ -552,7 +552,7 @@ } } }, - "title": "Socket Document Histogram [Auditbeat System]", + "title": "Socket Document Histogram [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -649,11 +649,11 @@ } ] }, - "title": "Socket Document Histogram [Auditbeat System]", + "title": "Socket Document Histogram [Auditbeat System] ECS", "type": "histogram" } }, - "id": "536fa900-2867-11e9-9d21-0be348776e6c", + "id": "536fa900-2867-11e9-9d21-0be348776e6c-ecs", "type": "visualization", "updated_at": "2019-02-04T10:26:25.808Z", "version": 1 @@ -698,7 +698,7 @@ } } }, - "title": "Socket Users [Auditbeat System]", + "title": "Socket Users [Auditbeat System] ECS", "uiStateJSON": { "vis": { "params": { @@ -747,11 +747,11 @@ }, "totalFunc": "sum" }, - "title": "Socket Users [Auditbeat System]", + "title": "Socket Users [Auditbeat System] ECS", "type": "table" } }, - "id": "78391460-2867-11e9-9d21-0be348776e6c", + "id": "78391460-2867-11e9-9d21-0be348776e6c-ecs", "type": "visualization", "updated_at": "2019-02-04T10:27:27.526Z", "version": 1 @@ -796,7 +796,7 @@ } } }, - "title": "Destination Ports [Auditbeat System]", + "title": "Destination Ports [Auditbeat System] ECS", "uiStateJSON": { "vis": { "params": { @@ -845,11 +845,11 @@ }, "totalFunc": "sum" }, - "title": "Destination Ports [Auditbeat System]", + "title": "Destination Ports [Auditbeat System] ECS", "type": "table" } }, - "id": "1771daa0-286b-11e9-9d21-0be348776e6c", + "id": "1771daa0-286b-11e9-9d21-0be348776e6c-ecs", "type": "visualization", "updated_at": "2019-02-04T10:56:23.379Z", "version": 3 @@ -894,7 +894,7 @@ } } }, - "title": "Socket Source IPs [Auditbeat System]", + "title": "Socket Source IPs [Auditbeat System] ECS", "uiStateJSON": { "vis": { "params": { @@ -943,11 +943,11 @@ }, "totalFunc": "sum" }, - "title": "Socket Source IPs [Auditbeat System]", + "title": "Socket Source IPs [Auditbeat System] ECS", "type": "table" } }, - "id": "b899a700-286b-11e9-9d21-0be348776e6c", + "id": "b899a700-286b-11e9-9d21-0be348776e6c-ecs", "type": "visualization", "updated_at": "2019-02-04T10:57:53.520Z", "version": 1 @@ -992,7 +992,7 @@ } } }, - "title": "Socket Destination IPs [Auditbeat System]", + "title": "Socket Destination IPs [Auditbeat System] ECS", "uiStateJSON": { "vis": { "params": { @@ -1041,11 +1041,11 @@ }, "totalFunc": "sum" }, - "title": "Socket Destination IPs [Auditbeat System]", + "title": "Socket Destination IPs [Auditbeat System] ECS", "type": "table" } }, - "id": "d32c0540-286b-11e9-9d21-0be348776e6c", + "id": "d32c0540-286b-11e9-9d21-0be348776e6c-ecs", "type": "visualization", "updated_at": "2019-02-04T10:58:38.100Z", "version": 1 @@ -1078,7 +1078,7 @@ "x": 0, "y": 0 }, - "id": "4ccc5b50-27f6-11e9-89af-fd12d59dac90", + "id": "4ccc5b50-27f6-11e9-89af-fd12d59dac90-ecs", "panelIndex": "1", "type": "visualization", "version": "7.0.0" @@ -1092,7 +1092,7 @@ "x": 0, "y": 4 }, - "id": "7323dd90-27f2-11e9-89af-fd12d59dac90", + "id": "7323dd90-27f2-11e9-89af-fd12d59dac90-ecs", "panelIndex": "2", "type": "visualization", "version": "7.0.0" @@ -1106,7 +1106,7 @@ "x": 5, "y": 4 }, - "id": "295905e0-27fd-11e9-89af-fd12d59dac90", + "id": "295905e0-27fd-11e9-89af-fd12d59dac90-ecs", "panelIndex": "3", "type": "visualization", "version": "7.0.0" @@ -1120,7 +1120,7 @@ "x": 10, "y": 4 }, - "id": "82d46ec0-27fd-11e9-89af-fd12d59dac90", + "id": "82d46ec0-27fd-11e9-89af-fd12d59dac90-ecs", "panelIndex": "4", "type": "visualization", "version": "7.0.0" @@ -1134,7 +1134,7 @@ "x": 15, "y": 4 }, - "id": "eb2dbfd0-2866-11e9-9d21-0be348776e6c", + "id": "eb2dbfd0-2866-11e9-9d21-0be348776e6c-ecs", "panelIndex": "5", "type": "visualization", "version": "7.0.0" @@ -1148,7 +1148,7 @@ "x": 0, "y": 23 }, - "id": "3bfed610-2867-11e9-9d21-0be348776e6c", + "id": "3bfed610-2867-11e9-9d21-0be348776e6c-ecs", "panelIndex": "6", "type": "search", "version": "7.0.0" @@ -1162,7 +1162,7 @@ "x": 0, "y": 15 }, - "id": "536fa900-2867-11e9-9d21-0be348776e6c", + "id": "536fa900-2867-11e9-9d21-0be348776e6c-ecs", "panelIndex": "7", "type": "visualization", "version": "7.0.0" @@ -1176,7 +1176,7 @@ "x": 42, "y": 4 }, - "id": "78391460-2867-11e9-9d21-0be348776e6c", + "id": "78391460-2867-11e9-9d21-0be348776e6c-ecs", "panelIndex": "8", "type": "visualization", "version": "7.0.0" @@ -1190,7 +1190,7 @@ "x": 36, "y": 4 }, - "id": "1771daa0-286b-11e9-9d21-0be348776e6c", + "id": "1771daa0-286b-11e9-9d21-0be348776e6c-ecs", "panelIndex": "9", "type": "visualization", "version": "7.0.0" @@ -1204,7 +1204,7 @@ "x": 24, "y": 4 }, - "id": "b899a700-286b-11e9-9d21-0be348776e6c", + "id": "b899a700-286b-11e9-9d21-0be348776e6c-ecs", "panelIndex": "10", "type": "visualization", "version": "7.0.0" @@ -1218,17 +1218,17 @@ "x": 30, "y": 4 }, - "id": "d32c0540-286b-11e9-9d21-0be348776e6c", + "id": "d32c0540-286b-11e9-9d21-0be348776e6c-ecs", "panelIndex": "11", "type": "visualization", "version": "7.0.0" } ], "timeRestore": false, - "title": "[Auditbeat System] Socket Dashboard", + "title": "[Auditbeat System] Socket Dashboard ECS", "version": 1 }, - "id": "957a3ef0-2867-11e9-9d21-0be348776e6c", + "id": "957a3ef0-2867-11e9-9d21-0be348776e6c-ecs", "type": "dashboard", "updated_at": "2019-02-04T11:01:23.746Z", "version": 3 diff --git a/x-pack/auditbeat/module/system/_meta/kibana/7/dashboard/auditbeat-system-user-dashboard.json b/x-pack/auditbeat/module/system/_meta/kibana/7/dashboard/auditbeat-system-user-dashboard.json index 47efcb20e9f..b1da37ad033 100644 --- a/x-pack/auditbeat/module/system/_meta/kibana/7/dashboard/auditbeat-system-user-dashboard.json +++ b/x-pack/auditbeat/module/system/_meta/kibana/7/dashboard/auditbeat-system-user-dashboard.json @@ -40,7 +40,7 @@ } } }, - "title": "User Count [Auditbeat System]", + "title": "User Count [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -84,11 +84,11 @@ }, "type": "metric" }, - "title": "User Count [Auditbeat System]", + "title": "User Count [Auditbeat System] ECS", "type": "metric" } }, - "id": "e9225120-27f2-11e9-89af-fd12d59dac90", + "id": "e9225120-27f2-11e9-89af-fd12d59dac90-ecs", "type": "visualization", "updated_at": "2019-02-03T20:35:48.640Z", "version": 2 @@ -159,7 +159,7 @@ } } }, - "title": "User Changes [Auditbeat System]", + "title": "User Changes [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -202,11 +202,11 @@ }, "type": "metric" }, - "title": "User Changes [Auditbeat System]", + "title": "User Changes [Auditbeat System] ECS", "type": "metric" } }, - "id": "00fa0d20-27fc-11e9-89af-fd12d59dac90", + "id": "00fa0d20-27fc-11e9-89af-fd12d59dac90-ecs", "type": "visualization", "updated_at": "2019-02-03T21:38:11.314Z", "version": 1 @@ -277,7 +277,7 @@ } } }, - "title": "User Change Actions [Auditbeat System]", + "title": "User Change Actions [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -319,11 +319,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "User Change Actions [Auditbeat System]", + "title": "User Change Actions [Auditbeat System] ECS", "type": "pie" } }, - "id": "dc514de0-2863-11e9-97cb-474beda9f119", + "id": "dc514de0-2863-11e9-97cb-474beda9f119-ecs", "type": "visualization", "updated_at": "2019-02-04T10:01:37.470Z", "version": 1 @@ -368,7 +368,7 @@ } } }, - "title": "Password Types [Auditbeat System]", + "title": "Password Types [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -410,11 +410,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "Password Types [Auditbeat System]", + "title": "Password Types [Auditbeat System] ECS", "type": "pie" } }, - "id": "0bf8b4c0-2864-11e9-97cb-474beda9f119", + "id": "0bf8b4c0-2864-11e9-97cb-474beda9f119-ecs", "type": "visualization", "updated_at": "2019-02-04T10:02:57.420Z", "version": 1 @@ -459,7 +459,7 @@ } } }, - "title": "User Documents Histogram [Auditbeat System]", + "title": "User Documents Histogram [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -556,11 +556,11 @@ } ] }, - "title": "User Documents Histogram [Auditbeat System]", + "title": "User Documents Histogram [Auditbeat System] ECS", "type": "histogram" } }, - "id": "30f4eff0-2864-11e9-97cb-474beda9f119", + "id": "30f4eff0-2864-11e9-97cb-474beda9f119-ecs", "type": "visualization", "updated_at": "2019-02-04T10:03:59.471Z", "version": 1 @@ -618,10 +618,10 @@ "@timestamp", "desc" ], - "title": "User Documents [Auditbeat System]", + "title": "User Documents [Auditbeat System] ECS", "version": 1 }, - "id": "658a3db0-2864-11e9-97cb-474beda9f119", + "id": "658a3db0-2864-11e9-97cb-474beda9f119-ecs", "type": "search", "updated_at": "2019-02-04T10:05:27.691Z", "version": 1 @@ -666,7 +666,7 @@ } } }, - "title": "User OS Distribution [Auditbeat System]", + "title": "User OS Distribution [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -727,11 +727,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "User OS Distribution [Auditbeat System]", + "title": "User OS Distribution [Auditbeat System] ECS", "type": "pie" } }, - "id": "7f480de0-2864-11e9-97cb-474beda9f119", + "id": "7f480de0-2864-11e9-97cb-474beda9f119-ecs", "type": "visualization", "updated_at": "2019-02-04T10:06:10.878Z", "version": 1 @@ -748,21 +748,21 @@ } } }, - "title": "Dashboard Links [Auditbeat System]", + "title": "Dashboard Links [Auditbeat System] ECS", "uiStateJSON": {}, "version": 1, "visState": { "aggs": [], "params": { "fontSize": 12, - "markdown": "**Dashboards**: [System Overview](#/dashboard/2be46cb0-27f2-11e9-89af-fd12d59dac90) | [Hosts](#/dashboard/dfe62590-18da-11e9-9094-c50574723088) | [Logins](#/dashboard/2a17f200-285e-11e9-805f-43bf57dfa519) | [Users](#/dashboard/ae96a660-2864-11e9-97cb-474beda9f119) | [Processes](#/dashboard/4c68f110-2863-11e9-97cb-474beda9f119) | [Sockets](#/dashboard/957a3ef0-2867-11e9-9d21-0be348776e6c) | [Packages](#/dashboard/137c52f0-286a-11e9-9d21-0be348776e6c)", + "markdown": "**Dashboards**: [System Overview](#/dashboard/2be46cb0-27f2-11e9-89af-fd12d59dac90-ecs) | [Hosts](#/dashboard/dfe62590-18da-11e9-9094-c50574723088-ecs) | [Logins](#/dashboard/2a17f200-285e-11e9-805f-43bf57dfa519-ecs) | [Users](#/dashboard/ae96a660-2864-11e9-97cb-474beda9f119-ecs) | [Processes](#/dashboard/4c68f110-2863-11e9-97cb-474beda9f119-ecs) | [Sockets](#/dashboard/957a3ef0-2867-11e9-9d21-0be348776e6c-ecs) | [Packages](#/dashboard/137c52f0-286a-11e9-9d21-0be348776e6c-ecs)", "openLinksInNewTab": false }, - "title": "Dashboard Links [Auditbeat System]", + "title": "Dashboard Links [Auditbeat System] ECS", "type": "markdown" } }, - "id": "4ccc5b50-27f6-11e9-89af-fd12d59dac90", + "id": "4ccc5b50-27f6-11e9-89af-fd12d59dac90-ecs", "type": "visualization", "updated_at": "2019-02-04T11:37:25.234Z", "version": 3 @@ -795,7 +795,7 @@ "x": 0, "y": 4 }, - "id": "e9225120-27f2-11e9-89af-fd12d59dac90", + "id": "e9225120-27f2-11e9-89af-fd12d59dac90-ecs", "panelIndex": "1", "type": "visualization", "version": "7.0.0" @@ -809,7 +809,7 @@ "x": 8, "y": 4 }, - "id": "00fa0d20-27fc-11e9-89af-fd12d59dac90", + "id": "00fa0d20-27fc-11e9-89af-fd12d59dac90-ecs", "panelIndex": "2", "type": "visualization", "version": "7.0.0" @@ -823,7 +823,7 @@ "x": 26, "y": 4 }, - "id": "dc514de0-2863-11e9-97cb-474beda9f119", + "id": "dc514de0-2863-11e9-97cb-474beda9f119-ecs", "panelIndex": "3", "type": "visualization", "version": "7.0.0" @@ -837,7 +837,7 @@ "x": 37, "y": 4 }, - "id": "0bf8b4c0-2864-11e9-97cb-474beda9f119", + "id": "0bf8b4c0-2864-11e9-97cb-474beda9f119-ecs", "panelIndex": "4", "type": "visualization", "version": "7.0.0" @@ -851,7 +851,7 @@ "x": 0, "y": 14 }, - "id": "30f4eff0-2864-11e9-97cb-474beda9f119", + "id": "30f4eff0-2864-11e9-97cb-474beda9f119-ecs", "panelIndex": "5", "type": "visualization", "version": "7.0.0" @@ -865,7 +865,7 @@ "x": 0, "y": 23 }, - "id": "658a3db0-2864-11e9-97cb-474beda9f119", + "id": "658a3db0-2864-11e9-97cb-474beda9f119-ecs", "panelIndex": "6", "type": "search", "version": "7.0.0" @@ -879,7 +879,7 @@ "x": 16, "y": 4 }, - "id": "7f480de0-2864-11e9-97cb-474beda9f119", + "id": "7f480de0-2864-11e9-97cb-474beda9f119-ecs", "panelIndex": "7", "type": "visualization", "version": "7.0.0" @@ -893,17 +893,17 @@ "x": 0, "y": 0 }, - "id": "4ccc5b50-27f6-11e9-89af-fd12d59dac90", + "id": "4ccc5b50-27f6-11e9-89af-fd12d59dac90-ecs", "panelIndex": "8", "type": "visualization", "version": "7.0.0" } ], "timeRestore": false, - "title": "[Auditbeat System] User Dashboard", + "title": "[Auditbeat System] User Dashboard ECS", "version": 1 }, - "id": "ae96a660-2864-11e9-97cb-474beda9f119", + "id": "ae96a660-2864-11e9-97cb-474beda9f119-ecs", "type": "dashboard", "updated_at": "2019-02-04T11:02:23.820Z", "version": 3 diff --git a/x-pack/filebeat/module/iptables/_meta/kibana/7/dashboard/Filebeat-Iptables-Overview.json b/x-pack/filebeat/module/iptables/_meta/kibana/7/dashboard/Filebeat-Iptables-Overview.json index e10f783d764..066c8f16221 100644 --- a/x-pack/filebeat/module/iptables/_meta/kibana/7/dashboard/Filebeat-Iptables-Overview.json +++ b/x-pack/filebeat/module/iptables/_meta/kibana/7/dashboard/Filebeat-Iptables-Overview.json @@ -12,8 +12,8 @@ } } }, - "savedSearchId": "b3f1b010-1f26-11e9-8ec4-cf5d91a864b3", - "title": "Events Timeline [Filebeat Iptables]", + "savedSearchId": "b3f1b010-1f26-11e9-8ec4-cf5d91a864b3-ecs", + "title": "Events Timeline [Filebeat Iptables] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -111,11 +111,11 @@ } ] }, - "title": "Events Timeline [Filebeat Iptables]", + "title": "Events Timeline [Filebeat Iptables] ECS", "type": "area" } }, - "id": "4c913eb0-1f51-11e9-93ed-f7e068f4aebb", + "id": "4c913eb0-1f51-11e9-93ed-f7e068f4aebb-ecs", "type": "visualization", "updated_at": "2019-01-23T20:56:04.891Z", "version": 1 @@ -132,8 +132,8 @@ } } }, - "savedSearchId": "b3f1b010-1f26-11e9-8ec4-cf5d91a864b3", - "title": "Top Source Countries [Filebeat Iptables]", + "savedSearchId": "b3f1b010-1f26-11e9-8ec4-cf5d91a864b3-ecs", + "title": "Top Source Countries [Filebeat Iptables] ECS", "uiStateJSON": { "vis": { "params": { @@ -183,11 +183,11 @@ }, "totalFunc": "sum" }, - "title": "Top Source Countries [Filebeat Iptables]", + "title": "Top Source Countries [Filebeat Iptables] ECS", "type": "table" } }, - "id": "2599f5e0-1e98-11e9-8ec4-cf5d91a864b3", + "id": "2599f5e0-1e98-11e9-8ec4-cf5d91a864b3-ecs", "type": "visualization", "updated_at": "2019-01-23T20:51:02.293Z", "version": 1 @@ -204,8 +204,8 @@ } } }, - "savedSearchId": "b3f1b010-1f26-11e9-8ec4-cf5d91a864b3", - "title": "Source Map [Filebeat Iptables]", + "savedSearchId": "b3f1b010-1f26-11e9-8ec4-cf5d91a864b3-ecs", + "title": "Source Map [Filebeat Iptables] ECS", "uiStateJSON": { "mapCenter": [ 45.02695045318546, @@ -269,11 +269,11 @@ } } }, - "title": "Source Map [Filebeat Iptables]", + "title": "Source Map [Filebeat Iptables] ECS", "type": "tile_map" } }, - "id": "c4394ec0-1efd-11e9-8ec4-cf5d91a864b3", + "id": "c4394ec0-1efd-11e9-8ec4-cf5d91a864b3-ecs", "type": "visualization", "updated_at": "2019-01-23T20:51:02.293Z", "version": 1 @@ -290,8 +290,8 @@ } } }, - "savedSearchId": "b3f1b010-1f26-11e9-8ec4-cf5d91a864b3", - "title": "Destination Map [Filebeat Iptables]", + "savedSearchId": "b3f1b010-1f26-11e9-8ec4-cf5d91a864b3-ecs", + "title": "Destination Map [Filebeat Iptables] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -349,11 +349,11 @@ } } }, - "title": "Destination Map [Filebeat Iptables]", + "title": "Destination Map [Filebeat Iptables] ECS", "type": "tile_map" } }, - "id": "d8cea010-1efd-11e9-8ec4-cf5d91a864b3", + "id": "d8cea010-1efd-11e9-8ec4-cf5d91a864b3-ecs", "type": "visualization", "updated_at": "2019-01-23T20:51:02.293Z", "version": 1 @@ -370,8 +370,8 @@ } } }, - "savedSearchId": "b3f1b010-1f26-11e9-8ec4-cf5d91a864b3", - "title": "Network Type Breakdown [Filebeat Iptables]", + "savedSearchId": "b3f1b010-1f26-11e9-8ec4-cf5d91a864b3-ecs", + "title": "Network Type Breakdown [Filebeat Iptables] ECS", "uiStateJSON": { "vis": { "legendOpen": false @@ -417,11 +417,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "Network Type Breakdown [Filebeat Iptables]", + "title": "Network Type Breakdown [Filebeat Iptables] ECS", "type": "pie" } }, - "id": "b57b7370-1f1d-11e9-8ec4-cf5d91a864b3", + "id": "b57b7370-1f1d-11e9-8ec4-cf5d91a864b3-ecs", "type": "visualization", "updated_at": "2019-01-23T20:51:02.293Z", "version": 1 @@ -438,8 +438,8 @@ } } }, - "savedSearchId": "b3f1b010-1f26-11e9-8ec4-cf5d91a864b3", - "title": "Network Transport Breakdown [Filebeat Iptables]", + "savedSearchId": "b3f1b010-1f26-11e9-8ec4-cf5d91a864b3-ecs", + "title": "Network Transport Breakdown [Filebeat Iptables] ECS", "uiStateJSON": { "vis": { "legendOpen": false @@ -485,11 +485,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "Network Transport Breakdown [Filebeat Iptables]", + "title": "Network Transport Breakdown [Filebeat Iptables] ECS", "type": "pie" } }, - "id": "35fe0910-1f26-11e9-8ec4-cf5d91a864b3", + "id": "35fe0910-1f26-11e9-8ec4-cf5d91a864b3-ecs", "type": "visualization", "updated_at": "2019-01-23T20:51:02.293Z", "version": 1 @@ -506,8 +506,8 @@ } } }, - "savedSearchId": "b3f1b010-1f26-11e9-8ec4-cf5d91a864b3", - "title": "Top Destination Ports [Filebeat Iptables]", + "savedSearchId": "b3f1b010-1f26-11e9-8ec4-cf5d91a864b3-ecs", + "title": "Top Destination Ports [Filebeat Iptables] ECS", "uiStateJSON": { "vis": { "params": { @@ -557,11 +557,11 @@ }, "totalFunc": "sum" }, - "title": "Top Destination Ports [Filebeat Iptables]", + "title": "Top Destination Ports [Filebeat Iptables] ECS", "type": "table" } }, - "id": "683402b0-1f29-11e9-8ec4-cf5d91a864b3", + "id": "683402b0-1f29-11e9-8ec4-cf5d91a864b3-ecs", "type": "visualization", "updated_at": "2019-01-23T20:51:02.293Z", "version": 1 @@ -589,10 +589,10 @@ "@timestamp", "desc" ], - "title": "Events Search [Filebeat Iptables]", + "title": "Events Search [Filebeat Iptables] ECS", "version": 1 }, - "id": "b3f1b010-1f26-11e9-8ec4-cf5d91a864b3", + "id": "b3f1b010-1f26-11e9-8ec4-cf5d91a864b3-ecs", "type": "search", "updated_at": "2019-01-23T20:51:02.293Z", "version": 1 @@ -629,7 +629,7 @@ "x": 0, "y": 0 }, - "id": "4c913eb0-1f51-11e9-93ed-f7e068f4aebb", + "id": "4c913eb0-1f51-11e9-93ed-f7e068f4aebb-ecs", "panelIndex": "1", "type": "visualization", "version": "6.6.0" @@ -643,7 +643,7 @@ "x": 37, "y": 0 }, - "id": "2599f5e0-1e98-11e9-8ec4-cf5d91a864b3", + "id": "2599f5e0-1e98-11e9-8ec4-cf5d91a864b3-ecs", "panelIndex": "2", "type": "visualization", "version": "6.6.0" @@ -663,7 +663,7 @@ "x": 0, "y": 15 }, - "id": "c4394ec0-1efd-11e9-8ec4-cf5d91a864b3", + "id": "c4394ec0-1efd-11e9-8ec4-cf5d91a864b3-ecs", "panelIndex": "3", "type": "visualization", "version": "6.6.0" @@ -683,7 +683,7 @@ "x": 24, "y": 15 }, - "id": "d8cea010-1efd-11e9-8ec4-cf5d91a864b3", + "id": "d8cea010-1efd-11e9-8ec4-cf5d91a864b3-ecs", "panelIndex": "4", "type": "visualization", "version": "6.6.0" @@ -697,7 +697,7 @@ "x": 0, "y": 30 }, - "id": "b57b7370-1f1d-11e9-8ec4-cf5d91a864b3", + "id": "b57b7370-1f1d-11e9-8ec4-cf5d91a864b3-ecs", "panelIndex": "5", "type": "visualization", "version": "6.6.0" @@ -711,7 +711,7 @@ "x": 19, "y": 30 }, - "id": "35fe0910-1f26-11e9-8ec4-cf5d91a864b3", + "id": "35fe0910-1f26-11e9-8ec4-cf5d91a864b3-ecs", "panelIndex": "6", "type": "visualization", "version": "6.6.0" @@ -725,7 +725,7 @@ "x": 37, "y": 30 }, - "id": "683402b0-1f29-11e9-8ec4-cf5d91a864b3", + "id": "683402b0-1f29-11e9-8ec4-cf5d91a864b3-ecs", "panelIndex": "7", "type": "visualization", "version": "6.6.0" @@ -739,17 +739,17 @@ "x": 0, "y": 45 }, - "id": "b3f1b010-1f26-11e9-8ec4-cf5d91a864b3", + "id": "b3f1b010-1f26-11e9-8ec4-cf5d91a864b3-ecs", "panelIndex": "8", "type": "search", "version": "6.6.0" } ], "timeRestore": false, - "title": "[Filebeat Iptables] Overview", + "title": "[Filebeat Iptables] Overview ECS", "version": 1 }, - "id": "ceefb9e0-1f51-11e9-93ed-f7e068f4aebb", + "id": "ceefb9e0-1f51-11e9-93ed-f7e068f4aebb-ecs", "type": "dashboard", "updated_at": "2019-01-23T20:59:43.614Z", "version": 1 diff --git a/x-pack/filebeat/module/iptables/_meta/kibana/7/dashboard/Filebeat-Iptables-Ubiquiti-Firewall-Overview.json b/x-pack/filebeat/module/iptables/_meta/kibana/7/dashboard/Filebeat-Iptables-Ubiquiti-Firewall-Overview.json index 000a1bdcd93..94b0e96fab8 100644 --- a/x-pack/filebeat/module/iptables/_meta/kibana/7/dashboard/Filebeat-Iptables-Ubiquiti-Firewall-Overview.json +++ b/x-pack/filebeat/module/iptables/_meta/kibana/7/dashboard/Filebeat-Iptables-Ubiquiti-Firewall-Overview.json @@ -12,8 +12,8 @@ } } }, - "savedSearchId": "c4e80aa0-1fd4-11e9-ae2a-939083c6a64e", - "title": "Ubiquiti Firewall Event Timeline [Filebeat Iptables]", + "savedSearchId": "c4e80aa0-1fd4-11e9-ae2a-939083c6a64e-ecs", + "title": "Ubiquiti Firewall Event Timeline [Filebeat Iptables] ECS", "uiStateJSON": { "vis": { "colors": { @@ -138,11 +138,11 @@ } ] }, - "title": "Ubiquiti Firewall Event Timeline [Filebeat Iptables]", + "title": "Ubiquiti Firewall Event Timeline [Filebeat Iptables] ECS", "type": "histogram" } }, - "id": "758b3620-1fda-11e9-ae2a-939083c6a64e", + "id": "758b3620-1fda-11e9-ae2a-939083c6a64e-ecs", "type": "visualization", "updated_at": "2019-01-24T16:37:11.788Z", "version": 2 @@ -159,8 +159,8 @@ } } }, - "savedSearchId": "9f7d97c0-1fe9-11e9-ae2a-939083c6a64e", - "title": "Ubiquiti Firewall Top Blocked IPs [Filebeat Iptables]", + "savedSearchId": "9f7d97c0-1fe9-11e9-ae2a-939083c6a64e-ecs", + "title": "Ubiquiti Firewall Top Blocked IPs [Filebeat Iptables] ECS", "uiStateJSON": { "vis": { "params": { @@ -210,11 +210,11 @@ }, "totalFunc": "sum" }, - "title": "Ubiquiti Firewall Top Blocked IPs [Filebeat Iptables]", + "title": "Ubiquiti Firewall Top Blocked IPs [Filebeat Iptables] ECS", "type": "table" } }, - "id": "1ba82fd0-1ff0-11e9-ae2a-939083c6a64e", + "id": "1ba82fd0-1ff0-11e9-ae2a-939083c6a64e-ecs", "type": "visualization", "updated_at": "2019-01-24T16:06:20.635Z", "version": 2 @@ -231,8 +231,8 @@ } } }, - "savedSearchId": "7862cab0-1fdb-11e9-ae2a-939083c6a64e", - "title": "Ubiquiti Firewall Allowed Traffic Map [Filebeat Iptables]", + "savedSearchId": "7862cab0-1fdb-11e9-ae2a-939083c6a64e-ecs", + "title": "Ubiquiti Firewall Allowed Traffic Map [Filebeat Iptables] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -290,11 +290,11 @@ } } }, - "title": "Ubiquiti Firewall Allowed Traffic Map [Filebeat Iptables]", + "title": "Ubiquiti Firewall Allowed Traffic Map [Filebeat Iptables] ECS", "type": "tile_map" } }, - "id": "5bd53050-1fe9-11e9-ae2a-939083c6a64e", + "id": "5bd53050-1fe9-11e9-ae2a-939083c6a64e-ecs", "type": "visualization", "updated_at": "2019-01-24T15:04:34.005Z", "version": 1 @@ -311,8 +311,8 @@ } } }, - "savedSearchId": "9f7d97c0-1fe9-11e9-ae2a-939083c6a64e", - "title": "Ubiquiti Firewall Blocked Traffic Map [Filebeat Iptables]", + "savedSearchId": "9f7d97c0-1fe9-11e9-ae2a-939083c6a64e-ecs", + "title": "Ubiquiti Firewall Blocked Traffic Map [Filebeat Iptables] ECS", "uiStateJSON": { "mapCenter": [ 19.228176737766262, @@ -376,11 +376,11 @@ } } }, - "title": "Ubiquiti Firewall Blocked Traffic Map [Filebeat Iptables]", + "title": "Ubiquiti Firewall Blocked Traffic Map [Filebeat Iptables] ECS", "type": "tile_map" } }, - "id": "8853aa20-1fef-11e9-ae2a-939083c6a64e", + "id": "8853aa20-1fef-11e9-ae2a-939083c6a64e-ecs", "type": "visualization", "updated_at": "2019-01-24T15:50:31.689Z", "version": 2 @@ -397,8 +397,8 @@ } } }, - "savedSearchId": "c4e80aa0-1fd4-11e9-ae2a-939083c6a64e", - "title": "Ubiquiti Firewall Traffic Breakdown [Filebeat Iptables]", + "savedSearchId": "c4e80aa0-1fd4-11e9-ae2a-939083c6a64e-ecs", + "title": "Ubiquiti Firewall Traffic Breakdown [Filebeat Iptables] ECS", "uiStateJSON": { "vis": { "colors": { @@ -484,11 +484,11 @@ "legendPosition": "top", "type": "pie" }, - "title": "Ubiquiti Firewall Traffic Breakdown [Filebeat Iptables]", + "title": "Ubiquiti Firewall Traffic Breakdown [Filebeat Iptables] ECS", "type": "pie" } }, - "id": "fdea1ad0-1ff4-11e9-ae2a-939083c6a64e", + "id": "fdea1ad0-1ff4-11e9-ae2a-939083c6a64e-ecs", "type": "visualization", "updated_at": "2019-01-24T16:27:50.397Z", "version": 1 @@ -516,10 +516,10 @@ "@timestamp", "desc" ], - "title": "Ubiquiti Firewall Events [Filebeat Iptables]", + "title": "Ubiquiti Firewall Events [Filebeat Iptables] ECS", "version": 1 }, - "id": "c4e80aa0-1fd4-11e9-ae2a-939083c6a64e", + "id": "c4e80aa0-1fd4-11e9-ae2a-939083c6a64e-ecs", "type": "search", "updated_at": "2019-01-24T12:37:10.858Z", "version": 1 @@ -536,8 +536,8 @@ } } }, - "savedSearchId": "c4e80aa0-1fd4-11e9-ae2a-939083c6a64e", - "title": "Ubiquiti Firewall Traffic by Port [Filebeat Iptables]", + "savedSearchId": "c4e80aa0-1fd4-11e9-ae2a-939083c6a64e-ecs", + "title": "Ubiquiti Firewall Traffic by Port [Filebeat Iptables] ECS", "uiStateJSON": { "vis": { "params": { @@ -605,11 +605,11 @@ }, "totalFunc": "sum" }, - "title": "Ubiquiti Firewall Traffic by Port [Filebeat Iptables]", + "title": "Ubiquiti Firewall Traffic by Port [Filebeat Iptables] ECS", "type": "table" } }, - "id": "190bcb50-1ff6-11e9-ae2a-939083c6a64e", + "id": "190bcb50-1ff6-11e9-ae2a-939083c6a64e-ecs", "type": "visualization", "updated_at": "2019-01-24T16:35:45.413Z", "version": 1 @@ -637,10 +637,10 @@ "@timestamp", "desc" ], - "title": "Ubiquiti Firewall Blocked Events [Filebeat Iptables]", + "title": "Ubiquiti Firewall Blocked Events [Filebeat Iptables] ECS", "version": 1 }, - "id": "9f7d97c0-1fe9-11e9-ae2a-939083c6a64e", + "id": "9f7d97c0-1fe9-11e9-ae2a-939083c6a64e-ecs", "type": "search", "updated_at": "2019-01-24T15:35:33.942Z", "version": 2 @@ -668,10 +668,10 @@ "@timestamp", "desc" ], - "title": "Ubiquiti Firewall Allowed Events [Filebeat Iptables]", + "title": "Ubiquiti Firewall Allowed Events [Filebeat Iptables] ECS", "version": 1 }, - "id": "7862cab0-1fdb-11e9-ae2a-939083c6a64e", + "id": "7862cab0-1fdb-11e9-ae2a-939083c6a64e-ecs", "type": "search", "updated_at": "2019-01-24T15:04:12.010Z", "version": 3 @@ -712,7 +712,7 @@ "x": 0, "y": 0 }, - "id": "758b3620-1fda-11e9-ae2a-939083c6a64e", + "id": "758b3620-1fda-11e9-ae2a-939083c6a64e-ecs", "panelIndex": "1", "title": "Event Timeline", "type": "visualization", @@ -727,7 +727,7 @@ "x": 33, "y": 0 }, - "id": "1ba82fd0-1ff0-11e9-ae2a-939083c6a64e", + "id": "1ba82fd0-1ff0-11e9-ae2a-939083c6a64e-ecs", "panelIndex": "2", "title": "Top Blocked by source IP", "type": "visualization", @@ -748,7 +748,7 @@ "x": 0, "y": 15 }, - "id": "5bd53050-1fe9-11e9-ae2a-939083c6a64e", + "id": "5bd53050-1fe9-11e9-ae2a-939083c6a64e-ecs", "panelIndex": "3", "title": "Allowed Traffic Map", "type": "visualization", @@ -769,7 +769,7 @@ "x": 24, "y": 15 }, - "id": "8853aa20-1fef-11e9-ae2a-939083c6a64e", + "id": "8853aa20-1fef-11e9-ae2a-939083c6a64e-ecs", "panelIndex": "4", "title": "Blocked Traffic Map", "type": "visualization", @@ -797,7 +797,7 @@ "x": 0, "y": 30 }, - "id": "fdea1ad0-1ff4-11e9-ae2a-939083c6a64e", + "id": "fdea1ad0-1ff4-11e9-ae2a-939083c6a64e-ecs", "panelIndex": "5", "title": "Traffic Breakdown by Protocol", "type": "visualization", @@ -812,7 +812,7 @@ "x": 0, "y": 48 }, - "id": "c4e80aa0-1fd4-11e9-ae2a-939083c6a64e", + "id": "c4e80aa0-1fd4-11e9-ae2a-939083c6a64e-ecs", "panelIndex": "6", "title": "Event View", "type": "search", @@ -827,7 +827,7 @@ "x": 24, "y": 30 }, - "id": "190bcb50-1ff6-11e9-ae2a-939083c6a64e", + "id": "190bcb50-1ff6-11e9-ae2a-939083c6a64e-ecs", "panelIndex": "7", "title": "Traffic Breakdown by Port", "type": "visualization", @@ -835,10 +835,10 @@ } ], "timeRestore": false, - "title": "[Filebeat Iptables] Ubiquiti Firewall Overview", + "title": "[Filebeat Iptables] Ubiquiti Firewall Overview ECS", "version": 1 }, - "id": "d39f0980-1ff3-11e9-ae2a-939083c6a64e", + "id": "d39f0980-1ff3-11e9-ae2a-939083c6a64e-ecs", "type": "dashboard", "updated_at": "2019-01-24T16:38:35.174Z", "version": 4 diff --git a/x-pack/filebeat/module/suricata/_meta/kibana/7/dashboard/Filebeat-Suricata-Alert-Overview.json b/x-pack/filebeat/module/suricata/_meta/kibana/7/dashboard/Filebeat-Suricata-Alert-Overview.json index e8d82f4dc4a..be3bc3db964 100644 --- a/x-pack/filebeat/module/suricata/_meta/kibana/7/dashboard/Filebeat-Suricata-Alert-Overview.json +++ b/x-pack/filebeat/module/suricata/_meta/kibana/7/dashboard/Filebeat-Suricata-Alert-Overview.json @@ -12,8 +12,8 @@ } } }, - "savedSearchId": "1c2bcec0-86d1-11e8-b59d-21efb914e65c", - "title": "Top Alerting Hosts [Suricata]", + "savedSearchId": "1c2bcec0-86d1-11e8-b59d-21efb914e65c-ecs", + "title": "Top Alerting Hosts [Suricata] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -123,11 +123,11 @@ } ] }, - "title": "Top Alerting Hosts [Suricata]", + "title": "Top Alerting Hosts [Suricata] ECS", "type": "histogram" } }, - "id": "494fa290-86d2-11e8-b59d-21efb914e65c", + "id": "494fa290-86d2-11e8-b59d-21efb914e65c-ecs", "type": "visualization", "updated_at": "2018-11-07T22:56:23.933Z", "version": 1 @@ -144,8 +144,8 @@ } } }, - "savedSearchId": "1c2bcec0-86d1-11e8-b59d-21efb914e65c", - "title": "Top Alert Signatures [Suricata]", + "savedSearchId": "1c2bcec0-86d1-11e8-b59d-21efb914e65c-ecs", + "title": "Top Alert Signatures [Suricata] ECS", "uiStateJSON": { "vis": { "params": { @@ -212,11 +212,11 @@ }, "totalFunc": "sum" }, - "title": "Top Alert Signatures [Suricata]", + "title": "Top Alert Signatures [Suricata] ECS", "type": "table" } }, - "id": "16033310-86d3-11e8-b59d-21efb914e65c", + "id": "16033310-86d3-11e8-b59d-21efb914e65c-ecs", "type": "visualization", "updated_at": "2018-11-07T22:56:23.933Z", "version": 1 @@ -304,10 +304,10 @@ "@timestamp", "desc" ], - "title": "Alerts [Suricata]", + "title": "Alerts [Suricata] ECS", "version": 1 }, - "id": "1c2bcec0-86d1-11e8-b59d-21efb914e65c", + "id": "1c2bcec0-86d1-11e8-b59d-21efb914e65c-ecs", "type": "search", "updated_at": "2018-11-07T22:56:23.933Z", "version": 1 @@ -324,8 +324,8 @@ } } }, - "savedSearchId": "1c2bcec0-86d1-11e8-b59d-21efb914e65c", - "title": "Alert - Source Location [Suricata]", + "savedSearchId": "1c2bcec0-86d1-11e8-b59d-21efb914e65c-ecs", + "title": "Alert - Source Location [Suricata] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -395,11 +395,11 @@ ] } }, - "title": "Alert - Source Location [Suricata]", + "title": "Alert - Source Location [Suricata] ECS", "type": "tile_map" } }, - "id": "85fed080-86d7-11e8-b59d-21efb914e65c", + "id": "85fed080-86d7-11e8-b59d-21efb914e65c-ecs", "type": "visualization", "updated_at": "2018-11-07T22:56:23.933Z", "version": 1 @@ -416,8 +416,8 @@ } } }, - "savedSearchId": "1c2bcec0-86d1-11e8-b59d-21efb914e65c", - "title": "Alert - Destination Location [Suricata]", + "savedSearchId": "1c2bcec0-86d1-11e8-b59d-21efb914e65c-ecs", + "title": "Alert - Destination Location [Suricata] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -487,11 +487,11 @@ ] } }, - "title": "Alert - Destination Location [Suricata]", + "title": "Alert - Destination Location [Suricata] ECS", "type": "tile_map" } }, - "id": "a09ca070-86d7-11e8-b59d-21efb914e65c", + "id": "a09ca070-86d7-11e8-b59d-21efb914e65c-ecs", "type": "visualization", "updated_at": "2018-11-07T22:56:23.933Z", "version": 1 @@ -508,8 +508,8 @@ } } }, - "savedSearchId": "1c2bcec0-86d1-11e8-b59d-21efb914e65c", - "title": "Alerts - Top Destination Countries [Suricata]", + "savedSearchId": "1c2bcec0-86d1-11e8-b59d-21efb914e65c-ecs", + "title": "Alerts - Top Destination Countries [Suricata] ECS", "uiStateJSON": { "vis": { "params": { @@ -559,11 +559,11 @@ }, "totalFunc": "sum" }, - "title": "Alerts - Top Destination Countries [Suricata]", + "title": "Alerts - Top Destination Countries [Suricata] ECS", "type": "table" } }, - "id": "2ccdc1a0-86d8-11e8-b59d-21efb914e65c", + "id": "2ccdc1a0-86d8-11e8-b59d-21efb914e65c-ecs", "type": "visualization", "updated_at": "2018-11-07T22:56:23.933Z", "version": 1 @@ -580,8 +580,8 @@ } } }, - "savedSearchId": "1c2bcec0-86d1-11e8-b59d-21efb914e65c", - "title": "Alerts - Top Source Countries [Suricata]", + "savedSearchId": "1c2bcec0-86d1-11e8-b59d-21efb914e65c-ecs", + "title": "Alerts - Top Source Countries [Suricata] ECS", "uiStateJSON": { "vis": { "params": { @@ -631,11 +631,11 @@ }, "totalFunc": "sum" }, - "title": "Alerts - Top Source Countries [Suricata]", + "title": "Alerts - Top Source Countries [Suricata] ECS", "type": "table" } }, - "id": "c7b8b8f0-86d8-11e8-b59d-21efb914e65c", + "id": "c7b8b8f0-86d8-11e8-b59d-21efb914e65c-ecs", "type": "visualization", "updated_at": "2018-11-07T22:56:23.933Z", "version": 1 @@ -670,7 +670,7 @@ "x": 0, "y": 0 }, - "id": "494fa290-86d2-11e8-b59d-21efb914e65c", + "id": "494fa290-86d2-11e8-b59d-21efb914e65c-ecs", "panelIndex": "1", "type": "visualization", "version": "6.3.0" @@ -684,7 +684,7 @@ "x": 23, "y": 0 }, - "id": "16033310-86d3-11e8-b59d-21efb914e65c", + "id": "16033310-86d3-11e8-b59d-21efb914e65c-ecs", "panelIndex": "2", "type": "visualization", "version": "6.3.0" @@ -698,7 +698,7 @@ "x": 0, "y": 37 }, - "id": "1c2bcec0-86d1-11e8-b59d-21efb914e65c", + "id": "1c2bcec0-86d1-11e8-b59d-21efb914e65c-ecs", "panelIndex": "3", "type": "search", "version": "6.3.0" @@ -718,7 +718,7 @@ "x": 0, "y": 22 }, - "id": "85fed080-86d7-11e8-b59d-21efb914e65c", + "id": "85fed080-86d7-11e8-b59d-21efb914e65c-ecs", "panelIndex": "4", "type": "visualization", "version": "6.3.0" @@ -738,7 +738,7 @@ "x": 23, "y": 22 }, - "id": "a09ca070-86d7-11e8-b59d-21efb914e65c", + "id": "a09ca070-86d7-11e8-b59d-21efb914e65c-ecs", "panelIndex": "5", "type": "visualization", "version": "6.3.0" @@ -752,7 +752,7 @@ "x": 11, "y": 10 }, - "id": "2ccdc1a0-86d8-11e8-b59d-21efb914e65c", + "id": "2ccdc1a0-86d8-11e8-b59d-21efb914e65c-ecs", "panelIndex": "7", "type": "visualization", "version": "6.3.0" @@ -766,17 +766,17 @@ "x": 0, "y": 10 }, - "id": "c7b8b8f0-86d8-11e8-b59d-21efb914e65c", + "id": "c7b8b8f0-86d8-11e8-b59d-21efb914e65c-ecs", "panelIndex": "8", "type": "visualization", "version": "6.3.0" } ], "timeRestore": false, - "title": "[Suricata] Alert Overview", + "title": "[Suricata] Alert Overview ECS", "version": 1 }, - "id": "05268ee0-86d1-11e8-b59d-21efb914e65c", + "id": "05268ee0-86d1-11e8-b59d-21efb914e65c-ecs", "type": "dashboard", "updated_at": "2018-11-07T22:56:23.933Z", "version": 1 diff --git a/x-pack/filebeat/module/suricata/_meta/kibana/7/dashboard/Filebeat-Suricata-Overview.json b/x-pack/filebeat/module/suricata/_meta/kibana/7/dashboard/Filebeat-Suricata-Overview.json index 6170c3a1a8d..d80d29f4aeb 100644 --- a/x-pack/filebeat/module/suricata/_meta/kibana/7/dashboard/Filebeat-Suricata-Overview.json +++ b/x-pack/filebeat/module/suricata/_meta/kibana/7/dashboard/Filebeat-Suricata-Overview.json @@ -12,8 +12,8 @@ } } }, - "savedSearchId": "13dd22f0-86cc-11e8-b59d-21efb914e65c", - "title": "Activity Types over Time [Suricata]", + "savedSearchId": "13dd22f0-86cc-11e8-b59d-21efb914e65c-ecs", + "title": "Activity Types over Time [Suricata] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -123,11 +123,11 @@ } ] }, - "title": "Activity Types over Time [Suricata]", + "title": "Activity Types over Time [Suricata] ECS", "type": "histogram" } }, - "id": "c7d46c60-86da-11e8-b59d-21efb914e65c", + "id": "c7d46c60-86da-11e8-b59d-21efb914e65c-ecs", "type": "visualization", "updated_at": "2018-11-07T22:56:24.962Z", "version": 1 @@ -144,8 +144,8 @@ } } }, - "savedSearchId": "13dd22f0-86cc-11e8-b59d-21efb914e65c", - "title": "Event Types [Suricata]", + "savedSearchId": "13dd22f0-86cc-11e8-b59d-21efb914e65c-ecs", + "title": "Event Types [Suricata] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -187,11 +187,11 @@ "legendPosition": "bottom", "type": "pie" }, - "title": "Event Types [Suricata]", + "title": "Event Types [Suricata] ECS", "type": "pie" } }, - "id": "0a0aa630-86db-11e8-b59d-21efb914e65c", + "id": "0a0aa630-86db-11e8-b59d-21efb914e65c-ecs", "type": "visualization", "updated_at": "2018-11-07T22:56:24.962Z", "version": 1 @@ -208,8 +208,8 @@ } } }, - "savedSearchId": "13dd22f0-86cc-11e8-b59d-21efb914e65c", - "title": "Top Application Protocols [Suricata]", + "savedSearchId": "13dd22f0-86cc-11e8-b59d-21efb914e65c-ecs", + "title": "Top Application Protocols [Suricata] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -251,11 +251,11 @@ "legendPosition": "bottom", "type": "pie" }, - "title": "Top Application Protocols [Suricata]", + "title": "Top Application Protocols [Suricata] ECS", "type": "pie" } }, - "id": "728f64c0-86db-11e8-b59d-21efb914e65c", + "id": "728f64c0-86db-11e8-b59d-21efb914e65c-ecs", "type": "visualization", "updated_at": "2018-11-07T22:56:24.962Z", "version": 1 @@ -272,8 +272,8 @@ } } }, - "savedSearchId": "13dd22f0-86cc-11e8-b59d-21efb914e65c", - "title": "Top Hosts Generating Events [Suricata]", + "savedSearchId": "13dd22f0-86cc-11e8-b59d-21efb914e65c-ecs", + "title": "Top Hosts Generating Events [Suricata] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -383,11 +383,11 @@ } ] }, - "title": "Top Hosts Generating Events [Suricata]", + "title": "Top Hosts Generating Events [Suricata] ECS", "type": "histogram" } }, - "id": "9d5b5b50-86db-11e8-b59d-21efb914e65c", + "id": "9d5b5b50-86db-11e8-b59d-21efb914e65c-ecs", "type": "visualization", "updated_at": "2018-11-07T22:56:24.962Z", "version": 1 @@ -477,10 +477,10 @@ "@timestamp", "desc" ], - "title": "Events [Suricata]", + "title": "Events [Suricata] ECS", "version": 1 }, - "id": "13dd22f0-86cc-11e8-b59d-21efb914e65c", + "id": "13dd22f0-86cc-11e8-b59d-21efb914e65c-ecs", "type": "search", "updated_at": "2018-11-07T22:56:24.962Z", "version": 1 @@ -497,8 +497,8 @@ } } }, - "savedSearchId": "13dd22f0-86cc-11e8-b59d-21efb914e65c", - "title": "Top Connection Source Countries [Suricata]", + "savedSearchId": "13dd22f0-86cc-11e8-b59d-21efb914e65c-ecs", + "title": "Top Connection Source Countries [Suricata] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -535,11 +535,11 @@ "scale": "linear", "showLabel": true }, - "title": "Top Connection Source Countries [Suricata]", + "title": "Top Connection Source Countries [Suricata] ECS", "type": "tagcloud" } }, - "id": "5f99eb50-86dc-11e8-b59d-21efb914e65c", + "id": "5f99eb50-86dc-11e8-b59d-21efb914e65c-ecs", "type": "visualization", "updated_at": "2018-11-07T22:56:24.962Z", "version": 1 @@ -556,8 +556,8 @@ } } }, - "savedSearchId": "13dd22f0-86cc-11e8-b59d-21efb914e65c", - "title": "Top Connection Destination Countries [Suricata]", + "savedSearchId": "13dd22f0-86cc-11e8-b59d-21efb914e65c-ecs", + "title": "Top Connection Destination Countries [Suricata] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -594,11 +594,11 @@ "scale": "linear", "showLabel": true }, - "title": "Top Connection Destination Countries [Suricata]", + "title": "Top Connection Destination Countries [Suricata] ECS", "type": "tagcloud" } }, - "id": "8e7f88d0-86dc-11e8-b59d-21efb914e65c", + "id": "8e7f88d0-86dc-11e8-b59d-21efb914e65c-ecs", "type": "visualization", "updated_at": "2018-11-07T22:56:24.962Z", "version": 1 @@ -615,8 +615,8 @@ } } }, - "savedSearchId": "13dd22f0-86cc-11e8-b59d-21efb914e65c", - "title": "Top Network Protocols [Suricata]", + "savedSearchId": "13dd22f0-86cc-11e8-b59d-21efb914e65c-ecs", + "title": "Top Network Protocols [Suricata] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -658,11 +658,11 @@ "legendPosition": "bottom", "type": "pie" }, - "title": "Top Network Protocols [Suricata]", + "title": "Top Network Protocols [Suricata] ECS", "type": "pie" } }, - "id": "0a363820-86dd-11e8-b59d-21efb914e65c", + "id": "0a363820-86dd-11e8-b59d-21efb914e65c-ecs", "type": "visualization", "updated_at": "2018-11-07T22:56:24.962Z", "version": 1 @@ -749,10 +749,10 @@ "@timestamp", "desc" ], - "title": "Host Stats [Suricata]", + "title": "Host Stats [Suricata] ECS", "version": 1 }, - "id": "d57a2db0-86ca-11e8-b59d-21efb914e65c", + "id": "d57a2db0-86ca-11e8-b59d-21efb914e65c-ecs", "type": "search", "updated_at": "2018-11-07T22:56:24.962Z", "version": 1 @@ -787,7 +787,7 @@ "x": 0, "y": 0 }, - "id": "c7d46c60-86da-11e8-b59d-21efb914e65c", + "id": "c7d46c60-86da-11e8-b59d-21efb914e65c-ecs", "panelIndex": "1", "type": "visualization", "version": "6.3.0" @@ -801,7 +801,7 @@ "x": 0, "y": 20 }, - "id": "0a0aa630-86db-11e8-b59d-21efb914e65c", + "id": "0a0aa630-86db-11e8-b59d-21efb914e65c-ecs", "panelIndex": "2", "type": "visualization", "version": "6.3.0" @@ -815,7 +815,7 @@ "x": 19, "y": 20 }, - "id": "728f64c0-86db-11e8-b59d-21efb914e65c", + "id": "728f64c0-86db-11e8-b59d-21efb914e65c-ecs", "panelIndex": "3", "type": "visualization", "version": "6.3.0" @@ -829,7 +829,7 @@ "x": 0, "y": 10 }, - "id": "9d5b5b50-86db-11e8-b59d-21efb914e65c", + "id": "9d5b5b50-86db-11e8-b59d-21efb914e65c-ecs", "panelIndex": "4", "type": "visualization", "version": "6.3.0" @@ -843,7 +843,7 @@ "x": 0, "y": 34 }, - "id": "13dd22f0-86cc-11e8-b59d-21efb914e65c", + "id": "13dd22f0-86cc-11e8-b59d-21efb914e65c-ecs", "panelIndex": "5", "type": "search", "version": "6.3.0" @@ -857,7 +857,7 @@ "x": 30, "y": 20 }, - "id": "5f99eb50-86dc-11e8-b59d-21efb914e65c", + "id": "5f99eb50-86dc-11e8-b59d-21efb914e65c-ecs", "panelIndex": "6", "type": "visualization", "version": "6.3.0" @@ -871,7 +871,7 @@ "x": 39, "y": 20 }, - "id": "8e7f88d0-86dc-11e8-b59d-21efb914e65c", + "id": "8e7f88d0-86dc-11e8-b59d-21efb914e65c-ecs", "panelIndex": "7", "type": "visualization", "version": "6.3.0" @@ -885,7 +885,7 @@ "x": 9, "y": 20 }, - "id": "0a363820-86dd-11e8-b59d-21efb914e65c", + "id": "0a363820-86dd-11e8-b59d-21efb914e65c-ecs", "panelIndex": "8", "type": "visualization", "version": "6.3.0" @@ -899,17 +899,17 @@ "x": 0, "y": 53 }, - "id": "d57a2db0-86ca-11e8-b59d-21efb914e65c", + "id": "d57a2db0-86ca-11e8-b59d-21efb914e65c-ecs", "panelIndex": "9", "type": "search", "version": "6.3.0" } ], "timeRestore": false, - "title": "[Suricata] Events Overview", + "title": "[Suricata] Events Overview ECS", "version": 1 }, - "id": "78289c40-86da-11e8-b59d-21efb914e65c", + "id": "78289c40-86da-11e8-b59d-21efb914e65c-ecs", "type": "dashboard", "updated_at": "2018-11-07T22:56:24.962Z", "version": 1 diff --git a/x-pack/filebeat/module/zeek/_meta/kibana/7/dashboard/Filebeat-Zeek-Overview.json b/x-pack/filebeat/module/zeek/_meta/kibana/7/dashboard/Filebeat-Zeek-Overview.json index 598b17a56fd..5fd7816eb98 100644 --- a/x-pack/filebeat/module/zeek/_meta/kibana/7/dashboard/Filebeat-Zeek-Overview.json +++ b/x-pack/filebeat/module/zeek/_meta/kibana/7/dashboard/Filebeat-Zeek-Overview.json @@ -13,7 +13,7 @@ } } }, - "title": "Destination Geo [SIEM Zeek]", + "title": "Destination Geo [SIEM Zeek] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -72,11 +72,11 @@ } } }, - "title": "Destination Geo [SIEM Zeek]", + "title": "Destination Geo [SIEM Zeek] ECS", "type": "tile_map" } }, - "id": "5d95a3e0-1a29-11e9-84b1-a12c578fa9e8", + "id": "5d95a3e0-1a29-11e9-84b1-a12c578fa9e8-ecs", "type": "visualization", "updated_at": "2019-01-17T07:27:37.758Z", "version": 1 @@ -94,7 +94,7 @@ } } }, - "title": "Network Transport [SIEM Zeek]", + "title": "Network Transport [SIEM Zeek] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -136,11 +136,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "Network Transport [SIEM Zeek]", + "title": "Network Transport [SIEM Zeek] ECS", "type": "pie" } }, - "id": "c337dbf0-1a29-11e9-84b1-a12c578fa9e8", + "id": "c337dbf0-1a29-11e9-84b1-a12c578fa9e8-ecs", "type": "visualization", "updated_at": "2019-01-17T07:30:28.271Z", "version": 1 @@ -158,7 +158,7 @@ } } }, - "title": "Network Application [SIEM Zeek]", + "title": "Network Application [SIEM Zeek] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -200,11 +200,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "Network Application [SIEM Zeek]", + "title": "Network Application [SIEM Zeek] ECS", "type": "pie" } }, - "id": "f054ee70-1a29-11e9-84b1-a12c578fa9e8", + "id": "f054ee70-1a29-11e9-84b1-a12c578fa9e8-ecs", "type": "visualization", "updated_at": "2019-01-17T07:31:43.959Z", "version": 1 @@ -222,7 +222,7 @@ } } }, - "title": "Network Traffic Direction [SIEM Zeek]", + "title": "Network Traffic Direction [SIEM Zeek] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -264,11 +264,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "Network Traffic Direction [SIEM Zeek]", + "title": "Network Traffic Direction [SIEM Zeek] ECS", "type": "pie" } }, - "id": "15922a40-1a2a-11e9-84b1-a12c578fa9e8", + "id": "15922a40-1a2a-11e9-84b1-a12c578fa9e8-ecs", "type": "visualization", "updated_at": "2019-01-17T07:32:46.436Z", "version": 1 @@ -286,7 +286,7 @@ } } }, - "title": "Top DNS Domains [SIEM Zeek]", + "title": "Top DNS Domains [SIEM Zeek] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -328,11 +328,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "Top DNS Domains [SIEM Zeek]", + "title": "Top DNS Domains [SIEM Zeek] ECS", "type": "pie" } }, - "id": "b3705f00-1a2c-11e9-84b1-a12c578fa9e8", + "id": "b3705f00-1a2c-11e9-84b1-a12c578fa9e8-ecs", "type": "visualization", "updated_at": "2019-01-17T07:51:30.288Z", "version": 1 @@ -350,7 +350,7 @@ } } }, - "title": "Top URL Domain [SIEM Zeek]", + "title": "Top URL Domain [SIEM Zeek] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -392,11 +392,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "Top URL Domain [SIEM Zeek]", + "title": "Top URL Domain [SIEM Zeek] ECS", "type": "pie" } }, - "id": "ef0cfdc0-1a2c-11e9-84b1-a12c578fa9e8", + "id": "ef0cfdc0-1a2c-11e9-84b1-a12c578fa9e8-ecs", "type": "visualization", "updated_at": "2019-01-17T07:53:10.300Z", "version": 1 @@ -414,7 +414,7 @@ } } }, - "title": "Top SSL Server [SIEM Zeek]", + "title": "Top SSL Server [SIEM Zeek] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -456,11 +456,11 @@ "legendPosition": "right", "type": "pie" }, - "title": "Top SSL Server [SIEM Zeek]", + "title": "Top SSL Server [SIEM Zeek] ECS", "type": "pie" } }, - "id": "13454cb0-1a2d-11e9-84b1-a12c578fa9e8", + "id": "13454cb0-1a2d-11e9-84b1-a12c578fa9e8-ecs", "type": "visualization", "updated_at": "2019-01-17T07:54:11.067Z", "version": 1 @@ -477,7 +477,7 @@ } } }, - "title": "Time Series Count [SIEM Zeek]", + "title": "Time Series Count [SIEM Zeek] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -534,11 +534,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Time Series Count [SIEM Zeek]", + "title": "Time Series Count [SIEM Zeek] ECS", "type": "metrics" } }, - "id": "fad258c0-1078-11e9-b27a-69e6e8b80a25", + "id": "fad258c0-1078-11e9-b27a-69e6e8b80a25-ecs", "type": "visualization", "updated_at": "2019-01-17T07:56:26.486Z", "version": 74 @@ -577,7 +577,7 @@ "x": 0, "y": 0 }, - "id": "5d95a3e0-1a29-11e9-84b1-a12c578fa9e8", + "id": "5d95a3e0-1a29-11e9-84b1-a12c578fa9e8-ecs", "panelIndex": "1", "type": "visualization", "version": "6.5.4" @@ -595,7 +595,7 @@ "x": 0, "y": 18 }, - "id": "c337dbf0-1a29-11e9-84b1-a12c578fa9e8", + "id": "c337dbf0-1a29-11e9-84b1-a12c578fa9e8-ecs", "panelIndex": "2", "type": "visualization", "version": "6.5.4" @@ -613,7 +613,7 @@ "x": 16, "y": 18 }, - "id": "f054ee70-1a29-11e9-84b1-a12c578fa9e8", + "id": "f054ee70-1a29-11e9-84b1-a12c578fa9e8-ecs", "panelIndex": "3", "type": "visualization", "version": "6.5.4" @@ -631,7 +631,7 @@ "x": 33, "y": 18 }, - "id": "15922a40-1a2a-11e9-84b1-a12c578fa9e8", + "id": "15922a40-1a2a-11e9-84b1-a12c578fa9e8-ecs", "panelIndex": "4", "type": "visualization", "version": "6.5.4" @@ -645,7 +645,7 @@ "x": 0, "y": 28 }, - "id": "b3705f00-1a2c-11e9-84b1-a12c578fa9e8", + "id": "b3705f00-1a2c-11e9-84b1-a12c578fa9e8-ecs", "panelIndex": "5", "type": "visualization", "version": "6.5.4" @@ -659,7 +659,7 @@ "x": 16, "y": 28 }, - "id": "ef0cfdc0-1a2c-11e9-84b1-a12c578fa9e8", + "id": "ef0cfdc0-1a2c-11e9-84b1-a12c578fa9e8-ecs", "panelIndex": "6", "type": "visualization", "version": "6.5.4" @@ -673,7 +673,7 @@ "x": 33, "y": 28 }, - "id": "13454cb0-1a2d-11e9-84b1-a12c578fa9e8", + "id": "13454cb0-1a2d-11e9-84b1-a12c578fa9e8-ecs", "panelIndex": "7", "type": "visualization", "version": "6.5.4" @@ -687,17 +687,17 @@ "x": 0, "y": 39 }, - "id": "fad258c0-1078-11e9-b27a-69e6e8b80a25", + "id": "fad258c0-1078-11e9-b27a-69e6e8b80a25-ecs", "panelIndex": "8", "type": "visualization", "version": "6.5.4" } ], "timeRestore": false, - "title": "Zeek Overview Dashboard [SIEM]", + "title": "Zeek Overview Dashboard [SIEM] ECS", "version": 1 }, - "id": "87b0c430-1a2d-11e9-84b1-a12c578fa9e8", + "id": "87b0c430-1a2d-11e9-84b1-a12c578fa9e8-ecs", "type": "dashboard", "updated_at": "2019-01-17T07:57:50.613Z", "version": 2 diff --git a/x-pack/metricbeat/module/aws/_meta/kibana/7/dashboard/Metricbeat-aws-ec2-overview.json b/x-pack/metricbeat/module/aws/_meta/kibana/7/dashboard/Metricbeat-aws-ec2-overview.json index 28396b84e0d..960ee7cdebd 100644 --- a/x-pack/metricbeat/module/aws/_meta/kibana/7/dashboard/Metricbeat-aws-ec2-overview.json +++ b/x-pack/metricbeat/module/aws/_meta/kibana/7/dashboard/Metricbeat-aws-ec2-overview.json @@ -12,7 +12,7 @@ } } }, - "title": "AWS EC2 DiskIO Write Bytes", + "title": "AWS EC2 DiskIO Write Bytes ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -44,7 +44,7 @@ "filter": "", "formatter": "number", "id": "61ca57f1-469d-11e7-af02-69e470af7417", - "label": "AWS EC2 DiskIO Write Bytes", + "label": "AWS EC2 DiskIO Write Bytes ECS", "line_width": 1, "metrics": [ { @@ -70,11 +70,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "AWS EC2 DiskIO Write Bytes", + "title": "AWS EC2 DiskIO Write Bytes ECS", "type": "metrics" } }, - "id": "fed59380-f7f8-11e8-af03-c999c9dea608", + "id": "fed59380-f7f8-11e8-af03-c999c9dea608-ecs", "type": "visualization", "updated_at": "2018-12-04T19:15:43.416Z", "version": 1 @@ -91,7 +91,7 @@ } } }, - "title": "AWS EC2 Status Check Failed", + "title": "AWS EC2 Status Check Failed ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -151,11 +151,11 @@ "time_field": "@timestamp", "type": "metric" }, - "title": "AWS EC2 Status Check Failed", + "title": "AWS EC2 Status Check Failed ECS", "type": "metrics" } }, - "id": "9e8c6030-f7f8-11e8-af03-c999c9dea608", + "id": "9e8c6030-f7f8-11e8-af03-c999c9dea608-ecs", "type": "visualization", "updated_at": "2018-12-04T19:13:01.875Z", "version": 1 @@ -172,7 +172,7 @@ } } }, - "title": "AWS EC2 Network In Bytes", + "title": "AWS EC2 Network In Bytes ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -204,7 +204,7 @@ "filter": "", "formatter": "number", "id": "61ca57f1-469d-11e7-af02-69e470af7417", - "label": "AWS EC2 Network In Bytes", + "label": "AWS EC2 Network In Bytes ECS", "line_width": 1, "metrics": [ { @@ -230,11 +230,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "AWS EC2 Network In Bytes", + "title": "AWS EC2 Network In Bytes ECS", "type": "metrics" } }, - "id": "15818fd0-f7f9-11e8-af03-c999c9dea608", + "id": "15818fd0-f7f9-11e8-af03-c999c9dea608-ecs", "type": "visualization", "updated_at": "2018-12-04T19:16:21.453Z", "version": 1 @@ -251,7 +251,7 @@ } } }, - "title": "AWS EC2 Network Out Bytes", + "title": "AWS EC2 Network Out Bytes ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -283,7 +283,7 @@ "filter": "", "formatter": "number", "id": "61ca57f1-469d-11e7-af02-69e470af7417", - "label": "AWS EC2 Network Out Bytes", + "label": "AWS EC2 Network Out Bytes ECS", "line_width": 1, "metrics": [ { @@ -309,11 +309,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "AWS EC2 Network Out Bytes", + "title": "AWS EC2 Network Out Bytes ECS", "type": "metrics" } }, - "id": "233b3400-f7f9-11e8-af03-c999c9dea608", + "id": "233b3400-f7f9-11e8-af03-c999c9dea608-ecs", "type": "visualization", "updated_at": "2018-12-04T19:16:44.480Z", "version": 1 @@ -330,7 +330,7 @@ } } }, - "title": "AWS EC2 DiskIO Read Bytes", + "title": "AWS EC2 DiskIO Read Bytes ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -362,7 +362,7 @@ "filter": "", "formatter": "number", "id": "61ca57f1-469d-11e7-af02-69e470af7417", - "label": "AWS EC2 DiskIO Read Bytes", + "label": "AWS EC2 DiskIO Read Bytes ECS", "line_width": 1, "metrics": [ { @@ -388,11 +388,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "AWS EC2 DiskIO Read Bytes", + "title": "AWS EC2 DiskIO Read Bytes ECS", "type": "metrics" } }, - "id": "f1db6ec0-f7f8-11e8-af03-c999c9dea608", + "id": "f1db6ec0-f7f8-11e8-af03-c999c9dea608-ecs", "type": "visualization", "updated_at": "2018-12-04T19:15:21.644Z", "version": 1 @@ -409,7 +409,7 @@ } } }, - "title": "AWS EC2 CPU Utilization", + "title": "AWS EC2 CPU Utilization ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -441,7 +441,7 @@ "filter": "", "formatter": "number", "id": "61ca57f1-469d-11e7-af02-69e470af7417", - "label": "AWS EC2 CPU Utilization", + "label": "AWS EC2 CPU Utilization ECS", "line_width": 1, "metrics": [ { @@ -467,11 +467,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "AWS EC2 CPU Utilization", + "title": "AWS EC2 CPU Utilization ECS", "type": "metrics" } }, - "id": "be8828d0-f7f6-11e8-af03-c999c9dea608", + "id": "be8828d0-f7f6-11e8-af03-c999c9dea608-ecs", "type": "visualization", "updated_at": "2018-12-04T19:14:42.745Z", "version": 4 @@ -504,7 +504,7 @@ "x": 24, "y": 15 }, - "id": "fed59380-f7f8-11e8-af03-c999c9dea608", + "id": "fed59380-f7f8-11e8-af03-c999c9dea608-ecs", "panelIndex": "3", "type": "visualization", "version": "6.5.0" @@ -518,7 +518,7 @@ "x": 36, "y": 0 }, - "id": "9e8c6030-f7f8-11e8-af03-c999c9dea608", + "id": "9e8c6030-f7f8-11e8-af03-c999c9dea608-ecs", "panelIndex": "5", "type": "visualization", "version": "6.5.0" @@ -532,7 +532,7 @@ "x": 0, "y": 30 }, - "id": "15818fd0-f7f9-11e8-af03-c999c9dea608", + "id": "15818fd0-f7f9-11e8-af03-c999c9dea608-ecs", "panelIndex": "11", "type": "visualization", "version": "6.5.0" @@ -546,7 +546,7 @@ "x": 24, "y": 30 }, - "id": "233b3400-f7f9-11e8-af03-c999c9dea608", + "id": "233b3400-f7f9-11e8-af03-c999c9dea608-ecs", "panelIndex": "12", "type": "visualization", "version": "6.5.0" @@ -560,7 +560,7 @@ "x": 0, "y": 15 }, - "id": "f1db6ec0-f7f8-11e8-af03-c999c9dea608", + "id": "f1db6ec0-f7f8-11e8-af03-c999c9dea608-ecs", "panelIndex": "15", "type": "visualization", "version": "6.5.0" @@ -574,17 +574,17 @@ "x": 0, "y": 0 }, - "id": "be8828d0-f7f6-11e8-af03-c999c9dea608", + "id": "be8828d0-f7f6-11e8-af03-c999c9dea608-ecs", "panelIndex": "17", "type": "visualization", "version": "6.5.0" } ], "timeRestore": false, - "title": "[Metricbeat AWS] EC2 Overview", + "title": "[Metricbeat AWS] EC2 Overview ECS", "version": 1 }, - "id": "c5846400-f7fb-11e8-af03-c999c9dea608", + "id": "c5846400-f7fb-11e8-af03-c999c9dea608-ecs", "type": "dashboard", "updated_at": "2018-12-04T19:35:35.744Z", "version": 1 diff --git a/x-pack/metricbeat/module/mssql/_meta/kibana/7/dashboard/Metricbeat-mssql-performance.json b/x-pack/metricbeat/module/mssql/_meta/kibana/7/dashboard/Metricbeat-mssql-performance.json index b7aa409efc6..b65a2604be4 100644 --- a/x-pack/metricbeat/module/mssql/_meta/kibana/7/dashboard/Metricbeat-mssql-performance.json +++ b/x-pack/metricbeat/module/mssql/_meta/kibana/7/dashboard/Metricbeat-mssql-performance.json @@ -13,7 +13,7 @@ } } }, - "title": "User Connections [Metricbeat MSSQL]", + "title": "User Connections [Metricbeat MSSQL] ECS", "uiStateJSON": { "vis": { "legendOpen": false @@ -119,11 +119,11 @@ } ] }, - "title": "User Connections [Metricbeat MSSQL]", + "title": "User Connections [Metricbeat MSSQL] ECS", "type": "line" } }, - "id": "7784db10-18ba-11e9-9836-f37dedd3b411", + "id": "7784db10-18ba-11e9-9836-f37dedd3b411-ecs", "type": "visualization", "updated_at": "2019-01-22T13:04:43.827Z", "version": 8 @@ -141,7 +141,7 @@ } } }, - "title": "Transactions [Metricbeat MSSQL]", + "title": "Transactions [Metricbeat MSSQL] ECS", "uiStateJSON": { "vis": { "legendOpen": false @@ -247,11 +247,11 @@ } ] }, - "title": "Transactions [Metricbeat MSSQL]", + "title": "Transactions [Metricbeat MSSQL] ECS", "type": "line" } }, - "id": "910f3f30-18ba-11e9-9836-f37dedd3b411", + "id": "910f3f30-18ba-11e9-9836-f37dedd3b411-ecs", "type": "visualization", "updated_at": "2019-01-22T13:04:34.757Z", "version": 8 @@ -269,7 +269,7 @@ } } }, - "title": "Lock Waits/sec [Metricbeat MSSQL]", + "title": "Lock Waits/sec [Metricbeat MSSQL] ECS", "uiStateJSON": { "vis": { "legendOpen": false @@ -375,11 +375,11 @@ } ] }, - "title": "Lock Waits/sec [Metricbeat MSSQL]", + "title": "Lock Waits/sec [Metricbeat MSSQL] ECS", "type": "line" } }, - "id": "5bd5c230-18ba-11e9-9836-f37dedd3b411", + "id": "5bd5c230-18ba-11e9-9836-f37dedd3b411-ecs", "type": "visualization", "updated_at": "2019-01-22T13:04:24.139Z", "version": 7 @@ -397,7 +397,7 @@ } } }, - "title": "Batch Requests/sec [Metricbeat MSSQL]", + "title": "Batch Requests/sec [Metricbeat MSSQL] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -508,11 +508,11 @@ } ] }, - "title": "Batch Requests/sec [Metricbeat MSSQL]", + "title": "Batch Requests/sec [Metricbeat MSSQL] ECS", "type": "line" } }, - "id": "b29a2160-18ba-11e9-9836-f37dedd3b411", + "id": "b29a2160-18ba-11e9-9836-f37dedd3b411-ecs", "type": "visualization", "updated_at": "2019-01-22T13:03:10.853Z", "version": 9 @@ -530,7 +530,7 @@ } } }, - "title": "Buffer Cache Hit Ratio [Metricbeat MSSQL]", + "title": "Buffer Cache Hit Ratio [Metricbeat MSSQL] ECS", "uiStateJSON": { "vis": { "legendOpen": false @@ -639,11 +639,11 @@ } ] }, - "title": "Buffer Cache Hit Ratio [Metricbeat MSSQL]", + "title": "Buffer Cache Hit Ratio [Metricbeat MSSQL] ECS", "type": "line" } }, - "id": "2e795230-1b2a-11e9-8b36-136038bb307a", + "id": "2e795230-1b2a-11e9-8b36-136038bb307a-ecs", "type": "visualization", "updated_at": "2019-01-22T13:04:16.184Z", "version": 8 @@ -680,7 +680,7 @@ "x": 0, "y": 0 }, - "id": "7784db10-18ba-11e9-9836-f37dedd3b411", + "id": "7784db10-18ba-11e9-9836-f37dedd3b411-ecs", "panelIndex": "1", "title": "User Connections", "type": "visualization", @@ -699,7 +699,7 @@ "x": 16, "y": 15 }, - "id": "910f3f30-18ba-11e9-9836-f37dedd3b411", + "id": "910f3f30-18ba-11e9-9836-f37dedd3b411-ecs", "panelIndex": "2", "title": "Transactions", "type": "visualization", @@ -718,7 +718,7 @@ "x": 32, "y": 0 }, - "id": "5bd5c230-18ba-11e9-9836-f37dedd3b411", + "id": "5bd5c230-18ba-11e9-9836-f37dedd3b411-ecs", "panelIndex": "3", "title": "Lock Waits/sec", "type": "visualization", @@ -737,7 +737,7 @@ "x": 16, "y": 0 }, - "id": "b29a2160-18ba-11e9-9836-f37dedd3b411", + "id": "b29a2160-18ba-11e9-9836-f37dedd3b411-ecs", "panelIndex": "4", "title": "Batch Requests/sec", "type": "visualization", @@ -752,7 +752,7 @@ "x": 0, "y": 15 }, - "id": "2e795230-1b2a-11e9-8b36-136038bb307a", + "id": "2e795230-1b2a-11e9-8b36-136038bb307a-ecs", "panelIndex": "5", "title": "Buffer Cache Hit Ratio", "type": "visualization", @@ -760,10 +760,10 @@ } ], "timeRestore": false, - "title": "[Metricbeat MSSQL] Performance", + "title": "[Metricbeat MSSQL] Performance ECS", "version": 1 }, - "id": "a2ead240-18bb-11e9-9836-f37dedd3b411", + "id": "a2ead240-18bb-11e9-9836-f37dedd3b411-ecs", "type": "dashboard", "updated_at": "2019-01-22T12:55:59.857Z", "version": 11 diff --git a/x-pack/metricbeat/module/mssql/_meta/kibana/7/dashboard/Metricbeat-mssql-transaction_log.json b/x-pack/metricbeat/module/mssql/_meta/kibana/7/dashboard/Metricbeat-mssql-transaction_log.json index 8573af8504e..d9954220128 100644 --- a/x-pack/metricbeat/module/mssql/_meta/kibana/7/dashboard/Metricbeat-mssql-transaction_log.json +++ b/x-pack/metricbeat/module/mssql/_meta/kibana/7/dashboard/Metricbeat-mssql-transaction_log.json @@ -12,7 +12,7 @@ } } }, - "title": "Recovery size of transaction log [Metricbeat MSSQL]", + "title": "Recovery size of transaction log [Metricbeat MSSQL] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -59,11 +59,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Recovery size of transaction log [Metricbeat MSSQL]", + "title": "Recovery size of transaction log [Metricbeat MSSQL] ECS", "type": "metrics" } }, - "id": "e9654a40-1fb2-11e9-8a4d-eb34d2834f6b", + "id": "e9654a40-1fb2-11e9-8a4d-eb34d2834f6b-ecs", "migrationVersion": { "visualization": "7.0.0" }, @@ -83,7 +83,7 @@ } } }, - "title": "Transaction log size since last checkpoint [Metricbeat MSSQL]", + "title": "Transaction log size since last checkpoint [Metricbeat MSSQL] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -124,11 +124,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Transaction log size since last checkpoint [Metricbeat MSSQL]", + "title": "Transaction log size since last checkpoint [Metricbeat MSSQL] ECS", "type": "metrics" } }, - "id": "1757d530-1fb3-11e9-8a4d-eb34d2834f6b", + "id": "1757d530-1fb3-11e9-8a4d-eb34d2834f6b-ecs", "migrationVersion": { "visualization": "7.0.0" }, @@ -148,7 +148,7 @@ } } }, - "title": "Percentage of used space of transaction log [Metricbeat MSSQL]", + "title": "Percentage of used space of transaction log [Metricbeat MSSQL] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -189,11 +189,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Percentage of used space of transaction log [Metricbeat MSSQL]", + "title": "Percentage of used space of transaction log [Metricbeat MSSQL] ECS", "type": "metrics" } }, - "id": "a55bb000-1fb2-11e9-8a4d-eb34d2834f6b", + "id": "a55bb000-1fb2-11e9-8a4d-eb34d2834f6b-ecs", "migrationVersion": { "visualization": "7.0.0" }, @@ -213,7 +213,7 @@ } } }, - "title": "Log space size since last backup [Metricbeat MSSQL]", + "title": "Log space size since last backup [Metricbeat MSSQL] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -254,11 +254,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Log space size since last backup [Metricbeat MSSQL]", + "title": "Log space size since last backup [Metricbeat MSSQL] ECS", "type": "metrics" } }, - "id": "edb7a0c0-1f2b-11e9-8a4d-eb34d2834f6b", + "id": "edb7a0c0-1f2b-11e9-8a4d-eb34d2834f6b-ecs", "migrationVersion": { "visualization": "7.0.0" }, @@ -278,7 +278,7 @@ } } }, - "title": "Active size of transaction log [Metricbeat MSSQL]", + "title": "Active size of transaction log [Metricbeat MSSQL] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -319,11 +319,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Active size of transaction log [Metricbeat MSSQL]", + "title": "Active size of transaction log [Metricbeat MSSQL] ECS", "type": "metrics" } }, - "id": "c9ead180-1fb2-11e9-8a4d-eb34d2834f6b", + "id": "c9ead180-1fb2-11e9-8a4d-eb34d2834f6b-ecs", "migrationVersion": { "visualization": "7.0.0" }, @@ -343,7 +343,7 @@ } } }, - "title": "Used space of transaction log [Metricbeat MSSQL]", + "title": "Used space of transaction log [Metricbeat MSSQL] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -384,11 +384,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Used space of transaction log [Metricbeat MSSQL]", + "title": "Used space of transaction log [Metricbeat MSSQL] ECS", "type": "metrics" } }, - "id": "68fa61b0-1fb2-11e9-8a4d-eb34d2834f6b", + "id": "68fa61b0-1fb2-11e9-8a4d-eb34d2834f6b-ecs", "migrationVersion": { "visualization": "7.0.0" }, @@ -408,7 +408,7 @@ } } }, - "title": "Total log space usage [Metricbeat MSSQL]", + "title": "Total log space usage [Metricbeat MSSQL] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -449,11 +449,11 @@ "time_field": "@timestamp", "type": "timeseries" }, - "title": "Total log space usage [Metricbeat MSSQL]", + "title": "Total log space usage [Metricbeat MSSQL] ECS", "type": "metrics" } }, - "id": "6710ff20-1f2c-11e9-8a4d-eb34d2834f6b", + "id": "6710ff20-1f2c-11e9-8a4d-eb34d2834f6b-ecs", "migrationVersion": { "visualization": "7.0.0" }, @@ -473,7 +473,7 @@ } } }, - "title": "Database selector [Metricbeat MSSQL]", + "title": "Database selector [Metricbeat MSSQL] ECS", "uiStateJSON": {}, "version": 1, "visState": { @@ -500,11 +500,11 @@ "updateFiltersOnChange": false, "useTimeFilter": false }, - "title": "Database selector [Metricbeat MSSQL]", + "title": "Database selector [Metricbeat MSSQL] ECS", "type": "input_control_vis" } }, - "id": "82bf9480-260b-11e9-a46a-471d2a76b305", + "id": "82bf9480-260b-11e9-a46a-471d2a76b305-ecs", "migrationVersion": { "visualization": "7.0.0" }, @@ -540,7 +540,7 @@ "x": 0, "y": 12 }, - "id": "e9654a40-1fb2-11e9-8a4d-eb34d2834f6b", + "id": "e9654a40-1fb2-11e9-8a4d-eb34d2834f6b-ecs", "panelIndex": "1", "title": "Recovery size of transaction log", "type": "visualization", @@ -555,7 +555,7 @@ "x": 24, "y": 24 }, - "id": "1757d530-1fb3-11e9-8a4d-eb34d2834f6b", + "id": "1757d530-1fb3-11e9-8a4d-eb34d2834f6b-ecs", "panelIndex": "2", "title": "Transaction log size since last checkpoint", "type": "visualization", @@ -570,7 +570,7 @@ "x": 30, "y": 0 }, - "id": "a55bb000-1fb2-11e9-8a4d-eb34d2834f6b", + "id": "a55bb000-1fb2-11e9-8a4d-eb34d2834f6b-ecs", "panelIndex": "3", "title": "Percentage of used space of transaction log", "type": "visualization", @@ -585,7 +585,7 @@ "x": 0, "y": 37 }, - "id": "edb7a0c0-1f2b-11e9-8a4d-eb34d2834f6b", + "id": "edb7a0c0-1f2b-11e9-8a4d-eb34d2834f6b-ecs", "panelIndex": "4", "title": "Log space size since last backup", "type": "visualization", @@ -600,7 +600,7 @@ "x": 0, "y": 24 }, - "id": "c9ead180-1fb2-11e9-8a4d-eb34d2834f6b", + "id": "c9ead180-1fb2-11e9-8a4d-eb34d2834f6b-ecs", "panelIndex": "5", "title": "Active size of transaction log", "type": "visualization", @@ -615,7 +615,7 @@ "x": 24, "y": 12 }, - "id": "68fa61b0-1fb2-11e9-8a4d-eb34d2834f6b", + "id": "68fa61b0-1fb2-11e9-8a4d-eb34d2834f6b-ecs", "panelIndex": "6", "title": "Used space of transaction log", "type": "visualization", @@ -630,7 +630,7 @@ "x": 12, "y": 0 }, - "id": "6710ff20-1f2c-11e9-8a4d-eb34d2834f6b", + "id": "6710ff20-1f2c-11e9-8a4d-eb34d2834f6b-ecs", "panelIndex": "7", "title": "Total log space usage", "type": "visualization", @@ -645,17 +645,17 @@ "x": 0, "y": 0 }, - "id": "82bf9480-260b-11e9-a46a-471d2a76b305", + "id": "82bf9480-260b-11e9-a46a-471d2a76b305-ecs", "panelIndex": "8", "type": "visualization", "version": "7.0.0-SNAPSHOT" } ], "timeRestore": false, - "title": "[Metricbeat MSSQL] Transaction log", + "title": "[Metricbeat MSSQL] Transaction log ECS", "version": 1 }, - "id": "18d66970-1fb4-11e9-8a4d-eb34d2834f6b", + "id": "18d66970-1fb4-11e9-8a4d-eb34d2834f6b-ecs", "type": "dashboard", "updated_at": "2019-02-01T10:39:36.585Z", "version": 3