mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 09:42:46 +01:00
Telegraf - Track Oldest PCAP
This commit is contained in:
@@ -618,7 +618,8 @@
|
|||||||
{% elif grains['role'] == 'so-SENSOR' %}
|
{% elif grains['role'] == 'so-SENSOR' %}
|
||||||
[[inputs.exec]]
|
[[inputs.exec]]
|
||||||
commands = [
|
commands = [
|
||||||
"/scripts/stenoloss.sh"
|
"/scripts/stenoloss.sh",
|
||||||
|
"/scripts/oldpcap.sh"
|
||||||
]
|
]
|
||||||
data_format = "influx"
|
data_format = "influx"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user