{"id":37142469,"url":"https://github.com/netlify/elastinats","last_synced_at":"2026-01-14T16:43:10.837Z","repository":{"id":57588250,"uuid":"59233219","full_name":"netlify/elastinats","owner":"netlify","description":null,"archived":true,"fork":false,"pushed_at":"2016-10-19T00:58:43.000Z","size":50,"stargazers_count":36,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-09-30T07:02:52.461Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/netlify.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":"2016-05-19T18:50:11.000Z","updated_at":"2023-05-24T09:05:46.000Z","dependencies_parsed_at":"2022-09-26T19:42:27.405Z","dependency_job_id":null,"html_url":"https://github.com/netlify/elastinats","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/netlify/elastinats","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlify%2Felastinats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlify%2Felastinats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlify%2Felastinats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlify%2Felastinats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netlify","download_url":"https://codeload.github.com/netlify/elastinats/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlify%2Felastinats/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28426219,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T16:38:47.836Z","status":"ssl_error","status_checked_at":"2026-01-14T16:34:59.695Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2026-01-14T16:43:09.968Z","updated_at":"2026-01-14T16:43:10.832Z","avatar_url":"https://github.com/netlify.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# elastinats\n\nIntended to take from nats subjects/groups and pump data at elastic search. It will create 3 special fields:\n\n  - @timestamp - the unix timestamp\n  - @raw_msg - the raw string coming in\n  - @source - the subject from the message\n\n  If the data coming in is JSON it will parse that and send that parsed version to elasticsearch.\n\n  # subject/group\n  If a group is specified it will subscibe that way, otherwise it will just subscribe to the subject. This is useful for scaling out the cluster.\n\n  For instance if you have 3 subjects: `logs.file1`, `logs.file2`, `logs.file3`. To distribute the load across multiple boxes the configuration on each would be:\n\n  ```\n  {\n   ...\n     \"subjects\": [\n        {\n          \"subject\": \"logs.*\",\n          \"group\": \"shared\"\n        }\n     ]\n   ...\n  }\n  ```\n\n# endpoint configuration\n\nIt is possible to specify the elasticsearch configuration per subject. If one isn't specified, the default endpoint is used.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetlify%2Felastinats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetlify%2Felastinats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetlify%2Felastinats/lists"}