Skip to content

jfqd/grok-debugger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grokdebugger.com

This client-side application uses WebAssembly to run PCRE RegEx in the browser. It can help you debug your Grok patterns.

Features:

  • Real-time processing (see changes as you type)
  • Autocomplete
  • Match highlighting
  • Syntax highlighting
  • Multiline debugging
  • A dozen pattern sets (Grok, firewalls, Java, HAProxy, etc.)
  • Save patterns and load them later (uses browser localstorage)

screenshot

To run the project locally run:

npm install
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.7%
  • CSS 44.9%
  • HTML 5.4%