Idea: Add templating for incident scenarios
dgzlopes opened this issue · 0 comments
dgzlopes commented
For example:
"ID": "5",
"title": "Incident 5",
"difficulty": "3",
"database": ["Redis","MySQL","MongoDB"],
"scenario": "You've received an alert that your {{ database }} server is killed..."
I would love to use the same incident scenario but with some random bits each time (eg. technologies, tools, zones, regions...). I'm thinking about some kind of basic templating, like the one in the example.