Class: SphinxWindowsEventFilter

Inherits:
SphinxEventFilter show all
Defined in:
lib/logstash/filters/sphinx.rb

Direct Known Subclasses

SphinxWindowsSysmonEventFilter

Constant Summary collapse

SPHINX_FILTER_VERSION =
1
SPHINX_FILTER_NAME =
'WindowsEventFilter'

Instance Method Summary collapse

Methods inherited from SphinxEventFilter

#finalize, #initialize

Constructor Details

This class inherits a constructor from SphinxEventFilter

Instance Method Details

#apply(event) ⇒ Object



448
449
450
451
# File 'lib/logstash/filters/sphinx.rb', line 448

def apply(event)


end