public class GrokUtils extends Object
GrokUtils contain set of useful tools or methods.| Modifier and Type | Field and Description |
|---|---|
static Pattern |
GROK_PATTERN
Extract Grok patter like %{FOO} to FOO, Also Grok pattern with semantic.
|
static Pattern |
NAMED_REGEX |
| Constructor and Description |
|---|
GrokUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
namedGroups(Matcher matcher,
String namedRegex) |
Copyright © 2016. All rights reserved.