Loggly with YAML

YAML parameters for Loggly

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

YAML example for Loggly

yaml
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: "my_integration" variables: - key: "tag" value: "customTag"

Last modified on Sep 23, 2024