Commit fe960166 authored by Klaus Wölfel's avatar Klaus Wölfel

Extend doc

parent a4f262da
...@@ -49,6 +49,7 @@ Create /etc/fluent/fluentd.conf: ...@@ -49,6 +49,7 @@ Create /etc/fluent/fluentd.conf:
</match> </match>
Create /etc/supervisor/conf.d/fluentd.conf: Create /etc/supervisor/conf.d/fluentd.conf:
[program:fluentd] [program:fluentd]
command=/usr/local/bin/fluentd command=/usr/local/bin/fluentd
autostart=true autostart=true
...@@ -56,5 +57,10 @@ Create /etc/supervisor/conf.d/fluentd.conf: ...@@ -56,5 +57,10 @@ Create /etc/supervisor/conf.d/fluentd.conf:
stderr_logfile=/var/log/fluentd.log stderr_logfile=/var/log/fluentd.log
stdout_logfile=/var/log/fluentd.log stdout_logfile=/var/log/fluentd.log
Restart supervisorda and start fluentd:
sudo service supervisor restart
sudo supervisorctl start fluentd
[Fluentd]: http://fluentd.org [Fluentd]: http://fluentd.org
[Wendelin]: http://www.wendelin.io [Wendelin]: http://www.wendelin.io
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment