first version

This commit is contained in:
stephane.david
2026-03-14 16:20:35 +01:00
commit ca48fb9b87
4 changed files with 106 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
input {
beats {
port => 5044
}
}
output {
elasticsearch {
hosts => ["http://elasticsearch:9200"]
user => "myadmin"
password => "mypassw0rd!"
index => "logstash-%{+YYYY.MM.dd}"
}
}