Create a discard notifier
The discard notifier discards all notifications.
You can't create discard notifiers from within the Chronosphere Observability Platform interface.
Select from the following methods to create a discard notifier.
To create a discard notifier using Chronoctl:
-
Define the resource definition for your discard notifier:
api_version: v1/config kind: Notifier spec: name: NAME slug: SLUG
Replace the following:
NAME
: A descriptive name, such asExample discard
.SLUG
: A unique identifier, such asexample-discard
.
-
Apply the changes:
chronoctl apply -f FILE_NAME.yaml
Replace
FILE_NAME
with the name of your notifier YAML file.