mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-18 15:02:50 +01:00
Logstash Module - Pull from unparsed
This commit is contained in:
@@ -29,12 +29,13 @@ filebeatpkidir:
|
|||||||
- group: 939
|
- group: 939
|
||||||
- makedirs: True
|
- makedirs: True
|
||||||
|
|
||||||
|
# This needs to be owned by root
|
||||||
filebeatconfsync:
|
filebeatconfsync:
|
||||||
file.recurse:
|
file.recurse:
|
||||||
- name: /opt/so/conf/filebeat/etc
|
- name: /opt/so/conf/filebeat/etc
|
||||||
- source: salt://filebeat/etc
|
- source: salt://filebeat/etc
|
||||||
- user: 939
|
- user: 0
|
||||||
- group: 939
|
- group: 0
|
||||||
- template: jinja
|
- template: jinja
|
||||||
|
|
||||||
#filebeatcrt:
|
#filebeatcrt:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ input {
|
|||||||
redis {
|
redis {
|
||||||
host => '{{ master }}'
|
host => '{{ master }}'
|
||||||
data_type => 'list'
|
data_type => 'list'
|
||||||
key => 'logstash:redis'
|
key => 'logstash:unparsed'
|
||||||
type => 'redis-input'
|
type => 'redis-input'
|
||||||
# threads => 1
|
# threads => 1
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user