Logstash OData endpoint

Hi,
I'm using http_pooler in order to fetch data from OData endpoint.
url => "https://odata-XXXXX.com/v2.0/Inputs?apikey=apikey" -> works correct
url => "https://odata-XXXXX.com/v2.0/Inputs?$orderby=timestamp desc&apikey=apikey" -> I'm getting inside Logstash logs incorrect url despite that url is correct and e.g. I can do just GET call through browser and get data in bot cases. Logstash doesn't accept that part $orderby=timestamp desc. What's the reason?

Thanks,
Kuba

resolved url => "https://odata-XXXXX.com/v2.0/Inputs?$orderby=timestamp%20desc&apikey=apikey"

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