logstash怎么如何设置同步时间

是每十分钟 10 是几点十分

schedule => "*/10 * * * *"

# */10 

//之前的写法是 "* * * * *",现在在前面再加一个,下方例子为2秒刷新一次

schedule => "*/2 * * * * *"

原文地址:https://www.cnblogs.com/wangwenlong8/p/13163389.html