Class ActionLoggingFields

java.lang.Object
org.elasticsearch.index.ActionLoggingFields

public abstract class ActionLoggingFields extends Object
Supplies additional data for the logging. The data comes as a map of fields, which may be different each call depending on the state of the system.
  • Field Details

  • Constructor Details

  • Method Details

    • logFields

      public Map<String,String> logFields()
      Produce the logging fields, depending on the state of the system.
      Returns:
      map of field name to value