Merge pull request #111 from fluent/update_screenshots
Update screenshots
22
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
|
* Configure fluentd settings such as config file content, pidfile path, etc
|
||||||
* View fluentd log with simple error viewer
|
* View fluentd log with simple error viewer
|
||||||
|
|
||||||
|
|
||||||
# Getting Started
|
# Getting Started
|
||||||
|
|
||||||
```console
|
```console
|
||||||
@ -21,6 +22,8 @@ $ fluentd-ui start
|
|||||||
Open `http://localhost:9292/` by your browser.<br />
|
Open `http://localhost:9292/` by your browser.<br />
|
||||||
The default account is username="admin" and password="changeme"
|
The default account is username="admin" and password="changeme"
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## TO Ubuntu 14.04 user (installed ruby by apt-get)
|
## TO Ubuntu 14.04 user (installed ruby by apt-get)
|
||||||
|
|
||||||
You also need to install these packages:
|
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
|
# Screenshots
|
||||||
|
|
||||||
(v0.1.0)
|
(v0.3.9)
|
||||||
|
|
||||||
|
## Dashboard
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Setting
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### in_file setting
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Plugin
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 212 KiB |
BIN
docs/screenshots/dashboard.gif
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
docs/screenshots/fluentd-ui.gif
Normal file
After Width: | Height: | Size: 1.7 MiB |
BIN
docs/screenshots/in_file.gif
Normal file
After Width: | Height: | Size: 1.6 MiB |
BIN
docs/screenshots/plugin.gif
Normal file
After Width: | Height: | Size: 643 KiB |
BIN
docs/screenshots/setting.gif
Normal file
After Width: | Height: | Size: 427 KiB |