Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

The HTTP Poller Streaming source is available in the Hub.

Plugin version: 2.1011.10

This is a streaming source that will fetch data from a specified URL at a given interval and pass the results to the next plugin. This source will return one record for each request to the specified URL. The record will contain a timestamp, the URL that was requested, the response code of the response and the set of response headers in a map<string, string> format, and the body of the response.

...