From 3f0f5ac216a6c356cc3b00476235528551567f7f Mon Sep 17 00:00:00 2001 From: Fae Charlton Date: Thu, 29 Aug 2019 14:37:07 -0400 Subject: [PATCH] [filebeat] Fix incorrect field references in envoyproxy dashboard (#13421) Fixes #13420 --- CHANGELOG.next.asciidoc | 1 + .../7/dashboard/Filebeat-Envoyproxy-Overview.json | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 84c0d61fc29..34515c9a04a 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -137,6 +137,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d - Fix timezone parsing of system module ingest pipelines. {pull}13308[13308] - Change iis url.path grok pattern from URIPATH to NOTSPACE. {issue}12710[12710] {pull}13225[13225] - Add timezone information to apache error fileset. {issue}12772[12772] {pull}13304[13304] +- Fix incorrect field references in envoyproxy dashboard {issue}13420[13420] {pull}13421[13421] *Heartbeat* diff --git a/x-pack/filebeat/module/envoyproxy/_meta/kibana/7/dashboard/Filebeat-Envoyproxy-Overview.json b/x-pack/filebeat/module/envoyproxy/_meta/kibana/7/dashboard/Filebeat-Envoyproxy-Overview.json index 2f02c10a31f..d80081b896f 100644 --- a/x-pack/filebeat/module/envoyproxy/_meta/kibana/7/dashboard/Filebeat-Envoyproxy-Overview.json +++ b/x-pack/filebeat/module/envoyproxy/_meta/kibana/7/dashboard/Filebeat-Envoyproxy-Overview.json @@ -316,7 +316,7 @@ "enabled": true, "id": "2", "params": { - "field": "url.domain.keyword", + "field": "url.domain", "missingBucket": false, "missingBucketLabel": "Missing", "order": "desc", @@ -431,7 +431,7 @@ "enabled": true, "id": "2", "params": { - "field": "source.address.keyword", + "field": "source.address", "missingBucket": false, "missingBucketLabel": "Missing", "order": "desc", @@ -594,7 +594,7 @@ "enabled": true, "id": "1", "params": { - "field": "url.domain.keyword" + "field": "url.domain" }, "schema": "metric", "type": "cardinality" @@ -730,7 +730,7 @@ "enabled": true, "id": "2", "params": { - "field": "user_agent.name.keyword", + "field": "user_agent.name", "missingBucket": false, "missingBucketLabel": "Missing", "order": "desc", @@ -845,7 +845,7 @@ "enabled": true, "id": "2", "params": { - "field": "envoyproxy.proxy_type.keyword", + "field": "envoyproxy.proxy_type", "missingBucket": false, "missingBucketLabel": "Missing", "order": "desc",