Merge pull request #9564 from Security-Onion-Solutions/TOoSmOotH-patch-5

Update 0900_input_redis.conf.jinja
This commit is contained in:
Mike Reeves
2023-01-11 14:54:40 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ input {
type => 'redis-input'
threads => {{ THREADS }}
batch_count => {{ BATCH }}
password => {{ REDIS_PASS }}
password => '{{ REDIS_PASS }}'
}
}
{% endfor %}

View File

@@ -16,6 +16,6 @@ output {
congestion_threshold => 50000000
batch => true
batch_events => {{ BATCH }}
password => {{ REDIS_PASS }}
password => '{{ REDIS_PASS }}'
}
}