Skip to content

Commit 644a251

Browse files
authored
Update logstah/diagnostic.md
👋 @theletterf, removing the tabs from just created [LS Diag](https://www.elastic.co/docs/troubleshoot/ingest/logstash/diagnostic) page from #1726 because it sub-content'd wrong but afterwards if it's okay I decided I like not tabs for searchability 🙂
1 parent 45eafc2 commit 644a251

File tree

1 file changed

+15
-17
lines changed

1 file changed

+15
-17
lines changed

troubleshoot/ingest/logstash/diagnostic.md

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -50,29 +50,27 @@ To capture a {{ls}} diagnostic:
5050

5151
The following command options are recommended:
5252

53-
::::{tab-set}
54-
:::{tab-item} Unix-based systems
53+
* Unix-based systems
5554

56-
```sh
57-
sudo ./diagnostics.sh --type logstash-local --host 127.0.0.1 --port 9600 --bypassDiagVerify
58-
```
59-
:::
60-
61-
:::{tab-item} Windows
55+
```sh
56+
sudo ./diagnostics.sh --type logstash-local --host 127.0.0.1 --port 9600 --bypassDiagVerify
57+
```
58+
59+
* Windows
6260

63-
```sh
64-
.\diagnostics.bat --type logstash-local --host 127.0.0.1 --port 9600 --bypassDiagVerify
65-
```
61+
```sh
62+
.\diagnostics.bat --type logstash-local --host 127.0.0.1 --port 9600 --bypassDiagVerify
63+
```
6664

67-
::::{tip}
65+
::::{tip}
6866

69-
You can run the script in three [modes](https://github.com/elastic/support-diagnostics#diagnostic-types):
67+
You can run the script in three [modes](https://github.com/elastic/support-diagnostics#diagnostic-types):
7068

71-
* `local` (default, recommended): Polls the [{{ls}} API](https://www.elastic.co/docs/api/doc/logstash/), gathers operating system info, and captures node logs.
72-
* `remote`: Establishes an ssh session to the applicable target server to pull the same information as `local`.
73-
* `api`: Polls the [{{ls}} API](https://www.elastic.co/docs/api/doc/logstash/). All other data must be collected manually.
69+
* `local` (default, recommended): Polls the [{{ls}} API](https://www.elastic.co/docs/api/doc/logstash/), gathers operating system info, and captures node logs.
70+
* `remote`: Establishes an ssh session to the applicable target server to pull the same information as `local`.
71+
* `api`: Polls the [{{ls}} API](https://www.elastic.co/docs/api/doc/logstash/). All other data must be collected manually.
7472

75-
::::
73+
::::
7674

7775
3. When the script has completed, verify that no errors were logged to `diagnostic.log`. If the log file contains errors, refer to [Diagnose errors in `diagnostic.log`](#diagnostic-log-errors).
7876

0 commit comments

Comments
 (0)