Package | Description |
---|---|
net.logstash.logback.composite | |
net.logstash.logback.fieldnames |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFormattedTimestampJsonProvider<Event extends DeferredProcessingAware,FieldNames extends LogstashCommonFieldNames>
Writes the timestamp field as either:
A string value formatted by a
DateTimeFormatter pattern
A string value representing the number of milliseconds since unix epoch (designated by specifying the pattern value as "[UNIX_TIMESTAMP_AS_STRING]")
A number value of the milliseconds since unix epoch (designated by specifying the pattern value as "[UNIX_TIMESTAMP_AS_NUMBER]")
|
interface |
FieldNamesAware<FieldNames extends LogstashCommonFieldNames>
Identifies classes that are aware of logstash field names.
|
class |
FormattedTimestampJsonProvider<Event extends DeferredProcessingAware,FieldNames extends LogstashCommonFieldNames>
Deprecated.
use
AbstractFormattedTimestampJsonProvider instead |
Modifier and Type | Method and Description |
---|---|
void |
LogstashVersionJsonProvider.setFieldNames(LogstashCommonFieldNames fieldNames) |
void |
ContextJsonProvider.setFieldNames(LogstashCommonFieldNames fieldNames) |
void |
AbstractThreadNameJsonProvider.setFieldNames(LogstashCommonFieldNames fieldNames) |
Modifier and Type | Class and Description |
---|---|
class |
LogstashAccessFieldNames |
class |
LogstashFieldNames
Names of standard fields that appear in the JSON output.
|
class |
Pre50LogstashAccessFieldNames
These are the default JSON field names that were used to output
AccessEvent details
in logstash-logback-encoder versions prior to 5.0. |
class |
ShortenedFieldNames
Slightly shortened versions of the
LogstashFieldNames . |
Copyright © 2013–2021. All rights reserved.