-
Notifications
You must be signed in to change notification settings - Fork 25.2k
date_index_name pipeline week calc issue #57128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Pinging @elastic/es-core-features (:Core/Features/ILM+SLM) |
@godlockin thank you for raising this. EDIT However there is a bug in 7.6 that is currently preventing using the right format. Consider upgrading to 7.7.. Another option would be to modify your jvm options, and add a line Consequently you see different results of
results with
|
Pinging @elastic/es-core-infra (:Core/Infra/Core) |
@godlockin I have update my comment above few times. sorry for trouble, please reread. |
@pgomulka thanks for the answer, the solution works below.
while I tried to change the format into [YYYY'w'ww] instead of [yyyy'w'ww], but the follow error will be raised.
Anyway, your suggestion is quite helpful, many thanks again |
…58099) relates elastic#57128 # Conflicts: # docs/reference/release-notes/7.6.asciidoc
…58099) relates elastic#57128 # Conflicts: # docs/reference/release-notes/7.6.asciidoc
ES: 7.6
OS: Mac/Centos7
issue describe:
I need to auto-create indices weekly, so i take the date_index_name pipeline with index template to do that, but I found the week number calc seems to be different in [_ingest/pipeline/_simulate] with the data post directly.
the reproduce steps and related config as follow:
Response: looks ok
Response: OOPS, the index name is wrong
The text was updated successfully, but these errors were encountered: