mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
logstash cleanup, prep for multiarch, move to ubuntu
log4pot tweaking
This commit is contained in:
@ -46,7 +46,7 @@ if [ "$MY_TPOT_TYPE" == "SENSOR" ];
|
||||
echo "Hive username: $MY_HIVE_USERNAME"
|
||||
echo "Hive IP: $MY_HIVE_IP"
|
||||
echo
|
||||
cp /usr/share/logstash/config/pipelines_pot.yml /usr/share/logstash/config/pipelines.yml
|
||||
cp /usr/share/logstash/config/pipelines_sensor.yml /usr/share/logstash/config/pipelines.yml
|
||||
autossh -f -M 0 -4 -l $MY_HIVE_USERNAME -i $MY_SENSOR_PRIVATEKEYFILE -p 64295 -N -L64305:127.0.0.1:64305 $MY_HIVE_IP -o "ServerAliveInterval 30" -o "ServerAliveCountMax 3" -o "StrictHostKeyChecking=no" -o "UserKnownHostsFile=/dev/null"
|
||||
exit 0
|
||||
fi
|
2
docker/elk/logstash/dist/pipelines.yml
vendored
2
docker/elk/logstash/dist/pipelines.yml
vendored
@ -1,4 +1,6 @@
|
||||
- pipeline.id: logstash
|
||||
path.config: "/etc/logstash/conf.d/logstash.conf"
|
||||
pipeline.ecs_compatibility: disabled
|
||||
- pipeline.id: http_input
|
||||
path.config: "/etc/logstash/conf.d/http_input.conf"
|
||||
pipeline.ecs_compatibility: disabled
|
||||
|
@ -1,2 +1,3 @@
|
||||
- pipeline.id: http_output
|
||||
path.config: "/etc/logstash/conf.d/http_output.conf"
|
||||
pipeline.ecs_compatibility: disabled
|
Reference in New Issue
Block a user