Skip to content

Commit ff928f4

Browse files
committed
Add missing backticks
1 parent a960500 commit ff928f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docs/guides/server-deployment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ Fluent-bit supports two modes depending on how you want to access logs.
229229

230230
=== "Full mode"
231231

232-
Logs are shipped to Fluent-bit and can be read back through the dstack UI and CLI via Elasticsearch or OpenSearch.
233-
Use this mode when you want a complete integration with log viewing in dstack:
232+
Logs are shipped to Fluent-bit and can be read back through the `dstack` UI and CLI via Elasticsearch or OpenSearch.
233+
Use this mode when you want a complete integration with log viewing in `dstack`:
234234

235235
```shell
236236
$ DSTACK_SERVER_FLUENTBIT_HOST=fluentbit.example.com \
@@ -244,7 +244,7 @@ Fluent-bit supports two modes depending on how you want to access logs.
244244
The dstack UI/CLI will show empty logs. Use this mode when:
245245

246246
- You have an existing logging infrastructure (Kibana, Grafana, Datadog, etc.)
247-
- You only need to forward logs without reading them back through dstack
247+
- You only need to forward logs without reading them back through `dstack`
248248
- You want to reduce operational complexity by not running Elasticsearch/OpenSearch
249249

250250
```shell

0 commit comments

Comments
 (0)