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
If this article is incorrect or outdated, or omits critical information, please let us know. Fluentd is an open-source project under Cloud Native Computing Foundation (CNCF). All components are available under the Apache 2 License.
Last updated