mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2025-12-08 20:38:59 +00:00
ansible playbooks for retailor.io infrastructure
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
input {
|
||||
beats {
|
||||
port => 5045
|
||||
}
|
||||
}
|
||||
|
||||
filter {
|
||||
}
|
||||
|
||||
output {
|
||||
elasticsearch {
|
||||
index => "laravel-logs-%{+YYYY.MM}"
|
||||
hosts => "${ELASTIC_HOSTS}"
|
||||
user => "elastic"
|
||||
password => "${ELASTIC_PASSWORD}"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user