Kenji Okimoto fdf5619fd7 Use DummyLogger
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-07-09 17:01:37 +09:00
2018-07-09 17:01:37 +09:00
2018-05-21 15:27:45 +09:00
2018-06-21 17:01:47 +09:00
2015-01-14 11:14:42 +09:00
2014-05-08 15:53:16 +09:00
2014-12-10 16:53:14 +09:00
2018-07-09 17:01:37 +09:00
2018-05-16 16:42:02 +09:00
2018-05-22 10:55:47 +09:00
2015-11-30 14:23:24 +09:00
2018-05-21 15:27:45 +09:00
2018-06-18 15:18:07 +09:00
2014-05-08 15:53:16 +09:00
2018-05-24 18:15:10 +09:00
2018-07-09 17:01:37 +09:00
2014-08-22 17:25:35 +09:00
2018-05-31 22:01:29 +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.2.2 or later (since v1.0.0)
  • fluentd v1.0.0 or later (also supports td-agent 3)
    • Currently, fluentd v1 and td-agent 3 support is in alpha state

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
$ bin/rails s

Also you need a chromedriver or chromiumdriver for test.

$ npm install -g chromedriver
Or,
$ brew install chromedriver
Or,
$ sudo apt install chromium-driver

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

Building fluentd-ui.gem

# Generate pre-compiled assets
$ RAILS_ENV=production bin/rails assets:precompile

# fluentd-ui X.X.X built to pkg/fluentd-ui-X.X.X.gem.
$ RAILS_ENV=production bin/rails build

# Push to rubygems.org
$ bin/rails release
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%