From 522f2a3f9f6940a1b47b81edde4f09df82f1a94e Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Mon, 19 Jul 2021 17:19:56 -0400 Subject: [PATCH] maxdatapoints and min interval --- .../panels/elasticsearch_field_data_cache_size_graph.json.jinja | 2 ++ salt/grafana/panels/elasticsearch_store_size_graph.json.jinja | 2 ++ salt/grafana/panels/elasticsearch_thread_count_graph.json.jinja | 2 ++ salt/grafana/panels/influxdb_db_size_graph.json.jinja | 2 ++ salt/grafana/panels/redis_queue_graph.json.jinja | 2 ++ salt/grafana/panels/stenographer_packet_loss_graph.json.jinja | 2 ++ .../grafana/panels/stenographer_pcap_retention_graph.json.jinja | 2 ++ salt/grafana/panels/suricata_packet_loss_graph.json.jinja | 2 ++ salt/grafana/panels/zeek_capture_loss_graph.json.jinja | 2 ++ salt/grafana/panels/zeek_packet_loss_graph.json.jinja | 2 ++ 10 files changed, 20 insertions(+) diff --git a/salt/grafana/panels/elasticsearch_field_data_cache_size_graph.json.jinja b/salt/grafana/panels/elasticsearch_field_data_cache_size_graph.json.jinja index 69c374fca..4f7b0a92d 100644 --- a/salt/grafana/panels/elasticsearch_field_data_cache_size_graph.json.jinja +++ b/salt/grafana/panels/elasticsearch_field_data_cache_size_graph.json.jinja @@ -1,6 +1,8 @@ { "aliasColors": {}, "bars": false, + "maxDataPoints": 750, + "interval": "30s", "dashLength": 10, "dashes": false, "datasource": "InfluxDB", diff --git a/salt/grafana/panels/elasticsearch_store_size_graph.json.jinja b/salt/grafana/panels/elasticsearch_store_size_graph.json.jinja index 59ee89df7..f12d1dc63 100644 --- a/salt/grafana/panels/elasticsearch_store_size_graph.json.jinja +++ b/salt/grafana/panels/elasticsearch_store_size_graph.json.jinja @@ -1,6 +1,8 @@ { "aliasColors": {}, "bars": false, + "maxDataPoints": 750, + "interval": "30s", "cacheTimeout": null, "dashLength": 10, "dashes": false, diff --git a/salt/grafana/panels/elasticsearch_thread_count_graph.json.jinja b/salt/grafana/panels/elasticsearch_thread_count_graph.json.jinja index 9602adc9e..843d5eba4 100644 --- a/salt/grafana/panels/elasticsearch_thread_count_graph.json.jinja +++ b/salt/grafana/panels/elasticsearch_thread_count_graph.json.jinja @@ -1,6 +1,8 @@ { "aliasColors": {}, "bars": false, + "maxDataPoints": 750, + "interval": "30s", "dashLength": 10, "dashes": false, "datasource": "InfluxDB", diff --git a/salt/grafana/panels/influxdb_db_size_graph.json.jinja b/salt/grafana/panels/influxdb_db_size_graph.json.jinja index 7c07525b7..95cdb90b5 100644 --- a/salt/grafana/panels/influxdb_db_size_graph.json.jinja +++ b/salt/grafana/panels/influxdb_db_size_graph.json.jinja @@ -1,6 +1,8 @@ { "aliasColors": {}, "bars": false, + "maxDataPoints": 750, + "interval": "30s", "dashLength": 10, "dashes": false, "datasource": "InfluxDB", diff --git a/salt/grafana/panels/redis_queue_graph.json.jinja b/salt/grafana/panels/redis_queue_graph.json.jinja index c246d11e7..8aeaf52ca 100644 --- a/salt/grafana/panels/redis_queue_graph.json.jinja +++ b/salt/grafana/panels/redis_queue_graph.json.jinja @@ -1,6 +1,8 @@ { "aliasColors": {}, "bars": false, + "maxDataPoints": 750, + "interval": "30s", "dashLength": 10, "dashes": false, "datasource": "InfluxDB", diff --git a/salt/grafana/panels/stenographer_packet_loss_graph.json.jinja b/salt/grafana/panels/stenographer_packet_loss_graph.json.jinja index d3d1f66d4..430813fae 100644 --- a/salt/grafana/panels/stenographer_packet_loss_graph.json.jinja +++ b/salt/grafana/panels/stenographer_packet_loss_graph.json.jinja @@ -1,6 +1,8 @@ { "aliasColors": {}, "bars": false, + "maxDataPoints": 750, + "interval": "30s", "cacheTimeout": null, "dashLength": 10, "dashes": false, diff --git a/salt/grafana/panels/stenographer_pcap_retention_graph.json.jinja b/salt/grafana/panels/stenographer_pcap_retention_graph.json.jinja index 033794a64..aa3e22146 100644 --- a/salt/grafana/panels/stenographer_pcap_retention_graph.json.jinja +++ b/salt/grafana/panels/stenographer_pcap_retention_graph.json.jinja @@ -1,6 +1,8 @@ { "aliasColors": {}, "bars": false, + "maxDataPoints": 750, + "interval": "30s", "cacheTimeout": null, "dashLength": 10, "dashes": false, diff --git a/salt/grafana/panels/suricata_packet_loss_graph.json.jinja b/salt/grafana/panels/suricata_packet_loss_graph.json.jinja index 5d75eede7..fec48ec10 100644 --- a/salt/grafana/panels/suricata_packet_loss_graph.json.jinja +++ b/salt/grafana/panels/suricata_packet_loss_graph.json.jinja @@ -1,6 +1,8 @@ { "aliasColors": {}, "bars": false, + "maxDataPoints": 750, + "interval": "30s", "cacheTimeout": null, "dashLength": 10, "dashes": false, diff --git a/salt/grafana/panels/zeek_capture_loss_graph.json.jinja b/salt/grafana/panels/zeek_capture_loss_graph.json.jinja index 9a3d24126..1e590ff6e 100644 --- a/salt/grafana/panels/zeek_capture_loss_graph.json.jinja +++ b/salt/grafana/panels/zeek_capture_loss_graph.json.jinja @@ -1,6 +1,8 @@ { "aliasColors": {}, "bars": false, + "maxDataPoints": 750, + "interval": "30s", "dashLength": 10, "dashes": false, "datasource": "InfluxDB", diff --git a/salt/grafana/panels/zeek_packet_loss_graph.json.jinja b/salt/grafana/panels/zeek_packet_loss_graph.json.jinja index 898cb2c85..6c2dc10f5 100644 --- a/salt/grafana/panels/zeek_packet_loss_graph.json.jinja +++ b/salt/grafana/panels/zeek_packet_loss_graph.json.jinja @@ -1,6 +1,8 @@ { "aliasColors": {}, "bars": false, + "maxDataPoints": 750, + "interval": "30s", "cacheTimeout": null, "dashLength": 10, "dashes": false,