Skip to content

Ingest pipeline parses the wrong week of the year #63489

@antonisnyc94

Description

@antonisnyc94

Hello,

I am trying to parse weekly indices by utilizing the ingest pipelines in elasticsearch but I keep getting a week before the actual week of the year. Would you know what the issue is?

{
"date_index_name" : {
"date_rounding" : "w",
"index_name_prefix" : "{{fields.index_prefix}}",
"index_name_format" : "YYYY.ww",
"ignore_failure" : false,
"field" : "timestamp"
}

Today (10/8) is the 41st week of the year but the my index shows the 40th.

Thanks a lot for your help.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions