Skip to main content
You are viewing v3 of the Coralogix API. v5 is the current version. Go to the v5 reference

Create Custom Enrichments

POSThttps://api.coralogix.com/mgmt/openapi/3/enrichment-rules/custom-enrichment-rules/v1

No description available

Authorizations

Authorizationstringheaderrequired
API key authentication

Request

Body

application/json

This request data structure is used to create a custom enrichment

    description#stringrequired
    Example: custom_enrichment_description
    file#objectrequiredoneOf
    file.extension#string
    Example: csv
    file.name#string
    Example: file_name
    file.size#int64
    Example: 100
    file.textual#string
    Example: row1,row2 value1,value2
    name#stringrequired
    Example: custom_enrichment_name

Response

application/json

This response data structure is obtained when a custom enrichment is created

    message#string
    Example: Custom enrichment created successfully