This commit is contained in:
lxj
2025-06-17 19:35:03 +08:00
commit ef4e1fd698
1172 changed files with 796496 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
input {
tcp {
mode => "server"
host => "0.0.0.0"
port => 4560
codec => json_lines
}
}
output {
elasticsearch {
hosts => "127.0.0.1:9200"
index => "%{[spring.application.name]}-%{+YYYY.MM.dd}"
}
}