mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
Add telegraf scripts to track eps and failures for beats
This commit is contained in:
@@ -679,7 +679,8 @@
|
|||||||
"/scripts/redis.sh",
|
"/scripts/redis.sh",
|
||||||
"/scripts/influxdbsize.sh",
|
"/scripts/influxdbsize.sh",
|
||||||
"/scripts/eps.sh",
|
"/scripts/eps.sh",
|
||||||
"/scripts/raid.sh"
|
"/scripts/raid.sh",
|
||||||
|
"/beatseps.sh"
|
||||||
]
|
]
|
||||||
data_format = "influx"
|
data_format = "influx"
|
||||||
## Timeout for each command to complete.
|
## Timeout for each command to complete.
|
||||||
@@ -695,7 +696,8 @@
|
|||||||
"/scripts/zeekcaptureloss.sh",
|
"/scripts/zeekcaptureloss.sh",
|
||||||
{% endif %}
|
{% endif %}
|
||||||
"/scripts/oldpcap.sh",
|
"/scripts/oldpcap.sh",
|
||||||
"/scripts/raid.sh"
|
"/scripts/raid.sh",
|
||||||
|
"/beatseps.sh"
|
||||||
]
|
]
|
||||||
data_format = "influx"
|
data_format = "influx"
|
||||||
timeout = "15s"
|
timeout = "15s"
|
||||||
@@ -711,7 +713,8 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
"/scripts/oldpcap.sh",
|
"/scripts/oldpcap.sh",
|
||||||
"/scripts/eps.sh",
|
"/scripts/eps.sh",
|
||||||
"/scripts/raid.sh"
|
"/scripts/raid.sh",
|
||||||
|
"/beatseps.sh"
|
||||||
]
|
]
|
||||||
data_format = "influx"
|
data_format = "influx"
|
||||||
timeout = "15s"
|
timeout = "15s"
|
||||||
@@ -729,7 +732,8 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
"/scripts/oldpcap.sh",
|
"/scripts/oldpcap.sh",
|
||||||
"/scripts/eps.sh",
|
"/scripts/eps.sh",
|
||||||
"/scripts/raid.sh"
|
"/scripts/raid.sh",
|
||||||
|
"/beatseps.sh"
|
||||||
]
|
]
|
||||||
data_format = "influx"
|
data_format = "influx"
|
||||||
timeout = "15s"
|
timeout = "15s"
|
||||||
@@ -746,7 +750,8 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
"/scripts/oldpcap.sh",
|
"/scripts/oldpcap.sh",
|
||||||
"/scripts/influxdbsize.sh",
|
"/scripts/influxdbsize.sh",
|
||||||
"/scripts/raid.sh"
|
"/scripts/raid.sh",
|
||||||
|
"/beatseps.sh"
|
||||||
]
|
]
|
||||||
data_format = "influx"
|
data_format = "influx"
|
||||||
timeout = "15s"
|
timeout = "15s"
|
||||||
|
|||||||
Reference in New Issue
Block a user