mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 18:22:47 +01:00
Allow auth for redis check for tgraf
This commit is contained in:
@@ -7,5 +7,4 @@
|
|||||||
{%- set REDIS_PASS = salt['pillar.get']('redis:config:requirepass', '0') %}
|
{%- set REDIS_PASS = salt['pillar.get']('redis:config:requirepass', '0') %}
|
||||||
|
|
||||||
. /usr/sbin/so-common
|
. /usr/sbin/so-common
|
||||||
REDISCLI_AUTH={{ REDIS_PASS }}
|
docker exec so-redis /bin/sh -c "export REDISCLI_AUTH={{ REDIS_PASS }} && redis-cli llen logstash:unparsed"
|
||||||
docker exec so-redis redis-cli llen logstash:unparsed
|
|
||||||
Reference in New Issue
Block a user