Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 650 Bytes

File metadata and controls

13 lines (10 loc) · 650 Bytes

Change Log

All notable changes to the "grok" extension will be documented in this file.

  • Initial release
  • 0.0.2: Use first line as GROK pattern for the rest of the file and extract values
  • 0.0.3: Fix problems with atomic captured groups (TIMESTAMP_ISO8601).
  • 0.0.4: Simple ICON with a GROG bottle.
  • 0.0.5: Same colors for each field. Reuse same name in capture groups.
  • 0.0.6: Translate Grok to Regex. Renaming fields from to different cases like CamelCase, snake_case, kebab-case and worm.case.
  • 0.0.7: Fix addExtraSlash to allow copy-paste regex into Java/Javascript/Python code.
  • 0.0.8: Fix bug that applies grok patterns to any file.