Hi,
Having all kinds of issues getting Elasticsearch (for Graylog) to start. It seems I (again) have messed up shards ... OK, I'd like to delete them, but all the curl commands won't work, as the service isn't running. Is there a way to do this, without starting the service (as it won't)? FYI, my log for the service failing is below. Thanks!!
Caused by: org.elasticsearch.action.search.SearchPhaseExecutionException: Search rejected due to missing shards [[.kibana_task_manager_7.17.25_001][0]]. Consider using `allow_partial_search_results` setting to bypass this error.
at org.elasticsearch.action.search.AbstractSearchAsyncAction.run(AbstractSearchAsyncAction.java:227) ~[elasticsearch-7.17.25.jar:7.17.25]
at org.elasticsearch.action.search.AbstractSearchAsyncAction.executePhase(AbstractSearchAsyncAction.java:454) [elasticsearch-7.17.25.jar:7.17.25]
... 79 more