logstash安装logstash-input-mongodb 写.conf es获取到索引没有数据 可是启动logstash一直有数据写入的
Logstash | 作者 Yancy | 发布于2017年09月12日 | 阅读数:5353input {
mongodb {
uri => 'mongodb://web:l8ka65##1@10.112.5.11:32222/who_aa_cen'
placeholder_db_dir => "/tmp/logstash-mongodb/who_log"
placeholder_db_name => "who_aa_cen"
collection => "who_log"
batch_size => 5000
type => "pc-mongodb"
}
}
output {
elasticsearch {
hosts => ["10.112.111.12:9400"]
index => "pc-mongodb-%{+YYYY.MM.dd}"
}
stdout { codec => rubydebug }
}
5 个回复
novia - 1&0
赞同来自:
Yancy
赞同来自:
Yancy
赞同来自:
mottled
赞同来自:
fantesycjt - 初学者
赞同来自:
上面是日志信息,求大神支持。