Skip to content
Discussion options

You must be logged in to vote

I think I've resolved it. I ran this command to show all the 'closed' indexes. (use your own user/pass)
curl -k -u USERNAME:PASSWORD -X GET "https://localhost:9200/_cat/indices?v"

I then ran this command to 'open' all the 'closed' ones. (specify the closed index name)
curl -k -u USERNAME:PASSWORD -X POST "https://localhost:9200/INDEXNAME/_open?pretty"

After I opened all the closed indexes my Acknowledgements function again.
Thanks for pointing me in the right direction, and for ChatGPT for giving me the commands to run.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@innovate-support
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by innovate-support
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
2.4
Labels
None yet
2 participants