CorrelateByResponse

data class CorrelateByResponse(val field: String? = null)

The logic for the correlation.

Constructors

Link copied to clipboard
fun CorrelateByResponse(field: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val field: String? = null

The JPath of the property that the alerts should be correlated by.