Package | Description |
---|---|
com.mozilla.secops.input |
Pipeline input
|
com.mozilla.secops.parser |
Log parsing, processing, and enrichment
|
Modifier and Type | Method and Description |
---|---|
ParserCfg |
InputElement.getParserConfiguration()
Get parser configuration
|
Modifier and Type | Method and Description |
---|---|
InputElement |
InputElement.setParserConfiguration(ParserCfg parserCfg)
Set the parser configuration to use with parsed reads
|
Modifier and Type | Method and Description |
---|---|
static ParserCfg |
ParserCfg.fromInputOptions(InputOptions options)
Create a parser configuration from pipeline
InputOptions |
Modifier and Type | Method and Description |
---|---|
void |
ParserMultiDoFn.addParser(String name,
ParserCfg cfg,
EventFilter inlineFilter)
Add a new parser configuration and filter for the specified key name
|
ParserDoFn |
ParserDoFn.withConfiguration(ParserCfg cfg)
Configure this function to use the specified configuration in the parser
|
Constructor and Description |
---|
Parser(ParserCfg cfg)
Create new parser instance with specified configuration
|
Copyright © 2022. All rights reserved.