/AWS1/CL_GLUUPDGROKCLIFIERREQ¶
Specifies a grok classifier to update when passed to
UpdateClassifier.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/GLUNAMESTRING /AWS1/GLUNAMESTRING¶
The name of the
GrokClassifier.
Optional arguments:¶
iv_classification TYPE /AWS1/GLUCLASSIFICATION /AWS1/GLUCLASSIFICATION¶
An identifier of the data format that the classifier matches, such as Twitter, JSON, Omniture logs, Amazon CloudWatch Logs, and so on.
iv_grokpattern TYPE /AWS1/GLUGROKPATTERN /AWS1/GLUGROKPATTERN¶
The grok pattern used by this classifier.
iv_custompatterns TYPE /AWS1/GLUCUSTOMPATTERNS /AWS1/GLUCUSTOMPATTERNS¶
Optional custom grok patterns used by this classifier.
Queryable Attributes¶
Name¶
The name of the
GrokClassifier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Classification¶
An identifier of the data format that the classifier matches, such as Twitter, JSON, Omniture logs, Amazon CloudWatch Logs, and so on.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLASSIFICATION() |
Getter for CLASSIFICATION, with configurable default |
ASK_CLASSIFICATION() |
Getter for CLASSIFICATION w/ exceptions if field has no valu |
HAS_CLASSIFICATION() |
Determine if CLASSIFICATION has a value |
GrokPattern¶
The grok pattern used by this classifier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROKPATTERN() |
Getter for GROKPATTERN, with configurable default |
ASK_GROKPATTERN() |
Getter for GROKPATTERN w/ exceptions if field has no value |
HAS_GROKPATTERN() |
Determine if GROKPATTERN has a value |
CustomPatterns¶
Optional custom grok patterns used by this classifier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CUSTOMPATTERNS() |
Getter for CUSTOMPATTERNS, with configurable default |
ASK_CUSTOMPATTERNS() |
Getter for CUSTOMPATTERNS w/ exceptions if field has no valu |
HAS_CUSTOMPATTERNS() |
Determine if CUSTOMPATTERNS has a value |