How can i get data to Kibana, that is available through the Orchestrator ODATA API?
Is there a build-in solution?
e.g.
This OData Api returns a collection of QueueItemsDtos ind JSON format.
“/odata/QueueItems?$filter=QueueDefinitionId eq 11 and (CreationTime gt 2018-06-06T00:00:00.000Z”)
How to get the same data in Kibana?