Skip to content

Add new variable AlertResponseId for Monitors #5489

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/alerts/monitors/alert-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Variables must be enclosed by double curly brackets (`{{ }}`). Unresolved variab
| `{{TriggerTimeEnd}}` | The end time of the time range that triggered the monitor in Unix format. For example, `1626190592042`. | ✅| ✅|
| `{{SourceURL}}` | The URL to the configuration or status page of the monitor in Sumo Logic. | ✅| ❌ |
| `{{AlertResponseUrl}}` | When your monitor is triggered, it will generate a URL and provide it as the value of this variable where you can use it to open alert response. | ✅| ❌ |
| `{{AlertResponseId}}` | The unique identifier of the triggered alert. | ✅| ❌ |
| `{{AlertName}}` | Name of the alert that will be displayed on the alert page. | ✅| ✅|
| `{{Playbook}}` | Allows you to access the [playbook content](/docs/alerts/monitors/create-monitor/#step-4-playbook-optional) configured as part of your initial monitor setup. | ✅| ✅|

Expand Down