{"id":14994524,"url":"https://github.com/dodevops/puppet-graylogcollectorsidecar","last_synced_at":"2025-10-03T10:30:19.507Z","repository":{"id":57665020,"uuid":"77620209","full_name":"dodevops/puppet-graylogcollectorsidecar","owner":"dodevops","description":"Puppet Module, that installs and configures the graylog collector sidecar","archived":true,"fork":false,"pushed_at":"2021-01-07T19:58:51.000Z","size":102,"stargazers_count":0,"open_issues_count":0,"forks_count":6,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-12-30T18:58:04.734Z","etag":null,"topics":["graylog-collector-sidecar","puppet","puppet-module"],"latest_commit_sha":null,"homepage":"https://forge.puppet.com/dodevops/graylogcollectorsidecar","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/dodevops.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-29T15:08:48.000Z","updated_at":"2023-02-22T13:09:55.000Z","dependencies_parsed_at":"2022-09-26T20:31:14.098Z","dependency_job_id":null,"html_url":"https://github.com/dodevops/puppet-graylogcollectorsidecar","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dodevops%2Fpuppet-graylogcollectorsidecar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dodevops%2Fpuppet-graylogcollectorsidecar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dodevops%2Fpuppet-graylogcollectorsidecar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dodevops%2Fpuppet-graylogcollectorsidecar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dodevops","download_url":"https://codeload.github.com/dodevops/puppet-graylogcollectorsidecar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235109312,"owners_count":18937241,"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":["graylog-collector-sidecar","puppet","puppet-module"],"created_at":"2024-09-24T16:03:45.914Z","updated_at":"2025-10-03T10:30:19.143Z","avatar_url":"https://github.com/dodevops.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dodevops/graylogcollectorsidecar\n[![Travis](https://img.shields.io/travis/dodevops/puppet-graylogcollectorsidecar.svg)](https://travis-ci.org/dodevops/puppet-graylogcollectorsidecar)\n\n# Deprecation notice\n\n**This module is deprecated** because of the new, incompatible and (in our eyes) unusable new sidecar feature from Graylog 3. If somebody wants to adopt it, please open an issue.\n\n#### Table of Contents\n\n1. [Description](#description)\n1. [Setup](#setup)\n    * [Beginning with graylogcollectorsidecar](#beginning-with-graylogcollectorsidecar)\n1. [Reference](#reference)\n1. [Limitations](#limitations)\n\n## Description\n\nThis module installs and configures the [Graylog collector sidecar](https://github.com/Graylog2/collector-sidecar).\n\n## Setup\n\n### Beginning with graylogcollectorsidecar\n\nTo install the graylog collector sidecar, simply configure the class:\n\n```puppet\nclass { 'graylogcollectorsidecar':\n  api_url =\u003e 'http://graylog.example.com:9000/api',\n  version =\u003e '0.1.0',\n  tags =\u003e [ 'apache.accesslog' ]\n}\n```\n\nOr using hiera:\n\n```yaml\ngraylogcollectorsidecar::api_url: \"http://graylog.example.com:9000/api\"\ngraylogcollectorsidecar::version: \"0.1.0\"\ngraylogcollectorsidecar::tags:\n    - apache.accesslog\n```\n\n## Reference\n\n### class `graylogcollectorsidecar`\n\n| Parameter | Description |\n| --------- | ----------- |\n| version | Select the version of the collector to install. Defaults to 'latest', which selects the latest available release version |\n| api_url | Graylog server api url (e.g. http://graylog.example.com:9000/api) |\n| tags | An array of tags that the collector should be set up with |\n\nAdditionally, all other parameters as noted in the\n[collector sidecar documentation](https://github.com/Graylog2/collector-sidecar/tree/cc9ce41be9bd571ddb3517533aca1026e7cdd298#configuration)\n can be specified.\n\nThe node_id will be set to the local hostname, if not specified.\n\n## Limitations\n\nThis module uses the githubreleases module to download the graylog distribution package\nfrom Github. However, Github imposes a [rate limiting](https://developer.github.com/v3/#rate-limiting)\non unauthenticated requests, which the module does (currently, this module doesn't\nallow setting Github credentials).\n\nSo if you have a rather large deployment using this module, the rate limit might fail\nthe deployment. If so, you'll have to wait for the Rate limit to be reset.\n\nIf this is a constant pain, please [open an issue](https://github.com/dodevops/puppet-graylogcollectorsidecar/issues).\n\nOS compatibility:\n\n* Debian-Family (Ubuntu, Debian)\n* RedHat-Family (RHEL, CentOS)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdodevops%2Fpuppet-graylogcollectorsidecar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdodevops%2Fpuppet-graylogcollectorsidecar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdodevops%2Fpuppet-graylogcollectorsidecar/lists"}