{"id":22845584,"url":"https://github.com/idealista/logstash_role","last_synced_at":"2026-04-16T08:31:23.245Z","repository":{"id":86837913,"uuid":"500785974","full_name":"idealista/logstash_role","owner":"idealista","description":"Ansible role to install logstash","archived":false,"fork":false,"pushed_at":"2025-10-02T13:26:44.000Z","size":55,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-10-02T15:23:37.913Z","etag":null,"topics":["ansible","ansible-role","debian","elastic","logstash"],"latest_commit_sha":null,"homepage":"","language":"YAML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/idealista.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2022-06-07T10:05:55.000Z","updated_at":"2025-10-02T13:26:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"b7a4a0be-c457-43be-996a-3f1c41f1e7b8","html_url":"https://github.com/idealista/logstash_role","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/idealista/logstash_role","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idealista%2Flogstash_role","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idealista%2Flogstash_role/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idealista%2Flogstash_role/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idealista%2Flogstash_role/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/idealista","download_url":"https://codeload.github.com/idealista/logstash_role/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idealista%2Flogstash_role/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31877446,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T07:36:03.521Z","status":"ssl_error","status_checked_at":"2026-04-16T07:35:53.576Z","response_time":69,"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":["ansible","ansible-role","debian","elastic","logstash"],"created_at":"2024-12-13T03:17:42.301Z","updated_at":"2026-04-16T08:31:23.218Z","avatar_url":"https://github.com/idealista.png","language":"YAML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Logstash Ansible role\n![Logo](logo.gif)\n\n[![Build Status](https://app.travis-ci.com/idealista/logstash_role.svg)](https://app.travis-ci.com/github/idealista/logstash_role)\n[![Ansible Galaxy](https://img.shields.io/badge/galaxy-idealista.logstash_role-B62682.svg)](https://galaxy.ansible.com/idealista/logstash_role)\n\n\n\nThis ansible role installs Logstash in a Debian environment. It has been tested for the following Debian versions:\n* Bullseye\n* Buster\n\nThis role has been generated using the [cookiecutter](https://github.com/cookiecutter/cookiecutter) tool, you can generate a similar role that fits your needs using the this [cookiecutter template](https://github.com/idealista/cookiecutter-ansible-role).\n\n- [Getting Started](#getting-started)\n\t- [Prerequisites](#prerequisites)\n\t- [Installing](#installing)\n- [Usage](#usage)\n- [Testing](#testing)\n- [Built With](#built-with)\n- [Versioning](#versioning)\n- [Authors](#authors)\n- [License](#license)\n\n## Getting Started\nThese instructions will get you a copy of the role for your Ansible playbook. Once launched, it will install Logstash in a Debian system.\n\n### Prerequisites\n\nMinimum Ansible version of 2.10.0 and recommended Ansible 5.8.0 version installed.\n\nFor testing purposes, [Molecule](https://molecule.readthedocs.io/) with [Docker](https://www.docker.com/) as driver and [Goss](https://github.com/aelsabbahy/goss) as verifier.\n\n### Installing\n\nCreate or add to your roles dependency file (e.g requirements.yml):\n\n```\n- src: idealista.logstash_role\n  version: 1.0.0\n  name: logstash_role\n```\n\nInstall the role with ansible-galaxy command:\n\n```\nansible-galaxy install -p roles -r requirements.yml -f\n```\n\nUse in a playbook:\n\n```\n---\n- hosts: someserver\n  roles:\n    - role: logstash_role\n```\n\n## Usage\n\nLook to the [defaults](defaults/main.yml) properties file to see the possible configuration properties.\n\n\n## Testing\n\n### Install dependencies\n\n```sh\n$ pipenv sync\n```\n\nFor more information read the [pipenv docs](https://pipenv-fork.readthedocs.io/en/latest/).\n\n```sh\n$ pipenv run molecule test \n```\n\n## Built With\n\n![Ansible](https://img.shields.io/badge/ansible-5.8.0-green.svg)\n![Molecule](https://img.shields.io/badge/molecule-3.6.1-green.svg)\n![Goss](https://img.shields.io/badge/goss-0.3.18-green.svg)\n\n## Versioning\n\nFor the versions available, see the [tags on this repository](https://github.com/idealista/logstash_role/tags).\n\nAdditionally, you can see what change in each version in the [CHANGELOG.md](CHANGELOG.md) file.\n\n## Authors\n\n* **Idealista** - *Work with* - [idealista](https://github.com/idealista)\n\nSee also the list of [contributors](https://github.com/idealista/logstash_role/contributors) who participated in this project.\n\n## License\n\n![Apache 2.0 License](https://img.shields.io/hexpm/l/plug.svg)\n\nThis project is licensed under the [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) license - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidealista%2Flogstash_role","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidealista%2Flogstash_role","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidealista%2Flogstash_role/lists"}