Http_poller – Run once and terminate

For testing purposes literally nothing.

Test it yourself:

input {
  http_poller {
    urls => {
      google => {
        url => "http://google.de"
      }
    }
    codec => "plain"
    schedule => { "in" => "0" }
  }
}

#output { stdout { } }