Unable to delete remote cluster from Kibana

Hi,

I am unable to delete the Remote cluster from Kibana both from UI and through PUT request

PUT _cluster/settings
{
  "persistent": {
    "cluster": {
      "remote": {
        "cluster_two": { 
          "mode": null,
          "seeds": null,
          "skip_unavailable": null,
          "transport": {
            "compress": null
          }
        }
      }
    }
  }
}

Response

{
  "error": {
    "root_cause": [
      {
        "type": "remote_transport_exception",
        "reason": "[logs-master-0][10.42.3.158:9300][cluster:admin/settings/update]"
      }
    ],
    "type": "illegal_argument_exception",
    "reason": "persistent setting [cluster.remote.cluster_two.mode], not recognized"
  },
  "status": 400
}

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