Go to file
2014-06-16 17:58:44 +09:00
app Complete setup in_tail pages 2014-06-16 17:58:44 +09:00
bin Add subcommands to bin/fluentd-ui 2014-06-03 16:44:35 +09:00
config Complete setup in_tail pages 2014-06-16 17:58:44 +09:00
db Store default password in YAML 2014-06-03 14:54:41 +09:00
lib Folder view as path bar 2014-06-16 14:39:09 +09:00
log rails new ./fluentd-ui -T -D 2014-05-08 15:53:16 +09:00
public Tutorials done 2014-06-06 17:36:19 +09:00
spec Downgrade rspec 3.00 -> 2.99 because rails g controller generated a spec that require 'rails_helper', but we haven't it" 2014-06-04 15:33:23 +09:00
vendor/assets Add lodash-compat 2014-06-13 13:40:12 +09:00
.bowerrc Manage js assets by bower 2014-06-02 11:36:17 +09:00
.gitignore Add primitive plugin management install/uninstall 2014-05-14 17:46:32 +09:00
.rspec rails generate rspec:install 2014-05-08 16:00:55 +09:00
bower.json Add lodash-compat 2014-06-13 13:40:12 +09:00
circle.yml [try] fix unstable Circle CI spec 2014-05-21 17:05:30 +09:00
config.ru rails new ./fluentd-ui -T -D 2014-05-08 15:53:16 +09:00
fluentd-ui.gemspec Add tutorial chapter 2 2014-06-06 14:22:10 +09:00
Gemfile Downgrade rspec 3.00 -> 2.99 because rails g controller generated a spec that require 'rails_helper', but we haven't it" 2014-06-04 15:33:23 +09:00
Gemfile.lock Add tutorial chapter 2 2014-06-06 14:22:10 +09:00
Gemfile.production Don't load Gemfile.plugins, it is no needed now 2014-05-29 14:15:05 +09:00
Rakefile Import bundler's rake tasks to make .gem file 2014-05-09 15:37:27 +09:00
README.md Fix typo 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