Http_poller input plugin: please no http_poller_metadata

Hi there,
is there a 'trick' to disable collecting the http_poller_metadata fields when using this plugin? I am only interested in the acutal data I get.
Right now I am doing this:
http_poller {
urls => {
url => "https://api.met.no/weatherapi/locationforecast/1.9/.json?lat=51.2217&lon=6.7762"
}
request_timeout => 60
schedule => { every => "1m"}
codec => "json"
metadata_target => "http_poller_metadata"
}
kind regards
Stefano

If you do not set the metadata_target option then it will use the default, which is '@metadata'. In that case the metadata will not be stored with the event.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.