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.
Field | Type | Description |
---|---|---|
destination | IntegrationDestination |
IntegrationDestination
Field | Type | Description |
---|---|---|
datadog | DestinationType | |
slack | DestinationType |
DestinationType
Field | Type | Description |
---|---|---|
url | string | |
key | string | |
for_event | [DestinationPerEventType] |
DestinationPerEventType
Field | Type | Description |
---|---|---|
event_names | [string] | |
channel | string required |
DestinationType
Field | Type | Description |
---|---|---|
url | string | |
key | string | |
for_event | [DestinationPerEventType] |
DestinationPerEventType
Field | Type | Description |
---|---|---|
event_names | [string] | |
channel | string required |