The incidents.csv file is generated by AlertTasks, listing the breaches and warnings detected. This file populates the Incidents store through a fetch topic. Every server’s data directory has its own “incident” directory, for example, src/test/resources/data-samples/data/{server}/incident. For each breach or warning, a new file is created per run and per KPI, with the file name format “/incident_{kpiName}_{lastUpdateTimeStamp}.csv”.
Column Name
Description
Required
Value Example
Limit ID
Unique key for evaluated limit
Y
417288935
Incident Type
The type of Incident: BREACH or WARNING
Y
BREACH or WARNING
Measure Value
Value of Measure at evaluated location
Y
6056856.442934998
Location
Location in the cube where the Incident occurred
Y
Desk@Desks@Booking
MDX
MDX used to evaluate status
Y
“SELECT NON EMPTY Hierarchize( Descendants( { [Booking].[Books].[AllMember] }, 1 ) ) ON ROWS, NON EMPTY { [Measures].[FX Risk Charge], [Measures].[SA Book Limit2 Status] } ON COLUMNS FROM [StandardisedApproachCube] WHERE ([displayCurrency].[displayCurrency].[USD], [Dates].[Date].[2018-09-28]) CELL PROPERTIES VALUE, FORMATTED_VALUE, BACK_COLOR, FORE_COLOR, FONT_FLAGS”