Detailed information about a single integration.

Hierarchy

  • FleetIntegrationDetails

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
dataType?: string

Type of data collected (metrics, logs).

errorMessages?: string[]

Error messages if the integration has issues.

initConfig?: string

Initialization configuration (YAML format).

instanceConfig?: string

Instance-specific configuration (YAML format).

isCustomCheck?: boolean

Whether this is a custom integration.

logConfig?: string

Log collection configuration (YAML format).

name?: string

Name of the integration instance.

sourceIndex?: number

Index in the configuration file.

sourcePath?: string

Path to the configuration file.

type?: string

Integration type.

Generated using TypeDoc