Skip to content

Commit 9119dfa

Browse files
authored
Merge pull request #367 from mishina2228/patch-1
1.0: Fix sample logs at install section
2 parents 90b8b88 + 51b102c commit 9119dfa

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

installation/install-by-deb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ You can post sample log records with `curl` command:
233233

234234
```text
235235
$ curl -X POST -d 'json={"json":"message"}' http://localhost:8888/debug.test
236-
$ sudo tail -n 1 /var/log/td-agent/td-agent.log
236+
$ sudo tail -n 1 /var/log/calyptia-fluentd/calyptia-fluentd.log
237237
2021-05-28 15:45:17.998214460 +0900 debug.test: {"json":"message"}
238238
```
239239

installation/install-by-rpm.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,11 @@ The default configuration \(`/etc/calyptia-fluentd/calyptia-faluentd.conf`\) is
204204

205205
You can post sample log records with `curl` command:
206206

207-
\`\`\`text $ curl -X POST -d 'json={"json":"message"}' [http://localhost:8888/debug.test](http://localhost:8888/debug.test) $ sudo tail -n 1 /var/log/calyptia-fluentd/calyptia-fluentd.log 2021-05-31 06:19:04.415878392 +0000 debug.test: {"json":"message"}
207+
```text
208+
$ curl -X POST -d 'json={"json":"message"}' http://localhost:8888/debug.test
209+
$ sudo tail -n 1 /var/log/calyptia-fluentd/calyptia-fluentd.log
210+
2021-05-31 06:19:04.415878392 +0000 debug.test: {"json":"message"}
211+
```
208212

209213
## Next Steps
210214

0 commit comments

Comments
 (0)