Skip to content

Commit 1cab37f

Browse files
authored
(typo) stack diags no sudo windows (#1900)
👋 @theletterf , per your feedback for the LS diag [here](#1726 (comment)) removes the `sudo` typo from [ES Diag](https://www.elastic.co/docs/troubleshoot/elasticsearch/diagnostic#diagnostic-capture) and [KB Diag](https://www.elastic.co/docs/troubleshoot/kibana/capturing-diagnostics#kibana-diagnostic-capture) pages.
1 parent ee0b964 commit 1cab37f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

troubleshoot/elasticsearch/diagnostic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ To capture an {{es}} diagnostic:
7474
**Windows**
7575

7676
```sh
77-
sudo .\diagnostics.bat --type local --host localhost --port 9200 -u elastic -p --bypassDiagVerify --ssl --noVerify
77+
.\diagnostics.bat --type local --host localhost --port 9200 -u elastic -p --bypassDiagVerify --ssl --noVerify
7878
```
7979

8080
::::{tip}

troubleshoot/kibana/capturing-diagnostics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ To run a {{kib}} diagnostic:
6868
**Windows**
6969

7070
```sh
71-
sudo .\diagnostics.bat --type kibana-local --host localhost --port 5601 -u elastic -p --bypassDiagVerify --ssl --noVerify
71+
.\diagnostics.bat --type kibana-local --host localhost --port 5601 -u elastic -p --bypassDiagVerify --ssl --noVerify
7272
```
7373

7474
::::{tip}

0 commit comments

Comments
 (0)