{"id":18696030,"url":"https://github.com/eventql/fluent-plugin-eventql","last_synced_at":"2025-11-08T14:30:31.053Z","repository":{"id":142981430,"uuid":"63787520","full_name":"eventql/fluent-plugin-eventql","owner":"eventql","description":"fluentd output plugin for EventQL","archived":false,"fork":false,"pushed_at":"2016-07-20T14:21:35.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-28T03:27:43.721Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eventql.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2016-07-20T14:20:58.000Z","updated_at":"2016-07-26T23:56:06.000Z","dependencies_parsed_at":"2023-06-26T01:20:26.359Z","dependency_job_id":null,"html_url":"https://github.com/eventql/fluent-plugin-eventql","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eventql%2Ffluent-plugin-eventql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eventql%2Ffluent-plugin-eventql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eventql%2Ffluent-plugin-eventql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eventql%2Ffluent-plugin-eventql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eventql","download_url":"https://codeload.github.com/eventql/fluent-plugin-eventql/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239558910,"owners_count":19658927,"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":[],"created_at":"2024-11-07T11:16:55.465Z","updated_at":"2025-11-08T14:30:31.017Z","avatar_url":"https://github.com/eventql.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fluent::Plugin::EventQL, a plugin for [Fluentd](http://fluentd.org)\n\nfluent-plugin-eventql is a buffered output plugin for fluentd and [EventQL](http://eventql.io).\n\nIt allows you to use fluentd as a collector and send logfile or timeseries data to EventQL.\n\n## Installation\n\n    $ fluent-gem install fluent-plugin-eventql\n\n## Usage\n\nJust like other regular output plugins, Use type `eventql` in your fluentd configuration under `match` scope:\n\n`type` `eventql`\n\n--------------\n\n**Options:**\n\n`host`: The IP or domain of EventQL, separate with comma, default to \"localhost\"\n\n`port`: The HTTP port of EventQL, default to 9175\n\n`database`: The target database. Tou should create the database and grant permissions first\n\n`table`: The target table. You should create the table and grant permissions first\n\n`user`: The DB user in EventQL (optional)\n\n`password`: The password of the EventQL db user (optional)\n\n`auth_token`: The EventQL db auth token  (optional)\n\n\n## Configuration Example\n\n```\n\u003cmatch mylog.*\u003e\n  @type eventql\n  host  cloud.eventql.io\n  port  9175\n  database acme_corp\n  table access_logs\n  auth_token ...\n\u003c/match\u003e\n```\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n\n## Licence\n\nThis package was distributed under MIT licence, see LICENCE file for details.\n\nThis plugin was written by the EventQL Authors and was inspired by Fang.Li's plugin.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feventql%2Ffluent-plugin-eventql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feventql%2Ffluent-plugin-eventql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feventql%2Ffluent-plugin-eventql/lists"}