Hi, I have created a number of ad-hoc GQI queries. In the next step of my project, I would like to run these queries at fixed intervals - e.g. once per hour, and keep track of how the results evolve over time.
Is there any existing solution for this? Perhaps a connector that can run the queries and trend the results?
Thanks for the help Joachim and Toon!
I ended up converting my C# code to python and using a scripted connector. This is using the data aggregation in the background, but also allowed me to get the same data into a connector quickly, with all the well-known connector features such alarming and trending, and without the need for an intermediate CSV file. The scripting was also quicker than creating a GQI ad-hoc data source.