refactor repo

This commit is contained in:
2024-03-14 10:20:30 +01:00
parent de18726abb
commit 26b59425b7
32 changed files with 688 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
input {
gelf {
}
}
output {
elasticsearch {
hosts => "elasticsearch:9200"
}
}