OpenSearch error "Rejecting request because cold storage is not enabled on the domain"

0

Hello all, I have an AWS OpenSearch domain with ultrawarm/cold storage disabled. On the Cloudwath logs, I get the following error:

2022-09-21T10:45:08.806-04:00 [2022-09-21T14:45:08,452][WARN ][r.suppressed ] [51ae3f769ed44b28bc9af2e0ef420e6a] path: __PATH__ params: {page_size=2000} OpenSearchStatusException[Rejecting request because cold storage is not enabled on the domain. Enabling cold storage for the first time can take several hours. Please try again later.] __AMAZON_INTERNAL__ __AMAZON_INTERNAL__ __AMAZON_INTERNAL__ at org.opensearch.action.support.TransportAction$RequestFilterChain.proceed(TransportAction.java:195) at org.opensearch.indexmanagement.rollup.actionfilter.FieldCapsFilter.apply(FieldCapsFilter.kt:120) at org.opensearch.action.support.TransportAction$RequestFilterChain.proceed(TransportAction.java:193) at org.opensearch.performanceanalyzer.action.PerformanceAnalyzerActionFilter.apply(PerformanceAnalyzerActionFilter.java:99) at org.opensearch.action.support.TransportAction$RequestFilterChain.proceed(TransportAction.java:193) at org.opensearch.security.filter.SecurityFilter.apply0(SecurityFilter.java:319) at org.opensearch.security.filter.SecurityFilter.apply(SecurityFilter.java:154) at org.opensearch.action.support.TransportAction$RequestFilterChain.proceed(TransportAction.java:193) at org.opensearch.action.support.TransportAction.execute(TransportAction.java:170) at org.opensearch.action.support.TransportAction.execute(TransportAction.java:98) at org.opensearch.client.node.NodeClient.executeLocally(NodeClient.java:108) at org.opensearch.client.node.NodeClient.doExecute(NodeClient.java:95) at org.opensearch.client.support.AbstractClient.execute(AbstractClient.java:433) at org.opensearch.client.support.AbstractClient$IndicesAdmin.execute(AbstractClient.java:1325) __AMAZON_INTERNAL__ at org.opensearch.rest.BaseRestHandler.handleRequest(BaseRestHandler.java:128) at org.opensearch.security.filter.SecurityRestFilter$1.handleRequest(SecurityRestFilter.java:128) at org.opensearch.rest.RestController.dispatchRequest(RestController.java:306) at org.opensearch.rest.RestController.tryAllHandlers(RestController.java:392) at org.opensearch.rest.RestController.dispatchRequest(RestController.java:235) __AMAZON_INTERNAL__

But, I don't have the Cold storage enabled. Let me know what I'm doing wrong. Any ideas?

asked 2 years ago94 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions