Edge Delta Moogsoft Output

Trigger data to Moogsoft.

Overview

This output type sends notifications and alerts to a specified Moogsoft URL.

Example

    - name: moogsoft-default
      type: moogsoft
      endpoint: "localhost"
      api_key: "moogsoft-apikey"
      notify_content:
        custom_fields:
          "jira-ticket": "ticket"

Parameters

name

Required

Enter a descriptive name for the output or integration.

For outputs, this name will be used to map this destination to a workflow.

name: moogsoft-default

integration_name

Optional

This parameter refers to the organization-level integration created in the Integrations page.

If you need to add multiple instances of the same integration into the config, then you can add a custom name to each instance via the name parameter. In this situation, the name should be used to refer to the specific instance of the destination in the workflows.

integration_name: ed-alert-moogsoft

type: moogsoft

Required

Enter moogsoft.

type: moogsoft

endpoint

Required

Enter the Moogsoft API endpoint.

endpoint: "localhost"

username

Optional

Enter the username for Moogsoft basic authentication.

You must enter an API key or a username/password.

password

Optional

Enter the password for Moogsoft basic authentication.

You must enter an API key or a username/password.

api_key

Optional

Enter the Moogsoft API key.

You must enter an API key or a username/password.

api_key: "moogsoft-apikey"

custom_headers and custom_fields

Optional

This parameter is used to customize the notification content.

If you do not want to use default fields in a notification, then you can create custom headers and fields.

notify_content: 
  custom_fields: 
    "jira-ticket": "ticket"