mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01:00
Merge pull request #894 from Security-Onion-Solutions/feature/playbook-unit-testing
Playbook - Initial Support for Unit Testing
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
[es]
|
[es]
|
||||||
es_url = http://{{MASTER}}:9200
|
es_url = http://{{MASTER}}:9200
|
||||||
|
es_ip = {{MASTER}}
|
||||||
es_user = YOURESUSER
|
es_user = YOURESUSER
|
||||||
es_pass = YOURESPASS
|
es_pass = YOURESPASS
|
||||||
es_index_pattern = so-*
|
es_index_pattern = so-*
|
||||||
@@ -62,6 +63,7 @@ slack_webhook = YOURSLACKWEBHOOK
|
|||||||
playbook_url = https://{{MASTER}}/playbook
|
playbook_url = https://{{MASTER}}/playbook
|
||||||
playbook_key = de6639318502476f2fa5aa06f43f51fb389a3d7f
|
playbook_key = de6639318502476f2fa5aa06f43f51fb389a3d7f
|
||||||
playbook_verifycert = no
|
playbook_verifycert = no
|
||||||
|
playbook_unit_test_index = playbook-testing
|
||||||
|
|
||||||
[log]
|
[log]
|
||||||
logfile = /var/log/SOCtopus/soctopus.log
|
logfile = /var/log/SOCtopus/soctopus.log
|
||||||
|
|||||||
Reference in New Issue
Block a user