Skip to content

feat(sink): add Elasticsearch sink for document indexing#36

Merged
psteinroe merged 2 commits intomainfrom
fix/elasticsearch-clean
Jan 13, 2026
Merged

feat(sink): add Elasticsearch sink for document indexing#36
psteinroe merged 2 commits intomainfrom
fix/elasticsearch-clean

Conversation

@psteinroe
Copy link
Owner

Adds Elasticsearch sink for indexing events as JSON documents.

Features

  • Bulk document indexing for efficient batch operations
  • Dynamic index routing via event metadata
  • Support for configuring default index via configuration

Configuration

sink:
  type: elasticsearch
  url: http://localhost:9200
  index: events  # optional default index

Dynamic Routing

Target index can be specified per-event via metadata:

metadata = '{"index": "custom-index"}'

@psteinroe psteinroe merged commit 342dc4b into main Jan 13, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant