Hey Guys,
I have been looking for some way to integrate solarwinds with elasticsearch, what i'm trying is to get all the data which is collected in solarwinds into elasticsearch, so that i can build dashboards in ELK and present it to customers.
Have been using http_poller method in elasticsearch to get data from solarwinds through restapi's.
https://solarwinds.domain.com:17778/SolarWinds/InformationService/v3/Json/Query?query=SELECT%20NodeID%20FROM%20Orion.No…
This is the link i'm using to get data into elk, but this link gives only how many nodes i'm monitoring, is there any other way where i can get all the system metrics which is collected by solarwinds into elasticsearch?
Please advice
Thanks
Gautham