{"id":13452385,"url":"https://github.com/fluent/fluentd-ui","last_synced_at":"2025-03-23T19:34:22.979Z","repository":{"id":16547188,"uuid":"19300832","full_name":"fluent/fluentd-ui","owner":"fluent","description":"Web UI for Fluentd","archived":false,"fork":false,"pushed_at":"2024-10-20T21:13:25.000Z","size":12335,"stargazers_count":600,"open_issues_count":72,"forks_count":76,"subscribers_count":44,"default_branch":"master","last_synced_at":"2024-10-21T01:44:22.422Z","etag":null,"topics":["fluentd"],"latest_commit_sha":null,"homepage":"http://www.fluentd.org/","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fluent.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-04-30T04:31:16.000Z","updated_at":"2024-09-18T18:07:02.000Z","dependencies_parsed_at":"2024-06-19T01:50:51.522Z","dependency_job_id":"ad781fed-04a4-4b5b-8554-4c479d8c07e8","html_url":"https://github.com/fluent/fluentd-ui","commit_stats":{"total_commits":1560,"total_committers":24,"mean_commits":65.0,"dds":0.5891025641025641,"last_synced_commit":"aa959ceb9d18b07b37b1f53c1bff4ba2d77bb479"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent%2Ffluentd-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent%2Ffluentd-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent%2Ffluentd-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent%2Ffluentd-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluent","download_url":"https://codeload.github.com/fluent/fluentd-ui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221900927,"owners_count":16898993,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fluentd"],"created_at":"2024-07-31T07:01:22.596Z","updated_at":"2024-10-28T18:31:16.788Z","avatar_url":"https://github.com/fluent.png","language":"Ruby","readme":"# fluentd-ui\n\n[![Build Status](https://travis-ci.org/fluent/fluentd-ui.svg?branch=master)](https://travis-ci.org/fluent/fluentd-ui)\n[![Gem Version](https://badge.fury.io/rb/fluentd-ui.svg)](http://badge.fury.io/rb/fluentd-ui)\n[![Code Climate](https://codeclimate.com/github/fluent/fluentd-ui/badges/gpa.svg)](https://codeclimate.com/github/fluent/fluentd-ui)\n\nfluentd-ui is a browser-based [fluentd](http://www.fluentd.org) and [td-agent](https://docs.treasuredata.com/articles/td-agent) manager that supports following operations.\n\n* Install, uninstall, and upgrade Fluentd plugins\n* start/stop/restart fluentd process\n* Configure Fluentd settings such as config file content, pid file path, etc\n* View Fluentd log with simple error viewer\n\n[Official documentation](https://docs.fluentd.org/deployment/fluentd-ui) \\| [Changelog](./ChangeLog.md)\n\n\n## Requirements\n\n- ruby 2.2.2 or later (since v1.0.0)\n- fluentd v1.0.0 or later (also supports td-agent 3)\n  - Currently, fluentd v1 and td-agent 3 support is in alpha state\n\nAnd some additional packages (Debian / Ubuntu)\n\n- build-essential\n- libssl-dev\n- libxml2-dev\n- libxslt1-dev\n- ruby-dev\n\n## How to install and run\n\n    $ gem install fluentd-ui\n    $ fluentd-ui setup\n    $ fluentd-ui start --daemonize\n\nAccess http://localhost:9292 by web browser.\nThe default account is username=\"admin\" and password=\"changeme\".\n\n### Run under sub path\n\nUse `RAILS_RELATIVE_URL_ROOT` environment variable.\n\n   $ RAILS_RELATIVE_URL_ROOT=/prefix fluentd-ui start --daemonize\n\nAccess http://localhost:9292/prefix by web browser.\n\n## Development\n\n### Get the source\n\n    $ git clone https://github.com/fluent/fluentd-ui\n    $ cd fluentd-ui\n\n### Install dependent gems\n\nUse bundler:\n\n    $ gem install bundler --version 1.17.3\n    $ bundle install --path vendor/bundle\n\n### Install dependent JavaScript packages\n\nUse [yarn](https://yarnpkg.com/).\nSee https://yarnpkg.com/en/docs/install to install it to your environment.\nAfter install it, run following command:\n\n    $ ./bin/yarn install\n\n### Run fluentd-ui\n\n    $ bin/rails server\n\nAccess http://localhost:3000 by web browser.\n\n#### Run with Docker\n\n    $ docker build -t fluent/fluentd-ui:1.0.0 .\n    $ docker run --net=host fluent/fluentd-ui:1.0.0\n\n\n### Run tests\n\nYou need [chromedriver](https://sites.google.com/a/chromium.org/chromedriver/downloads) or chromiumdriver to run tests.\n\n    $ npm install -g chromedriver\n    Or,\n    $ brew install chromedriver\n    Or,\n    $ sudo apt install chromium-driver\n\nNOTE: `chromedriver` executable binary should be located under your `$PATH`.\n\nAfter that you can run tests by following command:\n\n    $ bundle exec rake test\n\n### Building fluentd-ui.gem\n\n    # Generate ChangeLog.md and increment version\n    $ bin/rails release:prepare\n\n    # Clear tmp/, public/assets and public/packs\n    $ bin/rails tmp:clear assets:clobber \u0026\u0026 touch tmp/.gitkeep\n\n    # Generate pre-compiled assets\n    $ RAILS_ENV=production bin/rails assets:precompile\n\n    # fluentd-ui X.X.X built to pkg/fluentd-ui-X.X.X.gem.\n    $ RAILS_ENV=production bin/rails build\n\n    # Push to rubygems.org\n    $ bin/rails release\n","funding_links":[],"categories":["Ruby","others"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluent%2Ffluentd-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluent%2Ffluentd-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluent%2Ffluentd-ui/lists"}