Loggly with YAML

YAML parameters for Loggly

NameTypeDescription
action
Required
StringThe name of the action.
type
Required
StringThe type of the action. Should be set to LOGGLY.
integration_hash
Required
StringThe ID of the integration.
tags
Required
String[]The list of Loggly tags used for segmentation and filtering.
contentStringThe content of the notification.

YAML example for Loggly

actions:
- action: "Loggly notification"
  type: "LOGGLY"
  trigger_time: "ON_EVERY_EXECUTION"
  content: "Notification content"
  tags:
  - "buddy"
  - "${BUDDY_WORKSPACE_DOMAIN}"
  - "${BUDDY_PROJECT_NAME}"
  - "${BUDDY_PIPELINE_NAME}"
  - "{$tag}"
  integration_hash: "5ddb7c180fb38be67bd78a88a"
  variables:
  - key: "tag"
    value: "customTag"

Last modified on April 26, 2022

Get Started

Sign up for free and deploy your project in less than 10 minutes.