Just upgraded my logstash from 6.4 to 6.6 and http_poller plugin to latest version then I get this problem
[LogStash::Runner] http_poller - Missing a required setting for the http_poller input plugin:
input {
http_poller {
schedule => # SETTING MISSING
...
}
}
Although I already set schedule in my config:
schedule => {"every" => ''15m"}
Thanks,