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 discard: trueReplace the following:
NAME: A descriptive name, such asExample discard.SLUG: A unique identifier, such asexample-discard.
-
Apply the changes:
chronoctl apply -f FILE_NAME.yamlReplace
FILE_NAMEwith the name of your notifier YAML file.