Grok

class Grok

This processor uses pattern matching to parse and structure unstructured data. This processor can also extract fields from log messages.

For more information about this processor including examples, see grok in the CloudWatch Logs User Guide.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The grok pattern to match against the log event. For a list of supported grok patterns, see Supported grok patterns.

Link copied to clipboard

The path to the field in the log event that you want to parse. If you omit this value, the whole log message is parsed.

Functions

Link copied to clipboard
inline fun copy(block: Grok.Builder.() -> Unit = {}): Grok
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String