最近更新时间: 2019-10-30 01:53:04
在logstash中可以在conf中设置为索引增加日期后缀
elasticsearch { hosts => "host:9200" index => "log-%{+YYYY-MM-dd}" }