/AWS1/CL_CWOSOURCELOGSCONF¶
Configuration for selecting and handling source log groups for centralization.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_encryptedloggroupstrategy TYPE /AWS1/CWOENCLOGGROUPSTRATEGY /AWS1/CWOENCLOGGROUPSTRATEGY¶
A strategy determining whether to centralize source log groups that are encrypted with customer managed KMS keys (CMK). ALLOW will consider CMK encrypted source log groups for centralization while SKIP will skip CMK encrypted source log groups from centralization.
Optional arguments:¶
iv_loggroupselectioncriteria TYPE /AWS1/CWOLOGSFILTERSTRING /AWS1/CWOLOGSFILTERSTRING¶
The selection criteria that specifies which source log groups to centralize. The selection criteria uses the same format as OAM link filters.
iv_datasourceselectioncrit TYPE /AWS1/CWODATASOURCEFILTSTRING /AWS1/CWODATASOURCEFILTSTRING¶
The selection criteria that specifies which data sources to centralize. The selection criteria uses the same filter expression format as
LogGroupSelectionCriteria, but operates onDataSourceNameandDataSourceTypeoperands. When bothLogGroupSelectionCriteriaandDataSourceSelectionCriteriaare specified, a log event must match both criteria to be centralized.
Queryable Attributes¶
LogGroupSelectionCriteria¶
The selection criteria that specifies which source log groups to centralize. The selection criteria uses the same format as OAM link filters.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGGROUPSELECTIONCRIT() |
Getter for LOGGROUPSELECTIONCRITERIA, with configurable defa |
ASK_LOGGROUPSELECTIONCRIT() |
Getter for LOGGROUPSELECTIONCRITERIA w/ exceptions if field |
HAS_LOGGROUPSELECTIONCRIT() |
Determine if LOGGROUPSELECTIONCRITERIA has a value |
DataSourceSelectionCriteria¶
The selection criteria that specifies which data sources to centralize. The selection criteria uses the same filter expression format as
LogGroupSelectionCriteria, but operates onDataSourceNameandDataSourceTypeoperands. When bothLogGroupSelectionCriteriaandDataSourceSelectionCriteriaare specified, a log event must match both criteria to be centralized.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASOURCESELECTIONCRIT() |
Getter for DATASOURCESELECTIONCRITERIA, with configurable de |
ASK_DATASOURCESELECTIONCRIT() |
Getter for DATASOURCESELECTIONCRITERIA w/ exceptions if fiel |
HAS_DATASOURCESELECTIONCRIT() |
Determine if DATASOURCESELECTIONCRITERIA has a value |
EncryptedLogGroupStrategy¶
A strategy determining whether to centralize source log groups that are encrypted with customer managed KMS keys (CMK). ALLOW will consider CMK encrypted source log groups for centralization while SKIP will skip CMK encrypted source log groups from centralization.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENCLOGGROUPSTRATEGY() |
Getter for ENCRYPTEDLOGGROUPSTRATEGY, with configurable defa |
ASK_ENCLOGGROUPSTRATEGY() |
Getter for ENCRYPTEDLOGGROUPSTRATEGY w/ exceptions if field |
HAS_ENCLOGGROUPSTRATEGY() |
Determine if ENCRYPTEDLOGGROUPSTRATEGY has a value |