Class HttpdLogFormatConfig
java.lang.Object
org.apache.drill.exec.store.httpd.HttpdLogFormatConfig
- All Implemented Interfaces:
FormatPluginConfig
-
Field Details
-
DEFAULT_TS_FORMAT
- See Also:
-
logFormat
-
timestampFormat
-
extensions
-
maxErrors
public final int maxErrors -
flattenWildcards
public final boolean flattenWildcards -
parseUserAgent
public final boolean parseUserAgent -
logParserRemapping
-
-
Constructor Details
-
HttpdLogFormatConfig
-
-
Method Details
-
getLogFormat
- Returns:
- the log formatting string. This string is the config string from httpd.conf or similar config file.
-
getTimestampFormat
- Returns:
- the timestampFormat
-
getExtensions
-
getMaxErrors
public int getMaxErrors() -
getFlattenWildcards
public boolean getFlattenWildcards() -
getParseUserAgent
public boolean getParseUserAgent() -
getLogParserRemapping
-
hashCode
public int hashCode() -
equals
-
toString
-