Is there an easy way to export Incident Rule information through dynaTrace? For example, create an excel spreadsheet with the following columns.
Incident Rule Name | Description | Severity | Evaluation Timeframe | Condition (Measure Name) | Threshold(s) | Aggregation |
I want to create a single spreadsheet that contains all System Profiles and the Incident Rules that go with each one.
I want the actual Incident Rules, not the incidents.
Answer by Dave M. ·
Hi Patrick,
I know of no easy way, but I have some xsl that I have used for similar requirements in the past that you might be able to adapt to meet your needs:
https://github.com/dmauney/Dynatrace/blob/master/scripts/msxls/extract_thresholds.bat
https://github.com/dmauney/Dynatrace/blob/master/scripts/msxls/extract_thresholds.xsl
https://github.com/dmauney/Dynatrace/blob/master/scripts/msxls/msxsl.exe
HTH,
dave
Answer by Patrick R. ·
I think this will do the trick after I modify a few things. I appreciate the quick response!
Thanks,
Patrick
JANUARY 15, 3:00 PM GMT / 10:00 AM ET