CreateGrokClassifierRequest - AWS Glue

CreateGrokClassifierRequest

Specifies a grok classifier for CreateClassifier to create.

Contents

Classification

An identifier of the data format that the classifier matches, such as Twitter, JSON, Omniture logs, Amazon CloudWatch Logs, and so on.

Type: String

Required: Yes

GrokPattern

The grok pattern used by this classifier.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 2048.

Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\t]*

Required: Yes

Name

The name of the new classifier.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 255.

Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*

Required: Yes

CustomPatterns

Optional custom grok patterns used by this classifier.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 16000.

Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: