diff --git a/README.md b/README.md index ee94a3e..37cbe0b 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ fluentd-ui is a browser-based [fluentd](http://fluentd.org/) and [td-agent](http * Configure fluentd settings such as config file content, pidfile path, etc * View fluentd log with simple error viewer + # Getting Started ```console @@ -21,6 +22,8 @@ $ fluentd-ui start Open `http://localhost:9292/` by your browser.
The default account is username="admin" and password="changeme" +![fluentd-ui](./docs/screenshots/fluentd-ui.gif) + ## TO Ubuntu 14.04 user (installed ruby by apt-get) You also need to install these packages: @@ -57,7 +60,24 @@ fluentd-ui has the same tasks of `bundle gem foobar; cd foobar; rake -T`. # Screenshots -(v0.1.0) +(v0.3.9) + +## Dashboard + +![dashboard](./docs/screenshots/dashboard.gif) + +## Setting + +![setting](./docs/screenshots/setting.gif) + +### in_file setting + +![in_file](./docs/screenshots/in_file.gif) + +## Plugin + +![plugin](./docs/screenshots/plugin.gif) + ![ss01](./docs/screenshots/01.png) ![ss02](./docs/screenshots/02.png) diff --git a/docs/screenshots/02.png b/docs/screenshots/02.png index 63b1a22..6782e25 100644 Binary files a/docs/screenshots/02.png and b/docs/screenshots/02.png differ diff --git a/docs/screenshots/dashboard.gif b/docs/screenshots/dashboard.gif new file mode 100644 index 0000000..6a82348 Binary files /dev/null and b/docs/screenshots/dashboard.gif differ diff --git a/docs/screenshots/fluentd-ui.gif b/docs/screenshots/fluentd-ui.gif new file mode 100644 index 0000000..50de919 Binary files /dev/null and b/docs/screenshots/fluentd-ui.gif differ diff --git a/docs/screenshots/in_file.gif b/docs/screenshots/in_file.gif new file mode 100644 index 0000000..b907f5e Binary files /dev/null and b/docs/screenshots/in_file.gif differ diff --git a/docs/screenshots/plugin.gif b/docs/screenshots/plugin.gif new file mode 100644 index 0000000..047b595 Binary files /dev/null and b/docs/screenshots/plugin.gif differ diff --git a/docs/screenshots/setting.gif b/docs/screenshots/setting.gif new file mode 100644 index 0000000..0f83c1c Binary files /dev/null and b/docs/screenshots/setting.gif differ