public class BmoAudit extends SourcePayloadBase implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
BmoAudit.AuditType |
Constructor and Description |
---|
BmoAudit()
Construct matcher object.
|
BmoAudit(String input,
Event e,
com.mozilla.secops.parser.ParserState state)
Construct parser object.
|
Modifier and Type | Method and Description |
---|---|
BmoAudit.AuditType |
getAuditType()
Get audito event type
|
String |
getMsg()
Get msg
|
String |
getRemoteIp()
Get remote IP
|
String |
getRequestId()
Get request ID
|
Payload.PayloadType |
getType()
Get payload type.
|
String |
getUser()
Get user
|
String |
getUserAgent()
Get user agent
|
Boolean |
matcher(String input,
com.mozilla.secops.parser.ParserState state)
Apply matcher.
|
getSourceAddress, getSourceAddressAsn, getSourceAddressAsOrg, getSourceAddressCity, getSourceAddressCountry, getSourceAddressIsp, getSourceAddressLatitude, getSourceAddressLongitude, getSourceAddressTimeZone, setSourceAddress, setSourceAddress
eventIntegerValue, eventStringValue
public BmoAudit.AuditType getAuditType()
public String getMsg()
public String getRemoteIp()
public String getRequestId()
public String getUser()
public String getUserAgent()
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
Copyright © 2022. All rights reserved.