@statengine/se-ingest-lib
v0.0.87
Published
StatEngine Ingest Library
Downloads
84
Keywords
Readme
se-ingest-lib
This library orchestrates all the underlying logic for ingesting normalized data.
Ingest Process
- Sequence. Based on the sequence message of the message, load all previous messages of the same incident.
- Merge. Merge all data from previous messages into a single normalized document.
- Process fields. Execute field level functions to modify additional fields in document.
- Enrich. Call each configured enrichment and merge results into document.
- Upsert. Upsert document into Elasticsearch.
- Integration. Call each configured integration.