Socket
Book a DemoInstallSign in
Socket

github.com/smithy-security/smithy/components/reporters/elasticsearch

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/smithy-security/smithy/components/reporters/elasticsearch

Source
Go Modules
Version
v1.1.6
Version published
Created
Source

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:

Environment VariableTypeRequiredDefaultDescription
ELASTICSEARCH_URLstringyes-The remote instance to connect to.
ELASTICSEARCH_INDEXstringyes-The index to write results to
ELASTICSEARCH_API_KEYstringyes-The api key to use to write results.

FAQs

Package last updated on 13 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts