Registry / utility / trivago-grok

trivago-grok

JSON →
library1.0.0gogounverified

A Go library for parsing grok patterns.

go get github.com/trivago/grok
INSTALL
IMPORT
SIG · TRIVAGO-GROK
T
trivago-grok
utilitygov1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

grok
github.com/trivago/grok

Parses a string using a grok pattern.

package main import ( "github.com/trivago/grok" ) func main() { g, _ := grok.New() values, _ := g.Parse("%{IP:client}", "192.168.1.1") _ = values }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
trivago-grok — go get trivago-grok · libregistry