{"id":22746069,"url":"https://github.com/hikouki/fluent-plugin-dio","last_synced_at":"2025-03-30T05:14:36.611Z","repository":{"id":56846904,"uuid":"81527236","full_name":"hikouki/fluent-plugin-dio","owner":"hikouki","description":":full_moon: Output filter plugin of fluentd. Convert to timestamp from date string.","archived":false,"fork":false,"pushed_at":"2017-02-13T09:54:11.000Z","size":11,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-05T07:25:40.677Z","etag":null,"topics":["fluentd","fluentd-plugin","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hikouki.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2017-02-10T04:40:30.000Z","updated_at":"2017-03-27T07:40:29.000Z","dependencies_parsed_at":"2022-09-09T01:00:31.866Z","dependency_job_id":null,"html_url":"https://github.com/hikouki/fluent-plugin-dio","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hikouki%2Ffluent-plugin-dio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hikouki%2Ffluent-plugin-dio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hikouki%2Ffluent-plugin-dio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hikouki%2Ffluent-plugin-dio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hikouki","download_url":"https://codeload.github.com/hikouki/fluent-plugin-dio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246277360,"owners_count":20751549,"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","fluentd-plugin","ruby"],"created_at":"2024-12-11T02:10:12.842Z","updated_at":"2025-03-30T05:14:36.591Z","avatar_url":"https://github.com/hikouki.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fluent::Plugin::Dio\n\n[![Build Status](https://travis-ci.org/hikouki/fluent-plugin-dio.svg?branch=master)](https://travis-ci.org/hikouki/fluent-plugin-dio)\n\nOutput filter plugin of fluentd. Convert to timestamp from date string.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'fluent-plugin-dio'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install fluent-plugin-dio\n\n## Usage\n\n### DioFilter\n\nAdd dio filter.\n\n```xml\n\u003cfilter test.**\u003e\n  @type dio\n  keys created_at, updated_at\n\u003c/filter\u003e\n```\n\nAssuming following inputs are coming:\n\n```javascript\n{\"a\" =\u003e 1, \"created_at\" =\u003e \"2011-01-02 13:14:15 UTC\", \"updated_at\" =\u003e \"2011-01-01 13:14:15 UTC\"}\n```\n\nThen output becomes as belows:\n\n```javascript\n{\"a\" =\u003e 1, \"created_at\" =\u003e 1293974055, \"updated_at\" =\u003e 1293887655}\n```\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/hikouki/fluent-plugin-dio.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhikouki%2Ffluent-plugin-dio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhikouki%2Ffluent-plugin-dio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhikouki%2Ffluent-plugin-dio/lists"}