public final class GrokPattern extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
contentPack |
org.bson.types.ObjectId |
id |
String |
name |
String |
pattern |
| Constructor and Description |
|---|
GrokPattern() |
| Modifier and Type | Method and Description |
|---|---|
String |
contentPack() |
static GrokPattern |
create(org.bson.types.ObjectId id,
String name,
String pattern,
String contentPack) |
static GrokPattern |
create(String name,
String pattern) |
boolean |
equals(Object o) |
int |
hashCode() |
String |
name() |
String |
pattern() |
String |
toString() |
public org.bson.types.ObjectId id
public String name
public String pattern
public String contentPack
public String name()
public String pattern()
public String contentPack()
public static GrokPattern create(String name, String pattern)
public static GrokPattern create(org.bson.types.ObjectId id, String name, String pattern, String contentPack)
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.