-
Notifications
You must be signed in to change notification settings - Fork 136
Rewrite the Fluentd UI page as an end-of-life notice #692
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,79 +1,18 @@ | ||
| # Fluentd UI | ||
|
|
||
| [fluentd-ui](https://github.com/fluent/fluentd-ui) is a browser-based [fluentd](https://fluentd.org/) and [td-agent](https://docs.treasuredata.com/display/public/PD/About+Treasure+Data%27s+Server-Side+Agent) manager that supports the following operations: | ||
|
|
||
| * Install, uninstall, and upgrade Fluentd plugins | ||
| * Start/stop/restart fluentd process | ||
| * Configure Fluentd settings such as config file, pid file path, etc. | ||
| * View Fluentd log with simple error viewer | ||
|
|
||
| {% hint style='danger' %} | ||
| `fluentd-ui` is not maintained anymore. It won't work with `fluent-package`. This content is for v0.12 for now. | ||
| **`fluentd-ui` is no longer maintained.** The last release, 1.2.1, was published in November 2018. It depends on Rails 5.2 and does not work with current versions of Ruby or Fluentd. It is not included in `fluent-package`. Do not install it on new systems. | ||
| {% endhint %} | ||
|
|
||
| ## Enterprise | ||
|
|
||
| [Chronosphere Telemetry Pipeline](https://chronosphere.io/platform/telemetry-pipeline/) provides an enterprise UI on top of Fluentd and Fluent Bit. Please visit their site for more information. | ||
|
|
||
|
|
||
| ## Getting Started | ||
|
|
||
| For `td-agent`, you can start it by `td-agent-ui start` like this: | ||
|
|
||
| ```text | ||
| $ sudo /usr/sbin/td-agent-ui start | ||
| Puma 2.9.2 starting... | ||
| * Min threads: 0, max threads: 16 | ||
| * Environment: production | ||
| * Listening on tcp://0.0.0.0:9292 | ||
| ``` | ||
|
|
||
| For `fluentd` gem installation, install `fluentd-ui` via `gem` command: | ||
|
|
||
| ```text | ||
| $ gem install -V fluentd-ui | ||
| $ fluentd-ui start | ||
| Puma 2.9.2 starting... | ||
| * Min threads: 0, max threads: 16 | ||
| * Environment: production | ||
| * Listening on tcp://0.0.0.0:9292 | ||
| ``` | ||
|
|
||
| Then, open [http://localhost:9292/](http://localhost:9292/) in your browser. | ||
|
|
||
| The default account credentials are: | ||
|
|
||
| * `username="admin"` | ||
| * `password="changeme"` | ||
|
|
||
|  | ||
|
|
||
| ## Screenshots | ||
|
|
||
| \(v0.3.9\) | ||
|
|
||
| ### Dashboard | ||
|
|
||
|  | ||
|
|
||
| ### Setting | ||
|
|
||
|  | ||
|
|
||
| ### `in_tail` setting | ||
|
|
||
|  | ||
|
|
||
| ### Plugin | ||
|
|
||
|  | ||
|
|
||
|  | ||
|
|
||
|  | ||
| `fluentd-ui` was a browser-based management interface for Fluentd and `td-agent`. It allowed users to edit the configuration file, install plugins and view logs from a web browser. This page is kept for reference only. If you are still running Fluentd v0.12, the setup instructions remain on [the v0.12 version of this page](https://docs.fluentd.org/0.12/deployment/fluentd-ui). | ||
|
|
||
|  | ||
| For monitoring and operating Fluentd today, use the following instead: | ||
|
|
||
|  | ||
| * [Monitoring Fluentd](../monitoring-fluentd/overview.md): overview of the monitoring options | ||
| * [Monitoring by REST API](../monitoring-fluentd/monitoring-rest-api.md): `in_monitor_agent` exposes internal metrics over HTTP | ||
| * [Monitoring by Prometheus](../monitoring-fluentd/monitoring-prometheus.md): metrics for Prometheus and Grafana | ||
| * [RPC](rpc.md): HTTP RPC endpoints for reloading the configuration and other operations | ||
| * [Plugin Management](plugin-management.md): installing and managing plugins with `fluent-gem` | ||
| * [Logging](logging.md): where Fluentd writes its own logs | ||
|
|
||
|  | ||
| The source code remains available at [https://github.com/fluent/fluentd-ui](https://github.com/fluent/fluentd-ui). | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.