Interface GrokCaptureExtracter

All Known Implementing Classes:
GrokCaptureExtracter.MapExtracter

public interface GrokCaptureExtracter
How to extract matches.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    Extract Map results.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    extract(byte[] utf8Bytes, int offset, org.joni.Region region)
     
  • Method Details

    • extract

      void extract(byte[] utf8Bytes, int offset, org.joni.Region region)