Overview
This output type sends notifications and alerts to a specified Moogsoft URL.
Review Sample Configuration
The following sample configuration displays an output without the name of the organization-level integration:
- name: moogsoft-default
type: moogsoft
endpoint: "localhost"
api_key: "moogsoft-apikey"
notify_content:
custom_fields:
"jira-ticket": "ticket"
Review Parameters
Review the following parameters that you can configure in the Edge Delta App.
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.
Review the following example:
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.
Review the following example:
integration_name: ed-alert-moogsoft
type
Required
Enter moogsoft.
Review the following example:
type: moogsoft
endpoint
Required
Enter the Moogsoft API endpoint.
Review the following example:
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.
Review the following example:
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.
To learn more, see Review Notify Content Parameters.
Review the following example:
notify_content:
custom_fields:
"jira-ticket": "ticket"