Browse Source

(Doc+) Removing "current_node" from Allocation Explain API under Fix Watermark Errors (#111946)

👋 howdy, team!

This just simplifies the Allocation Explain API request to not need to include the `current_node` which may not be known when troubleshooting the [Fix Watermark Errors](https://www.elastic.co/guide/en/elasticsearch/reference/current/fix-watermark-errors.html) guide. 

TIA!
Stef
Stef Nestor 1 year ago
parent
commit
0dab4b0571

+ 1 - 3
docs/reference/troubleshooting/common-issues/disk-usage-exceeded.asciidoc

@@ -44,13 +44,11 @@ GET _cluster/allocation/explain
 {
   "index": "my-index",
   "shard": 0,
-  "primary": false,
-  "current_node": "my-node"
+  "primary": false
 }
 ----
 // TEST[s/^/PUT my-index\n/]
 // TEST[s/"primary": false,/"primary": false/]
-// TEST[s/"current_node": "my-node"//]
 
 [[fix-watermark-errors-temporary]]
 ==== Temporary Relief