Package | Description |
---|---|
com.mozilla.secops.parser |
Log parsing, processing, and enrichment
|
Modifier and Type | Method and Description |
---|---|
static EventFilterPayload.StringProperty |
EventFilterPayload.StringProperty.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventFilterPayload.StringProperty[] |
EventFilterPayload.StringProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<EventFilterPayload.StringProperty,String> |
EventFilterPayload.getStringMatchers()
Get configured string matchers
|
Map<EventFilterPayload.StringProperty,String> |
EventFilterPayload.getStringRegexMatchers()
Get configured string regex matchers
|
Modifier and Type | Method and Description |
---|---|
void |
EventFilterPayload.setStringMatchers(Map<EventFilterPayload.StringProperty,String> stringMatchers)
Set configured string matchers
|
void |
EventFilterPayload.setStringRegexMatchers(Map<EventFilterPayload.StringProperty,String> stringRegexMatchers)
Set configured string regex matchers
|
Copyright © 2022. All rights reserved.