ParseToOcsf

This processor converts logs into Open Cybersecurity Schema Framework (OCSF) events.

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

Types

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

Properties

Link copied to clipboard

Specify the service or process that produces the log events that will be converted with this processor.

Link copied to clipboard

Specify which version of the OCSF schema to use for the transformed log events.

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: ParseToOcsf.Builder.() -> Unit = {}): ParseToOcsf
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