Skip to content

Commit 62d38ea

Browse files
more rabbit edits
1 parent 2692e50 commit 62d38ea

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/src/user-guide/guides/guides-multi-node/multi-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Where `<component>` is the name of the component in the groups above.
110110

111111
## Using CLP
112112

113-
Check out the quick-start guide for your chosen flavour of CLP to learn how to compress and search your logs.
113+
Check out the [quick-start guide](../../quick-start/index) for your chosen flavour of CLP to learn how to compress and search your logs.
114114

115115
::::{grid} 1 1 2 2
116116
:gutter: 2

docs/src/user-guide/quick-start/setup/main-page.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ CLP uses Docker to deploy its different components. You can check whether Docker
1616
docker version
1717
```
1818

19-
If Docker is not on your system, follow the instructions [here][Docker] to install it.
19+
If Docker is not on your system, follow the instructions [here][Docker] to install it.
2020

2121
If you're not running as root, ensure Docker can be run [without superuser privileges][docker-non-root].
2222

2323
If you're using Docker Desktop, ensure version 4.34 or higher is installed, and [host networking is enabled][docker-desktop-host-networking].
2424

2525
### Python
2626

27-
CLP uses Python to interpret the scripts that coordinate how it runs. Specifically, CLP needs Python version 3.8 or higher. Many Linux distributions come with Python pre-installed, but just to be sure, run the command
27+
CLP uses Python to interpret the scripts that coordinate how it runs. Specifically, CLP needs Python version 3.8 or higher. Many Linux distributions come with Python pre-installed; to confirm that it's on your system, run the command
2828

2929
```bash
3030
python3 --version
@@ -33,7 +33,7 @@ python3 --version
3333
If Python isn't on your system, or if the version isn't high enough, install or upgrade it.
3434

3535
:::{note}
36-
If you're planning on deploying CLP on multiple nodes/systems, there are a few other system requirements; check out the [multi-node deployment](../../guides/guides-multi-node/multi-node) page for more details.
36+
If you're planning to deploy CLP on multiple nodes/systems, there are a few other system requirements; check out the [multi-node deployment](../../guides/guides-multi-node/multi-node) page for more details.
3737
:::
3838

3939
---
@@ -52,7 +52,7 @@ Both flavours contain the same binaries but are configured with different values
5252

5353
### clp-json
5454

55-
The JSON flavour of CLP is appropriate for JSON logs where each log event is an independent JSON
55+
The JSON flavour of CLP is appropriate for JSON logs, where each log event is an independent JSON
5656
object. For example:
5757

5858
```json lines
@@ -89,7 +89,7 @@ Learn how to start up clp-json, and begin compressing and searching JSON logs.
8989

9090
### clp-text
9191

92-
The unstructured text flavour of CLP is appropriate for unstructured text logs where each log event contains a
92+
The unstructured text flavour of CLP is appropriate for unstructured text logs, where each log event contains a
9393
timestamp and may span one or more lines.
9494

9595
:::{note}
@@ -99,7 +99,7 @@ it will treat each line as an independent log event.
9999

100100
For example:
101101

102-
```
102+
```text
103103
2015-03-23T15:50:17.926Z INFO container_1 Transitioned from ALLOCATED to ACQUIRED
104104
2015-03-23T15:50:17.927Z ERROR Scheduler: Error trying to assign container token
105105
java.lang.IllegalArgumentException: java.net.UnknownHostException: i-e5d112ea

0 commit comments

Comments
 (0)