📅  最后修改于: 2022-03-11 14:55:09.106000             🧑  作者: Mango
input {
beats {
port => 5044
}
}
output {
elasticsearch {
hosts => ["http://localhost:9200"]
index => "%{[@metadata][beat]}-%{[@metadata][version]}"
}
}