Skip to main content

Export

Export configuration allows Inigo's users to set up a destination to receive Inigo events. At the moment we support inegration with Slack.

Examples:


1. Setting up slack export using configuration

To set up Slack destination for Inigo events you need to specify Slack channel id, and set slack bot token using cli create secret command.

Sample Config

export.yaml

name: demo
label: starwars

spec:
destination:
slack:
url: {{ID_OF_SLACK_CHANNEL}}
key: {{NAME_OF_THE_SECRET}}

Spec

This section defines the format of Inigo's Export type configuration files. Fields marked as required must be specified if the parent is defined.

FieldTypeDescription
destinationIntegrationDestination

IntegrationDestination

FieldTypeDescription
datadogDestinationType
slackDestinationType

DestinationType

FieldTypeDescription
urlstring
keystring
for_event[DestinationPerEventType]

DestinationPerEventType

FieldTypeDescription
event_names[string]
channelstring required

DestinationType

FieldTypeDescription
urlstring
keystring
for_event[DestinationPerEventType]

DestinationPerEventType

FieldTypeDescription
event_names[string]
channelstring required