public class HttpdLogFormatConfig extends Object implements FormatPluginConfig
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_TS_FORMAT |
List<String> |
extensions |
boolean |
flattenWildcards |
String |
logFormat |
String |
logParserRemapping |
int |
maxErrors |
boolean |
parseUserAgent |
String |
timestampFormat |
| Constructor and Description |
|---|
HttpdLogFormatConfig(List<String> extensions,
String logFormat,
String timestampFormat,
int maxErrors,
boolean flattenWildcards,
boolean parseUserAgent,
String logParserRemapping) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getExtensions() |
boolean |
getFlattenWildcards() |
String |
getLogFormat() |
String |
getLogParserRemapping() |
int |
getMaxErrors() |
boolean |
getParseUserAgent() |
String |
getTimestampFormat() |
int |
hashCode() |
String |
toString() |
public static final String DEFAULT_TS_FORMAT
public final String logFormat
public final String timestampFormat
public final int maxErrors
public final boolean flattenWildcards
public final boolean parseUserAgent
public final String logParserRemapping
public String getLogFormat()
public String getTimestampFormat()
public int getMaxErrors()
public boolean getFlattenWildcards()
public boolean getParseUserAgent()
public String getLogParserRemapping()
Copyright © 2021 The Apache Software Foundation. All rights reserved.