This commit is contained in:
marsal
2025-08-21 18:57:57 +08:00
parent bdd2b461dc
commit 984fa247d7
13 changed files with 434 additions and 66 deletions

View File

@ -16,7 +16,7 @@ filter {
output {
if [servicename] {
if [service] {
elasticsearch {
hosts => [ "prod-es-elasticsearch:9200" ]
index => "sslog-%{[service]}"