Has anyone done reporting in Orion on Cloud Infrastructure Monitoring elements?
My scenario...I have a bunch of AWS accounts, I'm doing CloudWatch API polling and getting all the expected metrics. Since all my accounts are monitored in orion (and the AWS console is terrible) I thought Orion would be a good place to run a report showing, globally, certain cloud-specific information. It almost accomplishes what I need, but here's where it is kind of falling apart...
I want a report that shows all running instances and whether or not they have an elastic IP associated. I can kind of get at that info by getting a report of all running instances and including a column with the external dns name (which only shows up when there's an elastic IP attached). However, I have observed some instances where there is an elastic IP associated, but no external dns record...so it's incomplete.
The available data points for the report do not include the ip addresses, however the ip addresses are shown in the "node details page" for the monitored instances. Similarly, I'd like to also see the security groups associated, but again, even though i can see that by going to the details page for the instance, I can't get to that info from reports.
I am using the Custom Table resource...filtering to "status is equal to up" and i've added Owner (account id), description, public dns name, region display name. Those 4 items work fine, I just can't see a way to get at the ip addres(es) & security group(s) associated to the instances.
Any thoughts anyone out there?