GrokClassifier

A classifier that uses grok patterns.

Types

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

Properties

Link copied to clipboard

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

Link copied to clipboard

The time that this classifier was registered.

Link copied to clipboard

Optional custom grok patterns defined by this classifier. For more information, see custom patterns in Writing Custom Classifiers.

Link copied to clipboard

The grok pattern applied to a data store by this classifier. For more information, see built-in patterns in Writing Custom Classifiers.

Link copied to clipboard

The time that this classifier was last updated.

Link copied to clipboard

The name of the classifier.

Link copied to clipboard

The version of this classifier.

Functions

Link copied to clipboard
inline fun copy(block: GrokClassifier.Builder.() -> Unit = {}): GrokClassifier
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