Skip to content
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
5 changes: 3 additions & 2 deletions content/en/synthetics/notifications/template_variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ Test failed at step {{synthetics.failed_step.name}} with error: {{synthetics.fai
`{{tags.env}}`
: The environment tag value (for example, `prod`).

**Note:** Not all variables are available for every test type. You may need to test different outputs to verify the data returned.
**Note:** Not all variables are available for every test type. You may need to test different outputs to verify the data returned. You can export the result as a JSON file from the **Actions** tab, then reference the path directly within your monitor configuration.


### Result attributes

Expand Down Expand Up @@ -895,4 +896,4 @@ If `service` tag is set:

## Further Reading

{{< partial name="whats-next/whats-next.html" >}}
{{< partial name="whats-next/whats-next.html" >}}
Loading