https://github.com/secure-compliance-solutions-llc/gvm-logstash
Takes in scan reports from the GVM PostgreSQL Database and dump into Elasticsearch
https://github.com/secure-compliance-solutions-llc/gvm-logstash
docker elasticsearch logstash logstash-filter logstash-input logstash-output logstash-plugin openvas
Last synced: 12 months ago
JSON representation
Takes in scan reports from the GVM PostgreSQL Database and dump into Elasticsearch
- Host: GitHub
- URL: https://github.com/secure-compliance-solutions-llc/gvm-logstash
- Owner: Secure-Compliance-Solutions-LLC
- License: gpl-3.0
- Created: 2020-09-16T21:20:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-18T16:29:13.000Z (almost 3 years ago)
- Last Synced: 2025-04-04T18:12:29.290Z (about 1 year ago)
- Topics: docker, elasticsearch, logstash, logstash-filter, logstash-input, logstash-output, logstash-plugin, openvas
- Language: Dockerfile
- Homepage:
- Size: 45.9 KB
- Stars: 14
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# End of Life - Repository Deprecated
**Important Notice:** This repository is no longer actively maintained or supported. No further issues or pull requests will be considered or approved. The content provided here is for historical reference only.
## Thank You
Thank you contributors and Greenbone community. Your dedication, feedback, and contributions have been invaluable.
\- SCS
---
---

This docker image contains logstash configured to pull data from a Greenbone Vulnerability Manager instance.
Must login first using
```docker login docker.pkg.github.com```
Example command:
```sh
docker run -d \
-e DB_PASSWORD= \
-e DB_USER=gvm \
-e DB_HOST= \
-e ES_HOST= \
-e ES_USER= \
-e ES_PASSWORD= \
--name gvm-logstash \
docker.pkg.github.com/secure-compliance-solutions-llc/gvm-logstash/gvm-logstash:master
```
| Environment Variable Name | Default Value |
| ------------------------- | ----------------------- |
| `DB_HOST` | `gvm` |
| `DB_USER` | `gvm` |
| `DB_PASSWORD` | |
| `ES_HOST` | `https://example.com:443` |
| `ES_USER` | `gvm-logstash ` |
| `ES_PASSWORD` | |