Go to file
2014-05-30 13:31:09 +09:00
app Plugin working queue is managed by Plugin model 2014-05-30 13:31:09 +09:00
bin Fix to run on RAILS_ENV=production by ./bin/fluentd-ui 2014-05-28 11:07:05 +09:00
config Add search field to recommended plugins 2014-05-30 13:23:55 +09:00
db Add basically API support 2014-05-26 16:45:01 +09:00
lib Add recent error view 2014-05-27 16:57:15 +09:00
log rails new ./fluentd-ui -T -D 2014-05-08 15:53:16 +09:00
public rails new ./fluentd-ui -T -D 2014-05-08 15:53:16 +09:00
spec Merge pull request #22 from treasure-data/realtime_notification 2014-05-29 15:52:52 +09:00
vendor/assets Add realtime notification basis on client side 2014-05-29 14:18:46 +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
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 Manage recommended plugins by yml 2014-05-28 14:10:51 +09:00
Gemfile Don't load Gemfile.plugins, it is no needed now 2014-05-29 14:15:05 +09:00
Gemfile.lock Manage recommended plugins by yml 2014-05-28 14:10:51 +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 Add README for the guide 2014-05-28 11:30:41 +09:00

fluentd-ui

fluentd-ui is a browser-based fluentd and td-agent manager than 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
# 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