We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ bundle exec bin/fluentd -c worker.conf 2017-05-19 13:37:24 +0900 [info]: reading config file path="worker.conf" 2017-05-19 13:37:24 +0900 [info]: starting fluentd-0.12.35 2017-05-19 13:37:24 +0900 [info]: gem 'fluentd' version '0.12.35' 2017-05-19 13:37:24 +0900 [info]: gem 'fluent-plugin-forest' version '0.3.3' 2017-05-19 13:37:24 +0900 [info]: adding match pattern="**" type="null" 2017-05-19 13:37:24 +0900 [info]: adding source type="fake" 2017-05-19 13:37:24 +0900 [info]: using configuration file: <ROOT> <system> rpc_endpoint 127.0.0.1:9000 </system> <source> @type fake secret xxxxxx </source> <match> @type null </match> </ROOT>
$ curl http://127.0.0.1:9000/api/config.dump {"ok":true}%
2017-05-19 13:37:30 +0900 [info]: dump in-memory config 2017-05-19 13:37:30 +0900 [info]: <ROOT> <system> rpc_endpoint 127.0.0.1:9000 </system> <source> @type fake secret very-secret-string0 </source> <match> @type null </match> </ROOT>
The text was updated successfully, but these errors were encountered:
/api/config.reload
/api/config.dump
ganmacs
No branches or pull requests
The text was updated successfully, but these errors were encountered: