Unable to delete the index (%{indexname}-%{type}-2020.09.19)

Hi All,

I am using ES version 7.7 having a index with name "%{indexname}-%{type}-2020.09.19". trying to delete the index with the below command, but not working. can any please help on this.

delete %{indexname}-%{type}-2020.09.19

Thanks
Nikhilesh Gade

Try:

DELETE /%25%7Bindexname%7D-%25%7Btype%7D-2020.09.1

Thanks David, it worked:)

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