Processor

class Processor

This structure contains the information about one processor in a log transformer.

Types

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

Properties

Link copied to clipboard

Use this parameter to include the addKeys processor in your transformer.

Link copied to clipboard

Use this parameter to include the copyValue processor in your transformer.

Link copied to clipboard
val csv: Csv?

Use this parameter to include the CSV processor in your transformer.

Link copied to clipboard

Use this parameter to include the datetimeConverter processor in your transformer.

Link copied to clipboard

Use this parameter to include the deleteKeys processor in your transformer.

Link copied to clipboard
val grok: Grok?

Use this parameter to include the grok processor in your transformer.

Link copied to clipboard

Use this parameter to include the listToMap processor in your transformer.

Link copied to clipboard

Use this parameter to include the lowerCaseString processor in your transformer.

Link copied to clipboard

Use this parameter to include the moveKeys processor in your transformer.

Link copied to clipboard

Use this parameter to include the parseCloudfront processor in your transformer.

Link copied to clipboard

Use this parameter to include the parseJSON processor in your transformer.

Link copied to clipboard

Use this parameter to include the parseKeyValue processor in your transformer.

Link copied to clipboard

Use this parameter to include the parsePostGres processor in your transformer.

Link copied to clipboard

Use this parameter to include the parseRoute53 processor in your transformer.

Link copied to clipboard

Use this parameter to convert logs into Open Cybersecurity Schema (OCSF) format.

Link copied to clipboard

Use this parameter to include the parseVPC processor in your transformer.

Link copied to clipboard

Use this parameter to include the parseWAF processor in your transformer.

Link copied to clipboard

Use this parameter to include the renameKeys processor in your transformer.

Link copied to clipboard

Use this parameter to include the splitString processor in your transformer.

Link copied to clipboard

Use this parameter to include the substituteString processor in your transformer.

Link copied to clipboard

Use this parameter to include the trimString processor in your transformer.

Link copied to clipboard

Use this parameter to include the typeConverter processor in your transformer.

Link copied to clipboard

Use this parameter to include the upperCaseString processor in your transformer.

Functions

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