Go to file
2015-04-15 16:24:52 +09:00
app Merge pull request #185 from fluent/buttonize_refresh_current_setting 2015-04-15 10:57:55 +09:00
bin Apply changes by $ rake rails:update 2015-04-02 14:22:59 +09:00
config Apply changes by $ rake rails:update 2015-04-02 14:22:59 +09:00
db Remove useless files 2015-01-14 11:14:42 +09:00
docs/screenshots Fix typo: in_file -> in_tail 2014-12-03 16:27:41 +09:00
lib Follow ChangeLog format 2015-04-15 16:17:58 +09:00
log rails new ./fluentd-ui -T -D 2014-05-08 15:53:16 +09:00
public Add logo for td-agent-ui 2014-12-10 16:53:14 +09:00
spec Add more expectation to User#valid? specs 2015-04-08 19:05:36 +09:00
tmp Ensure tmp/ directory to create pid file for rails s 2014-07-25 16:00:44 +09:00
vendor Don't ignore bower.json 2015-01-28 13:54:20 +09:00
.bowerrc Manage js assets by bower 2014-06-02 11:36:17 +09:00
.gitignore Ensure tmp/ directory to create pid file for rails s 2014-07-25 16:00:44 +09:00
.rspec rails generate rspec:install 2014-05-08 16:00:55 +09:00
bower.json Add CodeMirror by bower 2015-01-22 15:03:47 +09:00
ChangeLog Add Link to ChangeLog.md from ChangeLog (old ChangeLog) 2015-04-15 16:24:52 +09:00
ChangeLog.md Make PR number as link 2015-04-15 16:02:10 +09:00
circle.yml Use the latest td-agent (2.2.0) 2015-04-15 14:46:00 +09:00
config.ru rails new ./fluentd-ui -T -D 2014-05-08 15:53:16 +09:00
fluentd-ui.gemspec Update rails to 4.2 in gemspec 2015-04-02 14:22:59 +09:00
Gemfile Merge branch 'master' into add_web_console 2015-04-15 15:22:51 +09:00
Gemfile.lock Merge branch 'master' into add_web_console 2015-04-15 15:22:51 +09:00
Gemfile.production Don't load Gemfile.plugins, it is no needed now 2014-05-29 14:15:05 +09:00
LICENSE Add license file (Apache v2.0) 2014-08-22 17:25:35 +09:00
Rakefile Import bundler's rake tasks to make .gem file 2014-05-09 15:37:27 +09:00
README.md Specify fluentd-ui version depended on Ruby 2015-04-15 15:16:34 +09:00

fluentd-ui

build status Gem Version Code Climate

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

Getting Started

$ gem install -V fluentd-ui
$ fluentd-ui start

Open http://localhost:9292/ by your browser.
The default account is username="admin" and password="changeme"

fluentd-ui

Dependency

  • ruby 2.1.3 or later (since v0.4.0)

To Ubuntu 14.04 user (installed ruby by apt-get)

You also need to install these packages:

  • build-essential
  • libssl-dev
  • ruby-dev

To the developer

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

Also you need a phantomjs for test.

$ npm install -g phantomjs
Or,
$ brew install phantomjs

NOTE: phantomjs executable binary should be located under your $PATH.

Building fluentd-ui.gem

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

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

$ bundle exec rake release
# Push to rubygems.org

Screenshots

(v0.3.9)

Dashboard

dashboard

Setting

setting

in_tail setting

in_tail

Plugin

plugin

ss01 ss02 ss03 ss04 ss05