remove logstash row from manager

This commit is contained in:
m0duspwnens
2021-11-02 08:36:13 -04:00
parent a9be0a0409
commit 5d414c8bdd
3 changed files with 11 additions and 24 deletions

View File

@@ -908,73 +908,60 @@ grafana:
h: 8 h: 8
w: 12 w: 12
row_logstash: row_elasticsearch:
gridPos: gridPos:
x: 0 x: 0
y: 152 y: 152
h: 1 h: 1
w: 24 w: 24
logstash_estimated_eps_graph:
gridPos:
x: 0
y: 153
h: 8
w: 24
row_elasticsearch:
gridPos:
x: 0
y: 161
h: 1
w: 24
elasticsearch_document_count_graph: elasticsearch_document_count_graph:
gridPos: gridPos:
x: 0 x: 0
y: 162 y: 153
h: 8 h: 8
w: 12 w: 12
elasticsearch_thread_count_graph: elasticsearch_thread_count_graph:
gridPos: gridPos:
x: 12 x: 12
y: 162 y: 153
h: 8 h: 8
w: 12 w: 12
elasticsearch_store_size_graph: elasticsearch_store_size_graph:
gridPos: gridPos:
x: 0 x: 0
y: 170 y: 161
h: 8 h: 8
w: 12 w: 12
elasticsearch_field_data_cache_size_graph: elasticsearch_field_data_cache_size_graph:
gridPos: gridPos:
x: 12 x: 12
y: 170 y: 161
h: 8 h: 8
w: 12 w: 12
row_redis: row_redis:
gridPos: gridPos:
x: 0 x: 0
y: 178 y: 169
h: 1 h: 1
w: 24 w: 24
redis_queue_graph: redis_queue_graph:
gridPos: gridPos:
x: 0 x: 0
y: 179 y: 170
h: 8 h: 8
w: 24 w: 24
row_influxdb: row_influxdb:
gridPos: gridPos:
x: 0 x: 0
y: 214 y: 178
h: 1 h: 1
w: 24 w: 24
influxdb_db_size_graph: influxdb_db_size_graph:
gridPos: gridPos:
x: 0 x: 0
y: 214 y: 179
h: 8 h: 8
w: 24 w: 24

View File

@@ -7,7 +7,7 @@
"h": {{ PANELS.monitor_interface_traffic_inbound_combined_graph.gridPos.h }} "h": {{ PANELS.monitor_interface_traffic_inbound_combined_graph.gridPos.h }}
}, },
"type": "timeseries", "type": "timeseries",
"title": "Monitor Traffic - Combined", "title": "Monitor Traffic - Selected Combined",
"transformations": [ "transformations": [
{ {
"id": "calculateField", "id": "calculateField",

View File

@@ -7,7 +7,7 @@
"h": {{ PANELS.monitor_interface_traffic_stat.gridPos.h }} "h": {{ PANELS.monitor_interface_traffic_stat.gridPos.h }}
}, },
"type": "stat", "type": "stat",
"title": "Monitor Traffic", "title": "Monitor Traffic - Combined",
"datasource": "InfluxDB", "datasource": "InfluxDB",
"pluginVersion": "8.2.1", "pluginVersion": "8.2.1",
"interval": "30s", "interval": "30s",