mirror of
https://github.com/AudebertAdrien/ft_transcendence.git
synced 2025-12-16 14:07:49 +01:00
18 lines
214 B
Plaintext
18 lines
214 B
Plaintext
input {
|
|
beat {
|
|
port => 5044
|
|
}
|
|
}
|
|
|
|
filter {
|
|
}
|
|
|
|
output {
|
|
elasticsearch {
|
|
hosts => ["http://es01:9200"]
|
|
index => "docker-logs-%{+YYYY.MM.dd}"
|
|
user=> "${ELASTIC_USER}"
|
|
password=> "${ELASTIC_PASSWORD}"
|
|
}
|
|
}
|