/AWS1/CL_CWOCONFSUMMARY¶
Provides a summary of pipeline configuration components including sources, processors, and destinations.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_sources TYPE /AWS1/CL_CWOSOURCE=>TT_SOURCES TT_SOURCES¶
The list of data sources configured in the pipeline.
it_datasources TYPE /AWS1/CL_CWODATASOURCE=>TT_DATASOURCES TT_DATASOURCES¶
The list of data sources that provide telemetry data to the pipeline.
it_processors TYPE /AWS1/CL_CWOPROCESSORS_W=>TT_PROCESSORS TT_PROCESSORS¶
The list of processors configured in the pipeline for data transformation.
iv_processorcount TYPE /AWS1/CWOINTEGER /AWS1/CWOINTEGER¶
The total number of processors configured in the pipeline.
it_sinks TYPE /AWS1/CL_CWOSINKS_W=>TT_SINKS TT_SINKS¶
The list of destinations where processed data is sent.
Queryable Attributes¶
Sources¶
The list of data sources configured in the pipeline.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCES() |
Getter for SOURCES, with configurable default |
ASK_SOURCES() |
Getter for SOURCES w/ exceptions if field has no value |
HAS_SOURCES() |
Determine if SOURCES has a value |
DataSources¶
The list of data sources that provide telemetry data to the pipeline.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASOURCES() |
Getter for DATASOURCES, with configurable default |
ASK_DATASOURCES() |
Getter for DATASOURCES w/ exceptions if field has no value |
HAS_DATASOURCES() |
Determine if DATASOURCES has a value |
Processors¶
The list of processors configured in the pipeline for data transformation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROCESSORS() |
Getter for PROCESSORS, with configurable default |
ASK_PROCESSORS() |
Getter for PROCESSORS w/ exceptions if field has no value |
HAS_PROCESSORS() |
Determine if PROCESSORS has a value |
ProcessorCount¶
The total number of processors configured in the pipeline.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROCESSORCOUNT() |
Getter for PROCESSORCOUNT, with configurable default |
ASK_PROCESSORCOUNT() |
Getter for PROCESSORCOUNT w/ exceptions if field has no valu |
HAS_PROCESSORCOUNT() |
Determine if PROCESSORCOUNT has a value |
Sinks¶
The list of destinations where processed data is sent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SINKS() |
Getter for SINKS, with configurable default |
ASK_SINKS() |
Getter for SINKS w/ exceptions if field has no value |
HAS_SINKS() |
Determine if SINKS has a value |