Elasticsearch
This component implements a reporter
that sends vulnerabilities to elasticsearch.
It supports authenticating to elasticsearch using an API key.
The API key requires reading cluster's information in order for the component to
validate connectivity and write to any indexes you plan on using this component
with.
Supported Versions
Be aware that at the moment of writing this we have proper support for two major versions of Elasticsearch 8.x.x and 9.x.x. For any major versions of elasticsearch above 9, there is no guarantee that it will work properly.
Environment variables
The component uses environment variables for configuration.
It requires the component
environment variables defined here.
as well as the following:
| ELASTICSEARCH_URL | string | yes | - | The remote instance to connect to. |
| ELASTICSEARCH_INDEX | string | yes | - | The index to write results to |
| ELASTICSEARCH_API_KEY | string | yes | - | The api key to use to write results. |