Skip to content

Commit 87a6201

Browse files
authored
Include network disconnect info in troubleshooting docs (#112323) (#112328)
A misplaced `//end::` tag meant that the docs added in #112271 are only included in the page on fault detection and not the equivalent troubleshooting docs. This commit fixes the problem.
1 parent d9f6887 commit 87a6201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/modules/discovery/fault-detection.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,6 @@ To reconstruct the output, base64-decode the data and decompress it using
300300
----
301301
cat shardlock.log | sed -e 's/.*://' | base64 --decode | gzip --decompress
302302
----
303-
//end::troubleshooting[]
304303

305304
[discrete]
306305
===== Diagnosing other network disconnections
@@ -345,3 +344,4 @@ packet capture simultaneously from the nodes at both ends of an unstable
345344
connection and analyse it alongside the {es} logs from those nodes to determine
346345
if traffic between the nodes is being disrupted by another device on the
347346
network.
347+
//end::troubleshooting[]

0 commit comments

Comments
 (0)