| Modifier and Type | Constant Field | Value |
|---|---|---|
static final String |
ISO8601_DATE_FORMAT |
"yyyy-MM-dd\'T\'HH:mm:ss.SSSZZ" |
public static final String |
JSON_KEY_CAUSE |
"cause" |
public static final String |
JSON_KEY_CONTEXT |
"context" |
public static final String |
JSON_KEY_EXCEPTION |
"exception" |
public static final String |
JSON_KEY_EXCEPTION_CLASS |
"exception_class" |
public static final String |
JSON_KEY_EXCEPTION_MESSAGE |
"exception_message" |
public static final String |
JSON_KEY_EXCEPTION_STACKTRACE |
"stacktrace" |
public static final String |
JSON_KEY_LEVEL |
"level" |
public static final String |
JSON_KEY_LOGGER_NAME |
"logger_name" |
public static final String |
JSON_KEY_MESSAGE |
"message" |
public static final String |
JSON_KEY_SOURCE |
"source" |
public static final String |
JSON_KEY_SOURCE_CLASS |
"source_class" |
public static final String |
JSON_KEY_SOURCE_HOST |
"source_host" |
public static final String |
JSON_KEY_SOURCE_METHOD |
"source_method" |
public static final String |
JSON_KEY_SUPPRESSED |
"suppressed" |
public static final String |
JSON_KEY_THREAD_ID |
"thread_id" |
public static final String |
JSON_KEY_THREAD_NAME |
"thread_name" |
public static final String |
JSON_KEY_TIMESTAMP |
"@timestamp" |
public static final String |
JSON_KEY_VERSION |
"@version" |
static final int |
LOGSTASH_JSON_VERSION |
1 |
static final String |
PRETTY_PROPERTY |
"pretty" |
static final String |
SOURCE_PROPERTY |
"source" |
static final String |
SOURCEHOST_PROPERTY |
"source_host" |
static final String |
TAG_PROPERTY |
"tags" |
static final String |
TAG_SEPARATOR_REGEX |
"[, ]+" |
Copyright © 2017. All rights reserved.