mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
add redis to receiver telegraf
This commit is contained in:
@@ -740,6 +740,9 @@
|
|||||||
commands = [
|
commands = [
|
||||||
"/scripts/eps.sh",
|
"/scripts/eps.sh",
|
||||||
"/scripts/raid.sh",
|
"/scripts/raid.sh",
|
||||||
|
{% if grains.role == 'so-receiver'% }
|
||||||
|
"/scripts/redis.sh",
|
||||||
|
{% endif %}
|
||||||
"/scripts/beatseps.sh"
|
"/scripts/beatseps.sh"
|
||||||
]
|
]
|
||||||
data_format = "influx"
|
data_format = "influx"
|
||||||
|
|||||||
Reference in New Issue
Block a user