Class: Fluent::Plugin::NetflowipfixInput::ParserNetflowIpfix
- Inherits:
-
ParserNetflowBase
- Object
- ParserNetflowBase
- Fluent::Plugin::NetflowipfixInput::ParserNetflowIpfix
- Defined in:
- lib/fluent/plugin/parser_netflow_v9.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#configure(cache_ttl, definitions) ⇒ Object
38 39 40 41 42 43 44 45 46 47 |
# File 'lib/fluent/plugin/parser_netflow_v9.rb', line 38 def configure(cache_ttl, definitions) @cache_ttl = cache_ttl @switched_times_from_uptime = false #, :bool, default: false # @versions = [5, 9, 10] @definitions = definitions @missingTemplates = {} @skipUnsupportedField = {} end |