File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Please download and install [Docker](https://www.docker.com/) from here.
15
15
16
16
## Step 1: Pull Fluentd's Docker image
17
17
18
- Then, please download Fluentd vv1 .6-debian-1's image by ` docker pull ` command.
18
+ Then, please download Fluentd v1 .6-debian-1's image by ` docker pull ` command.
19
19
20
20
``` {.CodeRay}
21
21
$ docker pull fluent/fluentd:v1.6-debian-1
@@ -67,7 +67,7 @@ $ docker run -p 9880:9880 -v $(pwd)/tmp:/fluentd/etc -e FLUENTD_CONF=fluentd.con
67
67
2019-08-21 00:30:38.332472611 +0000 fluent.info: {"worker":0,"message":"fluentd worker is now running worker=0"}
68
68
```
69
69
70
- ## Step3 : Post Sample Logs via HTTP
70
+ ## Step 3 : Post Sample Logs via HTTP
71
71
72
72
Let's post sample logs via HTTP and confirm it's working. ` curl ` command
73
73
is always your friend.
You can’t perform that action at this time.
0 commit comments