mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-19 23:43:07 +01:00
13 lines
233 B
Plaintext
13 lines
233 B
Plaintext
{%- set ip = salt['pillar.get']('static:masterip', '') %}
|
|
|
|
[es]
|
|
es_url = http://{{ ip }}:9200
|
|
|
|
[hive]
|
|
hive_url = http://{{ ip }}:9000
|
|
hive_key = YOURHIVEAPIKEYHERE -- TO LATER BE REPLACED BY JINJA
|
|
|
|
[log]
|
|
logfile = /tmp/soctopus.log
|
|
|