I am using http polar to parse a json API with authentication required at the beginning.
Its showing an error that the URL is incorrect. And when I am checking my config file using --configtest, its showing the conf file is OK.
Where am I going wrong?
Following is my code:
> input
> {
> http_poller {
> urls => {
> test1 => "http://json-url-example"
> auth => {
> user => "user"
> password => "password"
> }
> }
> interval => 10830
> codec => "json"
> }
> }