File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff 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
2372372021-05-28 15:45:17.998214460 +0900 debug.test: {"json":"message"}
238238```
239239
Original file line number Diff line number Diff line change @@ -204,7 +204,11 @@ The default configuration \(`/etc/calyptia-fluentd/calyptia-faluentd.conf`\) is
204204
205205You 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
You can’t perform that action at this time.
0 commit comments