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]"<Event extends DeferredProcessingAware, FieldNames extends LogstashCommonFieldNames>) A number value of the milliseconds since unix epoch (designated by specifying the pattern value as "[UNIX_TIMESTAMP_AS_NUMBER]"<Event extends DeferredProcessingAware, FieldNames extends LogstashCommonFieldNames>)interfaceFieldNamesAware<FieldNames extends LogstashCommonFieldNames>Identifies classes that are aware of logstash field names.classFormattedTimestampJsonProvider<Event extends DeferredProcessingAware, FieldNames extends LogstashCommonFieldNames>Deprecated.Classes in net.logstash.logback.composite that implement interfaces with type arguments of type LogstashCommonFieldNamesModifier and TypeClassDescriptionclassAbstractThreadNameJsonProvider<Event extends DeferredProcessingAware>classContextJsonProvider<Event extends DeferredProcessingAware>Writes properties from theContextinto the JSON event.classLogstashVersionJsonProvider<Event extends DeferredProcessingAware>Writes a version field as a string value (by default) or a numeric value (ifLogstashVersionJsonProvider.isWriteAsInteger()is true).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