Skip to content

Commit

Permalink
Include network disconnect info in troubleshooting docs (elastic#112323)
Browse files Browse the repository at this point in the history
A misplaced `//end::` tag meant that the docs added in elastic#112271 are only
included in the page on fault detection and not the equivalent
troubleshooting docs. This commit fixes the problem.
  • Loading branch information
DaveCTurner committed Aug 29, 2024
1 parent f2babe7 commit 510c291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/modules/discovery/fault-detection.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ To reconstruct the output, base64-decode the data and decompress it using
----
cat shardlock.log | sed -e 's/.*://' | base64 --decode | gzip --decompress
----
//end::troubleshooting[]

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

0 comments on commit 510c291

Please sign in to comment.