{"id":21297763,"url":"https://github.com/ninech/openshift-filebeat","last_synced_at":"2025-07-11T18:32:35.500Z","repository":{"id":151748127,"uuid":"84329950","full_name":"ninech/openshift-filebeat","owner":"ninech","description":"Elastic Filebeat Container for Openshift","archived":false,"fork":false,"pushed_at":"2017-12-14T13:50:21.000Z","size":10,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-07-04T12:15:43.557Z","etag":null,"topics":["docker","docker-image","filebeat","openshift"],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/ninech.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-08T14:35:16.000Z","updated_at":"2021-06-25T18:27:03.000Z","dependencies_parsed_at":"2023-07-08T23:01:12.826Z","dependency_job_id":null,"html_url":"https://github.com/ninech/openshift-filebeat","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ninech/openshift-filebeat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ninech%2Fopenshift-filebeat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ninech%2Fopenshift-filebeat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ninech%2Fopenshift-filebeat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ninech%2Fopenshift-filebeat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ninech","download_url":"https://codeload.github.com/ninech/openshift-filebeat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ninech%2Fopenshift-filebeat/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264870629,"owners_count":23676281,"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":["docker","docker-image","filebeat","openshift"],"created_at":"2024-11-21T14:40:55.928Z","updated_at":"2025-07-11T18:32:35.492Z","avatar_url":"https://github.com/ninech.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Elastic Filebeat Container for Openshift\n\nTHIS IMAGE IS DEPRECATED AND WILL NOT BE UPDATED, PLEASE USE OFFICIAL [ELASTIC FILEBEATS IMAGES](https://www.elastic.co/guide/en/beats/filebeat/current/running-on-docker.html) FROM THE [ELASTIC REGISTRY](https://www.docker.elastic.co/)\n\nRun this image in a non-openshift environment:\n\n    docker run -v filebeat.yml:/filebeat/config/filebeat.yml ninech/openshift-filebeat\n\n## Mount configuration file from secret\n\nThe path for the configuration file is `/filebeat/config/filebeat.yml`. It has it's own directory so you can put the file into an Openshift secret and mount it on `/filebeat/config` as a volume.\n\n```yml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n  name: filebeat-config\ndata:\n  filebeat.yml: |\n    filebeat.prospectors:\n    - input_type: log\n      paths:\n        - /var/log/*.log\n    output.console:\n      pretty: true\n```\n\nThen link this config map into your pods:\n\n```yaml\napiVersion: v1\nkind: Pod\nmetadata:\n  name: filebeat\nspec:\n  containers:\n    - name: filebeat\n      image: ninech/openshift-filebeat\n      volumeMounts:\n          - name: filebeat-config-volume\n            mountPath: /filebeat/config\n            readOnly: true\n  volumes:\n    - name: filebeat-config-volume\n      configMap:\n        name: filebeat-config\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fninech%2Fopenshift-filebeat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fninech%2Fopenshift-filebeat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fninech%2Fopenshift-filebeat/lists"}