Skip to content

Elasticsearch Connector

Search Elasticsearch indices to detect which assets are actively generating security telemetry.

CategorySearch & Analytics
Modesbatch
Imageghcr.io/silentpulse/connector-elasticsearch:1.0.0
Manifesthub.silentpulse.io/universe/packages/elasticsearch/manifest.json
  • Elasticsearch 7.x or 8.x (or OpenSearch 1.x/2.x)
  • Network access from SilentPulse to the cluster
  • API key or basic auth credentials
FieldTypeRequiredDescription
urlurlyesElasticsearch cluster URL
api_keypasswordnoElasticsearch API key (preferred)
usernametextnoBasic auth username
passwordpasswordnoBasic auth password
skip_tls_verifybooleannoSkip TLS certificate verification
FieldTypeRequiredDefaultDescription
indextextyesIndex pattern to search
querytextareano{"match_all":{}}Elasticsearch query DSL (JSON)
hostname_fieldtextyeshost.nameField containing the asset hostname
time_fieldtextno@timestampTimestamp field for time-based filtering

Also works with OpenSearch clusters using the same API.

ResourceRequest
CPU100m
Memory256Mi
Min replicas1
Max replicas4
  • Scroll API used for large result sets
  • Max 10,000 hits per query by default