{"id":28501919,"url":"https://github.com/fluent/fluent-plugin-msgpack-rpc","last_synced_at":"2025-07-05T02:31:55.518Z","repository":{"id":1730768,"uuid":"2481596","full_name":"fluent/fluent-plugin-msgpack-rpc","owner":"fluent","description":"MessagePack-RPC input plugin for Fluentd data collector","archived":false,"fork":false,"pushed_at":"2014-02-10T06:29:02.000Z","size":125,"stargazers_count":9,"open_issues_count":1,"forks_count":7,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-06-08T16:08:23.334Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"rq/rq","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fluent.png","metadata":{"files":{"readme":"README.rst","changelog":"ChangeLog","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-09-29T11:52:42.000Z","updated_at":"2025-01-04T20:10:17.000Z","dependencies_parsed_at":"2022-09-04T15:24:17.788Z","dependency_job_id":null,"html_url":"https://github.com/fluent/fluent-plugin-msgpack-rpc","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/fluent/fluent-plugin-msgpack-rpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent%2Ffluent-plugin-msgpack-rpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent%2Ffluent-plugin-msgpack-rpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent%2Ffluent-plugin-msgpack-rpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent%2Ffluent-plugin-msgpack-rpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluent","download_url":"https://codeload.github.com/fluent/fluent-plugin-msgpack-rpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent%2Ffluent-plugin-msgpack-rpc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263671745,"owners_count":23494027,"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":"2025-06-08T16:08:28.083Z","updated_at":"2025-07-05T02:31:55.511Z","avatar_url":"https://github.com/fluent.png","language":"Ruby","readme":"About This Plugin\n-----------------\n\nThis plugin is an input plugin for Fluentd (http://fluentd.org/).\nAll applications using MessagePack-RPC client can send events to Fluent by using this plugin.\n\nHow to Configure\n----------------\n\n::\n\n  \u003csource\u003e\n    type msgpack_rpc\n    port 9000\n    bind 0.0.0.0\n  \u003c/source\u003e\n\n'bind' is an optional parameter.\n\nInterface of the Server\n-----------------------\n\nThe server has following interface::\n\n  def log(tag, time, record)\n  def logs(tag, entries)\n\n'time' is a time when the event occurred. 'record' is a Hash having information of the event.\n'entries' argument is an array of lists having [time, record].\nWhen passing 0 to 'time', the server automatically use the current time as 'time'.\nSee also a sample client code below.\n\nSample Client Code\n------------------\n\n::\n\n  require 'msgpack/rpc'\n  cli = MessagePack::RPC::Client.new('127.0.0.1', 9000)\n  cli.call(:log, 'debug.tag', 0, { 'key' =\u003e 'value' })\n  cli.call(:logs, 'debug.tag', [[0, {'key' =\u003e 'value'}], [Time.now.to_i, {'red' =\u003e 'bull'}]])\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluent%2Ffluent-plugin-msgpack-rpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluent%2Ffluent-plugin-msgpack-rpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluent%2Ffluent-plugin-msgpack-rpc/lists"}