An open API service indexing awesome lists of open source software.

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

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

---
---

![GVM Logstash Logo](https://github.com/SCS-Labs/Images/raw/main/GVM%20Logstash.png)

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` | |