2014-07-03 14:28:00 +09:00
2014-07-03 14:28:00 +09:00
2014-06-03 16:44:35 +09:00
2014-06-26 13:25:51 +09:00
2014-05-08 15:53:16 +09:00
2014-06-06 17:36:19 +09:00
2014-07-02 16:30:00 +09:00
2014-06-02 11:36:17 +09:00
2014-06-19 17:32:53 +09:00
2014-05-08 16:00:55 +09:00
2014-06-13 13:40:12 +09:00
2014-05-21 17:05:30 +09:00
2014-05-08 15:53:16 +09:00
2014-06-30 14:45:57 +09:00
2014-06-03 16:48:32 +09:00

fluentd-ui

fluentd-ui is a browser-based fluentd and td-agent manager that can following operations.

  • Install, uninstall, and upgrade fluentd plugins
  • start/stop/restart fluentd process
  • Configure fluentd setting such as config file content, pidfile path, etc
  • View fluentd log with simple error viewer

Getting Started

$ gem install fluentd-ui
$ fluentd-ui setup
create DB, create initial user, etc.
$ fluentd-ui start
Open http://localhost:9292/ by your browser
default account is username="admin" and password="changeme"

Or, for developers.

$ git clone https://github.com/treasure-data/fluentd-ui
$ cd fluentd-ui
$ bundle install
$ bundle exec rails s

Building fluentd-ui.gem

It has the same tasks of bundle gem foobar; cd foobar; rake -T.

$ bundle exec rake build
fluentd-ui 0.0.1.pre built to pkg/fluentd-ui-0.0.1.pre.gem.

$ bundle exec rake release
# Push to rubygems.org
Description
No description provided
Readme Apache-2.0 18 MiB
Languages
Ruby 69.2%
Haml 15.8%
JavaScript 11.6%
HTML 2.3%
SCSS 0.7%
Other 0.4%