Loading Data

Elastic Search

Stream OpenSnowcat event data into Elastic Search

The fastest way to index behavioral event data into ElasticSearch — with native support for Elastic v9. The SnowcatCloud Loader delivers schema-validated, enriched event data directly to ElasticSearch in real-time.

With support for ElasticSearch v9, automatic retries, and schema-aware indexing, it’s the ideal choice for teams building behavioral dashboards, anomaly detection systems, or live search features.

Features

  • ElasticSearch v9 Compatible
    Full support for ElasticSearch 9.x — benefit from the latest performance and security enhancements.
  • Schema-Aware Indexing
    Events are validated and indexed according to their schema, ensuring consistency and optimized searchability.
  • Low-Latency Delivery
    Stream enriched data to ElasticSearch with minimal delay for real-time dashboards and alerting pipelines.
  • Resilient Error Handling
    Automatic retries and failure logging ensure reliable delivery even under high volume or transient failures.
  • Monitoring & Observability
    CloudWatch Metrics & Logs available for visibility into loader status and performance.

Loader Configuration

Define your ElasticSearch target using a simple configuration block:

output {
  service: "elasticsearch", 
  esclientendpoint: "https://",
  esclientendport: 443,
  esindex: "good",
  format: "elasticsearch",
  esapikey: "APIKEY" 
},