mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
remove logstash row from manager
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user