You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BUG] When used the curl command to call the opensearch interface /_rollover to perform index rotation, the index did not rotate according to the rotation conditions of the passed parameters
#12124
Open
liuwz02 opened this issue
Feb 1, 2024
· 3 comments
When I used the curl command to call the opensearch interface to perform index rotation, the index did not rotate according to the rotation conditions of the passed parameters. Here is my request:
At the same time, I used the Java client to call the index rotation API, and the index did not rotate according to the rotation strategy.The code is as follows:
When any one or more rotation policies are passed in, including index size, number of documents, and maximum indexing time, the index rotates according to the policies.
Additional Details
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
OS: [e.g. iOS]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
When I used the curl command to call the opensearch interface to perform index rotation, the index did not rotate according to the rotation conditions of the passed parameters. Here is my request:
At the same time, I used the Java client to call the index rotation API, and the index did not rotate according to the rotation strategy.The code is as follows:
Related component
Other
To Reproduce
Expected behavior
When any one or more rotation policies are passed in, including index size, number of documents, and maximum indexing time, the index rotates according to the policies.
Additional Details
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: