Skip to main content
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:
  1. Define the resource definition for your discard notifier:
    api_version: v1/config
    kind: Notifier
    spec:
      name: NAME
      slug: SLUG
      discard: true
    
    Replace the following:
    • NAME: A descriptive name, such as Example discard.
    • SLUG: A unique identifier, such as example-discard.
  2. Apply the changes:
    chronoctl apply -f FILE_NAME.yaml
    
    Replace FILE_NAME with the name of your notifier YAML file.