​fluentd-ui is a browser-based fluentd and td-agent manager that supports following operations.
Install, uninstall, and upgrade Fluentd plugins
start/stop/restart fluentd process
Configure Fluentd settings such as config file content, pid file
path, etc
View Fluentd log with simple error viewer
If you've installed td-agent, you can start it by td-agent-ui start
as below:
$ sudo /usr/sbin/td-agent-ui startPuma 2.9.2 starting...* Min threads: 0, max threads: 16* Environment: production* Listening on tcp://0.0.0.0:9292
Or if you use fluentd gem, install fluentd-ui via gem
command at first.
$ gem install -V fluentd-ui$ fluentd-ui startPuma 2.9.2 starting...* Min threads: 0, max threads: 16* Environment: production* Listening on tcp://0.0.0.0:9292
Then, open http://localhost:9292/ by your browser.
The default account is username="admin" and password="changeme"
(v0.3.9)
​
​
If this article is incorrect or outdated, or omits critical information, please let us know. Fluentd is a open source project under Cloud Native Computing Foundation (CNCF). All components are available under the Apache 2 License.