File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ Get-FileHash fluent-bit-4.0.4-win32.exe
153
153
The following output indicates Fluent Bit is running:
154
154
155
155
``` shell
156
- $ .\b in\f luent-bit.exe -i dummy -o stdout
156
+ .\b in\f luent-bit.exe -i dummy -o stdout
157
157
Fluent Bit v2.0.x
158
158
* Copyright (C) 2019-2020 The Fluent Bit Authors
159
159
* Copyright (C) 2015-2018 Treasure Data
@@ -231,8 +231,8 @@ sc.exe create fluent-bit binpath= "\fluent-bit\bin\fluent-bit.exe -c \fluent-bit
231
231
Fluent Bit can be started and managed as a normal Windows service.
232
232
233
233
``` shell
234
- $ sc.exe start fluent-bit
235
- $ sc.exe query fluent-bit
234
+ sc.exe start fluent-bit
235
+ sc.exe query fluent-bit
236
236
SERVICE_NAME: fluent-bit
237
237
TYPE : 10 WIN32_OWN_PROCESS
238
238
STATE : 4 Running
@@ -272,7 +272,7 @@ Start-Service fluent-bit
272
272
Query the service status:
273
273
274
274
` ` ` shell
275
- $ get-Service fluent-bit | format-list
275
+ get-Service fluent-bit | format-list
276
276
Name : fluent-bit
277
277
DisplayName : fluent-bit
278
278
Status : Running
@@ -354,7 +354,7 @@ start vs.exe
354
354
1. Compile the source code.
355
355
356
356
` ` ` shell
357
- $ cmake .. -G " NMake Makefiles"
357
+ cmake .. -G " NMake Makefiles"
358
358
cmake --build .
359
359
` ` `
360
360
You can’t perform that action at this time.
0 commit comments