public final class NginxHttpdLogFormatDissector extends TokenFormatDissector
TokenFormatDissector.FixedStringTokenParserFIXED_STRING_TYPE| Constructor and Description |
|---|
NginxHttpdLogFormatDissector() |
NginxHttpdLogFormatDissector(String logFormat) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
cleanupLogFormat(String tokenLogFormat)
This should be overridden if there is a need to cleanup the
actual logformat before parsing.
|
protected List<TokenParser> |
createAllTokenParsers() |
String |
decodeExtractedValue(String tokenName,
String value) |
protected String |
makeHeaderNamesLowercaseInLogFormat(String logformat) |
void |
setLogFormat(String logformat) |
dissect, getInputType, getLogFormat, getLogFormatRegEx, getPossibleOutput, initializeFromSettingsParameter, initializeNewInstance, prepareForDissect, prepareForRun, setInputTypegetNewInstancepublic NginxHttpdLogFormatDissector(String logFormat)
public NginxHttpdLogFormatDissector()
public void setLogFormat(String logformat)
setLogFormat in class TokenFormatDissectorprotected String makeHeaderNamesLowercaseInLogFormat(String logformat)
protected String cleanupLogFormat(String tokenLogFormat)
TokenFormatDissectorcleanupLogFormat in class TokenFormatDissectortokenLogFormat - the 'dirty' logformatpublic String decodeExtractedValue(String tokenName, String value)
decodeExtractedValue in class TokenFormatDissectortokenName - Name of the token that was foundvalue - The actual value as it is present in the loglineprotected List<TokenParser> createAllTokenParsers()
createAllTokenParsers in class TokenFormatDissectorCopyright © 2016. All rights reserved.