Plugin Helper: Parser
The parser
plugin helper manages the lifecycle of the parser plugin.
Here is an example:
For more details, see the following articles:
Methods
parser_create(usage: "", type: nil, conf: nil, default_type: nil)
parser_create(usage: "", type: nil, conf: nil, default_type: nil)
This method creates a parser plugin instance with the given parameters.
usage
: unique name required for multiple parserstype
: parser typeconf
: parser plugin configurationdefault_type
: default parser type
Examples
Plugins using parser
parser
Last updated
Was this helpful?