Export to CSV fails with 'index_closed_exception'

Hello.

I am unable to export a CSV from an index pattern, Kibana reports the exception 'index_closed_exception'. Some of the indices are indeed closed. Everything else in Kibana works fine with this index pattern.

I believe this is a bug on the CSV export routine, it should ignore closed indices.

Regards,
Ricardo Ramalho

Hey @rgr78 it appears that we aren't passing the ignoreUnavailable option to the search request when performing the CSV export, would you mind opening a bug at https://github.com/elastic/kibana/issues/new with what you're experiencing and we'll get it resolved?

Sure, here it is: https://github.com/elastic/kibana/issues/18901

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