Skip to content

e2e log test failing when index name has DateTime pattern suffix in OpenSearch Sink Config #984

@sshivanii

Description

@sshivanii

Opensearch sink configuration now includes creating index name which can be a plain string + DateTime pattern as a suffix.
For example, log-index-%{yyyy.MM.dd} OR test-index-%{yyyy.MM.dd.HH}

Observed a failure in the e2e log test when setting the index with a date-time pattern suffix i.e. log-index-%{yyyy.MM.dd} in the basic-grok-e2e-pipeline.yaml

com.amazon.dataprepper.integration.log.EndToEndBasicLogTest > testPipelineEndToEnd FAILED
    org.opensearch.OpenSearchStatusException at EndToEndBasicLogTest.java:71

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions