refactor repo

This commit is contained in:
2024-03-14 10:10:45 +01:00
parent c790f6fedd
commit 027f62ea0d
206 changed files with 7407 additions and 1 deletions

View File

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