finetune logstash image and compose settings

This commit is contained in:
t3chn0m4g3
2022-03-31 14:46:56 +00:00
parent bf39f85df0
commit 5f18f7f17f
15 changed files with 31 additions and 29 deletions

View File

@ -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

View File

@ -4,6 +4,7 @@ input {
id => "tpot"
host => "0.0.0.0"
port => "64305"
ecs_compatibility => disabled
}
}

View File

@ -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

View File

@ -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