Constructor and Description |
---|
LogParserConfig() |
Modifier and Type | Method and Description |
---|---|
LogEvent |
createLogEvent() |
String |
describe() |
org.joda.time.format.DateTimeFormatter |
getDateFormat() |
Pattern |
getDatePattern() |
Map<String,String> |
getFilter()
The Property=Value sets that the specified log event should have in order to not be ignored.
|
org.joda.time.DateTime |
getFromDate()
the date to find log lines after
|
List<String> |
getGroupBy()
The property names that results will be grouped by.
|
Integer |
getGroupLimit()
max number of lines to return for each group
|
Integer |
getLimit()
the limit of how many lines should be returned
|
String |
getMsg() |
Pattern |
getPropertiesPattern() |
int |
getPropertyCount() |
List<String> |
getPropertyNames() |
boolean |
isMatchesFilter(String propertyValue,
int propertyIndex) |
void |
setFilter(Map<String,String> filter) |
void |
setFromDate(org.joda.time.DateTime fromDate) |
void |
setGroupBy(Collection<String> groupBy) |
void |
setGroupLimit(Integer groupLimit) |
void |
setLimit(Integer limit) |
void |
setMsg(String msg) |
String |
toString() |
public LogEvent createLogEvent()
public org.joda.time.DateTime getFromDate()
public void setFromDate(org.joda.time.DateTime fromDate)
public Integer getLimit()
public void setLimit(Integer limit)
public Map<String,String> getFilter()
public void setGroupBy(Collection<String> groupBy)
public Integer getGroupLimit()
public void setGroupLimit(Integer groupLimit)
public String describe()
public Pattern getDatePattern()
public org.joda.time.format.DateTimeFormatter getDateFormat()
public Pattern getPropertiesPattern()
public int getPropertyCount()
public boolean isMatchesFilter(String propertyValue, int propertyIndex)
public String getMsg()
public void setMsg(String msg)
Copyright © 2016. All rights reserved.