mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
finetune logstash image and compose settings
This commit is contained in:
2
docker/elk/logstash/dist/entrypoint.sh
vendored
2
docker/elk/logstash/dist/entrypoint.sh
vendored
@ -82,6 +82,6 @@ if [ "$myTPOTILM" == "1" ];
|
||||
}
|
||||
}'
|
||||
else
|
||||
echo "T-Pot ILM already configured."
|
||||
echo "T-Pot ILM already configured or ES not available."
|
||||
fi
|
||||
echo
|
||||
|
1
docker/elk/logstash/dist/http_input.conf
vendored
1
docker/elk/logstash/dist/http_input.conf
vendored
@ -4,6 +4,7 @@ input {
|
||||
id => "tpot"
|
||||
host => "0.0.0.0"
|
||||
port => "64305"
|
||||
ecs_compatibility => disabled
|
||||
}
|
||||
}
|
||||
|
||||
|
4
docker/elk/logstash/dist/pipelines.yml
vendored
4
docker/elk/logstash/dist/pipelines.yml
vendored
@ -1,6 +1,6 @@
|
||||
- pipeline.id: logstash
|
||||
path.config: "/etc/logstash/conf.d/logstash.conf"
|
||||
path.config: "/etc/logstash/logstash.conf"
|
||||
pipeline.ecs_compatibility: disabled
|
||||
- pipeline.id: http_input
|
||||
path.config: "/etc/logstash/conf.d/http_input.conf"
|
||||
path.config: "/etc/logstash/http_input.conf"
|
||||
pipeline.ecs_compatibility: disabled
|
||||
|
@ -1,3 +1,3 @@
|
||||
- pipeline.id: http_output
|
||||
path.config: "/etc/logstash/conf.d/http_output.conf"
|
||||
path.config: "/etc/logstash/http_output.conf"
|
||||
pipeline.ecs_compatibility: disabled
|
||||
|
Reference in New Issue
Block a user