Class GrokExtractor

java.lang.Object
org.graylog2.plugin.inputs.Extractor
org.graylog2.inputs.extractors.GrokExtractor
All Implemented Interfaces:
EmbeddedPersistable

public class GrokExtractor extends Extractor
  • Field Details

  • Method Details

    • run

      protected Extractor.Result[] run(String value)
      Description copied from class: Extractor
      Performs the extractor run.
      Specified by:
      run in class Extractor
      Parameters:
      value - the field to extract
      Returns:
      the extraction result