OBSERVABILITY PLATFORM
Discard

Create a discard notifier

The discard notifier discards all notifications.

You cannot 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: Example discard
      slug: example-discard
  2. Apply the changes:

    chronoctl apply -f FILE_NAME.yaml

    Replace FILE_NAME with the name of your notifier YAML file.