Unable to create index pattern when using closed indices

Hi,

Today we tried to create a index pattern for a newly created index. However, we found that the process is taking incredibly long waiting for elasticsearch data. If i open up the developer tools of Chrome i can see that a error 400 appears, where the operation is complaining about closed indices.

How can we circumvent this when we are using closed indices? We have closed over 1000 indices so to open every one each time we create a new index pattern is not sustainable.

Closed indices can not be used by Kibana. You can however, use frozen indices with kibana.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.