Added bro and suricata to the logger vagrant
configured splunk to ingest both bro and suricata logs reconfigured logger vagrant box to have 2 CPUs and 4GB of RAM
This commit is contained in:
17
Vagrant/resources/bro/bro.service
Normal file
17
Vagrant/resources/bro/bro.service
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Bro
|
||||||
|
After=network.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStartPre=-/opt/bro/bin/broctl cleanup
|
||||||
|
ExecStartPre=/opt/bro/bin/broctl check
|
||||||
|
ExecStartPre=/opt/bro/bin/broctl install
|
||||||
|
ExecStart=/opt/bro/bin/broctl start
|
||||||
|
ExecStop=/opt/bro/bin/broctl stop
|
||||||
|
RestartSec=10s
|
||||||
|
Type=oneshot
|
||||||
|
RemainAfterExit=yes
|
||||||
|
TimeoutStopSec=600
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
||||||
Reference in New Issue
Block a user