Go to file
Kenji Okimoto 28e8fdcf2c Update draper to 2.1
TODO: Update to 3.x with Rails 5

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-04-18 15:15:42 +09:00
app Unify class attribute 2018-04-17 14:29:17 +09:00
bin Apply changes by $ rake rails:update 2015-04-02 14:22:59 +09:00
config Growl migrated terminal-notifier 2017-06-01 14:27:05 +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 v0.4.4 2017-04-25 18:31:17 +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 Fix specs to follow changes Fluentd (0.12.35 -> 0.12.43) update 2018-04-18 14:31:58 +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 Move to Travis CI 2015-11-30 14:23:24 +09:00
.travis.yml Try to fix bundle install on Travis 2016-03-09 15:06:14 +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 v0.4.4 2017-04-25 18:31:17 +09:00
config.ru rails new ./fluentd-ui -T -D 2014-05-08 15:53:16 +09:00
fluentd-ui.gemspec Update draper to 2.1 2018-04-18 15:15:42 +09:00
Gemfile Use latest simplecov 2018-04-18 14:17:19 +09:00
Gemfile.lock Update draper to 2.1 2018-04-18 15:15:42 +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 Update README 2018-02-28 02:02:04 +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

Official documentation | Changelog

Requirements

  • ruby 2.1.3 or later (since v0.4.0)
  • fluentd v0.12

Currently, fluentd-ui doesn't support fleuntd v1 and td-agent 3. And some additional packages (Debian / Ubuntu)

  • build-essential
  • libssl-dev
  • libxml2-dev
  • libxslt1-dev
  • ruby-dev

Development

$ git clone https://github.com/fluent/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

$ 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