From c1c2fa8a5b91c3f97c602f72b0517f132b87a666 Mon Sep 17 00:00:00 2001 From: Jaime Soriano Pastor Date: Wed, 24 Oct 2018 10:46:22 +0200 Subject: [PATCH] Fix typo in Filebeat IIS Kibana visualization (#8604) (#8709) (cherry picked from commit 78fcac089a829cd04b6ee04818bf6c5615608579) Co-authored-by: Samuel Nelson --- .../module/iis/_meta/kibana/6/dashboard/Filebeat-iis.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/filebeat/module/iis/_meta/kibana/6/dashboard/Filebeat-iis.json b/filebeat/module/iis/_meta/kibana/6/dashboard/Filebeat-iis.json index 3158c3de45bc..8dc20c5c266f 100644 --- a/filebeat/module/iis/_meta/kibana/6/dashboard/Filebeat-iis.json +++ b/filebeat/module/iis/_meta/kibana/6/dashboard/Filebeat-iis.json @@ -208,7 +208,7 @@ } } }, - "title": "Broswers breakdown [Filebeat IIS]", + "title": "Browsers breakdown [Filebeat IIS]", "uiStateJSON": {}, "version": 1, "visState": { @@ -258,7 +258,7 @@ "legendPosition": "right", "type": "pie" }, - "title": "Broswers breakdown [Filebeat IIS]", + "title": "Browsers breakdown [Filebeat IIS]", "type": "pie" } }, @@ -653,4 +653,4 @@ } ], "version": "6.1.2" -} \ No newline at end of file +}