Interface KibanaLogField

    • Method Detail

      • getLogName

        String getLogName()
        Get the name with which this field will appear in the log.
        Returns:
        the log name of the field
      • matches

        default boolean matches​(String key)
        Check if a key matches.
        Parameters:
        key - the key to match
        Returns:
        true if not null and if the supplied key equals this key.