Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion troubleshoot/elasticsearch/diagnostic.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ To capture an {{es}} diagnostic:
**Windows**

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

::::{tip}
Expand Down
2 changes: 1 addition & 1 deletion troubleshoot/kibana/capturing-diagnostics.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ To run a {{kib}} diagnostic:
**Windows**

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

::::{tip}
Expand Down
Loading