elasticsearch 索引 类型 id

zjtest7-frontend:/usr/local/logstash-2.3.4/config# cat logstash_indexer01.conf 
input {
        redis {
                host => "192.168.32.67"
                data_type => "list"
                key => "zj_nginx:redis"
                type => "zj_nginx"
                password => "1234567"
                port =>"6379"
        }






}
output {
        elasticsearch {
                hosts => "192.168.32.80:9200"
                index => "logstash-zjzc-nginx-%{+YYYY.MM.dd}"
        }
stdout {
codec => rubydebug
}
      }  

相关文章:

  • 2021-04-05
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
猜你喜欢
  • 2021-10-15
  • 2021-09-24
  • 2021-10-26
  • 2022-12-23
  • 2022-01-23
  • 2021-04-10
  • 2021-11-29
相关资源
相似解决方案