Files
securityonion/salt/pcap/files/config
2018-11-13 18:18:39 -05:00

17 lines
466 B
Plaintext

{%- set interface = salt['pillar.get']('sensor:interface', 'bond0') %}
{
"Threads": [
{ "PacketsDirectory": "/nsm/pcap"
, "IndexDirectory": "/nsm/pcapindex"
, "MaxDirectoryFiles": 30000
, "DiskFreePercentage": 5
}
]
, "StenotypePath": "/usr/bin/stenotype"
, "Interface": "{{ interface }}"
, "Port": 1234
, "Host": "127.0.0.1"
, "Flags": ["-v", "--uid=stenographer", "--gid=stenographer"]
, "CertPath": "/etc/stenographer/certs"
}