Class UnifiedAgentParser

    • Method Detail

      • getFieldTimeKey

        public String getFieldTimeKey()
        Specifies the time field for the event time.

        If the event doesn’t have this field, the current time is used.

        Returns:
        the value
      • getTypes

        public Map<String,​String> getTypes()
        Specify types for converting a field into another type.

        For example, With this configuration:

        Returns:
        the value
      • getNullValuePattern

        public String getNullValuePattern()
        Specify the null value pattern.
        Returns:
        the value
      • getIsNullEmptyString

        public Boolean getIsNullEmptyString()
        If true, an empty string field is replaced with a null value.
        Returns:
        the value
      • getIsEstimateCurrentEvent

        public Boolean getIsEstimateCurrentEvent()
        If true, use Fluent::EventTime.now(current time) as a timestamp when the time_key is specified.
        Returns:
        the value
      • getIsKeepTimeKey

        public Boolean getIsKeepTimeKey()
        If true, keep the time field in the record.
        Returns:
        the value
      • getTimeoutInMilliseconds

        public Integer getTimeoutInMilliseconds()
        Specify the timeout for parse processing.

        This is mainly for detecting an incorrect regexp pattern.

        Returns:
        the value
      • toString

        public String toString()
        Overrides:
        toString in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • toString

        public String toString​(boolean includeByteArrayContents)
        Return a string representation of the object.
        Parameters:
        includeByteArrayContents - true to include the full contents of byte arrays
        Returns:
        string representation
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel