diff --git a/dashboards/indices_stats.js b/dashboards/indices_stats.js index 4591a2043b09..32adff586b94 100644 --- a/dashboards/indices_stats.js +++ b/dashboards/indices_stats.js @@ -118,7 +118,7 @@ panel_defaults_by_type["histogram"] = { zoomlinks: false, legend_counts: false, options: false, - legend: true, + legend: false, resolution: 20, y_format: "short" }; diff --git a/dashboards/nodes_stats.js b/dashboards/nodes_stats.js index bcbef9f6882a..8031e4392bd0 100644 --- a/dashboards/nodes_stats.js +++ b/dashboards/nodes_stats.js @@ -135,7 +135,7 @@ panel_defaults_by_type["histogram"] = { mode: 'max', zoomlinks: false, options: false, - legend: true, + legend: false, resolution: 20, annotate: annotate_config, y_format: "short" diff --git a/dashboards/overview.json b/dashboards/overview.json index b927b638aa91..4cf270fb4b94 100644 --- a/dashboards/overview.json +++ b/dashboards/overview.json @@ -121,7 +121,7 @@ "stack": false, "points": false, "lines": true, - "legend": true, + "legend": false, "show_query": true, "legend_counts": false, "x-axis": true, @@ -193,7 +193,7 @@ "stack": false, "points": false, "lines": true, - "legend": true, + "legend": false, "show_query": true, "legend_counts": false, "x-axis": true, @@ -266,7 +266,7 @@ "stack": false, "points": false, "lines": true, - "legend": true, + "legend": false, "show_query": true, "legend_counts": false, "x-axis": true, @@ -421,5 +421,5 @@ "load_local": true, "hide": false }, - "refresh": "5s" + "refresh": "1m" } \ No newline at end of file