Management wants me to extract all the component statuses (mostly Up, Down, Unknown, or Critical) for every component monitor for every node for as far back as we can get data. (They want to produce some reports in PowerBI).
Is [dbo].[APM_ComponentStatus_CS] the right view for this information? It appears to have each component, and "Availability" id, Timestamp, PercentAvailability, and Weight.
It appears that this view combines the _detail, _hourly, and _daily data into one, correct?
And Weight corresponds to how many polls in the given time period have the corresponding Availability status, right?
For example, if my row has this data:
ComponentID 393429
Availability 1<br />Timestamp 2023-12-18 00:00:00.0000000<br />ID 16455587278 <br />PercentAvailability 100<br />Weight 288
Then I think the "weight" is the total number of polls that occurred on December 18th, 2023, that had an "Availability" of 1, right?
A few more questions:
* Is there any other table that would allow me to go back farther than 2023-12-09? (I know there are some retention settings somewhere in Solarwinds, but those seem to indicate 365 days (see picture below)
* Where is a table that gives me each status for the "Availability" code?
* Is there a better way to go about fulfilling this request?
Thank you~!
