Search Results for

    Show / Hide Table of Contents

    Class DateProcessor

    Inheritance
    object
    ProcessorBase
    DateProcessor
    Implements
    IDateProcessor
    IProcessor
    Inherited Members
    ProcessorBase.If
    ProcessorBase.Tag
    ProcessorBase.IgnoreFailure
    ProcessorBase.OnFailure
    ProcessorBase.Description
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class DateProcessor : ProcessorBase, IDateProcessor, IProcessor

    Properties

    | Edit this page View Source

    Field

    The field to get the date from.

    Declaration
    public Field Field { get; set; }
    Property Value
    Type Description
    Field
    | Edit this page View Source

    Formats

    An array of the expected date formats. Can be a Joda pattern or one of the following formats: ISO8601, UNIX, UNIX_MS, or TAI64N.

    Declaration
    public IEnumerable<string> Formats { get; set; }
    Property Value
    Type Description
    IEnumerable<string>
    | Edit this page View Source

    Locale

    The locale to use when parsing the date, relevant when parsing month names or week days. Supports template snippets.

    Declaration
    public string Locale { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Name

    Declaration
    protected override string Name { get; }
    Property Value
    Type Description
    string
    Overrides
    ProcessorBase.Name
    | Edit this page View Source

    TargetField

    The field that will hold the parsed date. Defaults to @timestamp

    Declaration
    public Field TargetField { get; set; }
    Property Value
    Type Description
    Field
    | Edit this page View Source

    TimeZone

    The timezone to use when parsing the date. Supports template snippets.

    Declaration
    public string TimeZone { get; set; }
    Property Value
    Type Description
    string

    Implements

    IDateProcessor
    IProcessor

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Field
      • Formats
      • Locale
      • Name
      • TargetField
      • TimeZone
    • Implements
    • Extension Methods
    Back to top Generated by DocFX