Index name causing issues with _reindex api

I am reindexing data from one cluster to another, and I have an index name that I can't get to work via the _reindex api. the name in question is %{[@metadata][beat]}-, which I'm sure is the result of a problem in the logstash/beasts config, however, is anyone aware of a way I can get this data reindexed?

What error are you getting here in this case?

400 Bad Request is all I can trap

Figured it out...had to use unicode indexname = "%25%7B%5B%40metadata%5D%5Bbeat%5D%7D-"

That got it working.

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