This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Seeking help on a report to display data returned from a component historically.

I am trying to find where the statistic data values are stored in the Orion dB so I can build a custom report. Anyone know which table I would look at by chance? I can find availability but not the actual statistic data. 

TRM Stats.jpg

This is how the monitor appears in Orion.

TRMUX.jpg

  • As these types of components can return multiple values, they are stored in a different location to other component stats.

    There are two database views that might help:

    • APM_MultiValueAlertsData - I think this is the most recent poll data
    • APM_ChartEvidence2 - contains historical data with timestamps

    If you use SWQL you can reference these directly from the Orion.APM.Component table making it easier to filter by application or component values.

    image.png

  • Thank you VERY much for this info. Exactly what I was looking for. Really appreciate the help.