public class ETDBeta extends PayloadBase implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
STACKDRIVER_LOG_RESOURCE_TYPE
StackDriver log resource type for an ETD Finding
|
Constructor and Description |
---|
ETDBeta()
Construct matcher object.
|
ETDBeta(String input,
Event e,
com.mozilla.secops.parser.ParserState s)
Construct parser object.
|
Modifier and Type | Method and Description |
---|---|
EventThreatDetectionFinding |
getFinding()
Get underlying EventThreatDetectionFinding model
|
Payload.PayloadType |
getType()
Get payload type.
|
Boolean |
matcher(String input,
com.mozilla.secops.parser.ParserState state)
Apply matcher.
|
eventIntegerValue, eventStringValue
public static final String STACKDRIVER_LOG_RESOURCE_TYPE
public Boolean matcher(String input, com.mozilla.secops.parser.ParserState state)
PayloadBase
matcher
in class PayloadBase
input
- Input string.state
- ParserStatepublic Payload.PayloadType getType()
PayloadBase
getType
in class PayloadBase
Payload.PayloadType
public EventThreatDetectionFinding getFinding()
EventThreatDetectionFinding
Copyright © 2022. All rights reserved.