Uses of Class
net.logstash.logback.fieldnames.LogstashCommonFieldNames
Packages that use LogstashCommonFieldNames
-
Uses of LogstashCommonFieldNames in net.logstash.logback.composite
Classes in net.logstash.logback.composite with type parameters of type LogstashCommonFieldNamesModifier and TypeClassDescriptionclassAbstractFormattedTimestampJsonProvider<Event extends DeferredProcessingAware,FieldNames extends LogstashCommonFieldNames> Writes the timestamp field as either: A string value formatted by aDateTimeFormatterpattern 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]")interfaceFieldNamesAware<FieldNames extends LogstashCommonFieldNames>Identifies classes that are aware of logstash field names.classFormattedTimestampJsonProvider<Event extends DeferredProcessingAware,FieldNames extends LogstashCommonFieldNames> Deprecated.Methods in net.logstash.logback.composite with parameters of type LogstashCommonFieldNamesModifier and TypeMethodDescriptionvoidAbstractThreadNameJsonProvider.setFieldNames(LogstashCommonFieldNames fieldNames) voidContextJsonProvider.setFieldNames(LogstashCommonFieldNames fieldNames) voidLogstashVersionJsonProvider.setFieldNames(LogstashCommonFieldNames fieldNames) -
Uses of LogstashCommonFieldNames in net.logstash.logback.fieldnames
Subclasses of LogstashCommonFieldNames in net.logstash.logback.fieldnamesModifier and TypeClassDescriptionclassclassNames of standard fields that appear in the JSON output.classThese are the default JSON field names that were used to outputAccessEventdetails in logstash-logback-encoder versions prior to 5.0.classSlightly shortened versions of theLogstashFieldNames.
AbstractFormattedTimestampJsonProviderinstead