Hello,
I am trying to create a chart based some custom SAM components I have set up.
When I try to set up the chart I get a "Data is not available" message.
This is the SWQL query I have right now and the query is valid, as I receive results from the query.
select timestamp, maxstatisticdata from orion.apm.chartevidence2 where componentid = 108559
This is settings that I have so far.
The data is grouped by timestamp.
The Legend shows the timestamp.
Time period is the last 24 hours.
Sample interval is 10 minutes, which is a slower frequency than the SAM Component polling.

Does anyone have any ideas what I am doing wrong?
I have checked serveral thwack forums and haven't found my answer.
Thank you,