mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-18 02:56:30 +08:00
16 lines
260 B
Plaintext
16 lines
260 B
Plaintext
input {
|
|
kafka {
|
|
bootstrap_servers => "kafka:9093"
|
|
topics => "zz-log-topic"
|
|
codec => plain
|
|
}
|
|
}
|
|
|
|
# 监听
|
|
output {
|
|
elasticsearch {
|
|
hosts => ["http://elasticsearch:9200"]
|
|
index => "logstash-%{+YYYY-MM}"
|
|
}
|
|
}
|