Install StarTree templates
ThirdEye comes packaged with ready-to-use templates. To reinstall these templates, make the following call to the ThirdEye API:Updates are backward compatible. They will not break your alert configuration nor change the alert behavior, except for bug fixes.
-d "updateExisting=false"
in the command above.
Create a new template
- Click Create → Create Alert Template.
- Create your template. The JSON schema is the same as the template field in an alert. See alert configuration.
- Add a
name
and adescription
. - Use properties in format
${myProperty}
where you want the detection logic to be configurable. These properties will be set by the alert using the template.

Most of the time, the template creation process looks like this:
- Create an alert - experiment, make sure it works fine and validate it can be reused for similar problems.
- Copy the template of the alert inside an alert template.
- Add a
name
and adescription
to the template. Save. - Reuse the alert