ediverse Explore the platform

Spotlight PEPPOL BIS Billing 3.0 The EU e-invoicing mandate is here — France Sept 2026, Belgium Jan 2026, Germany 2025.

ELASTICSEARCH-LOGS

Elasticsearch (EDI logs) is the Elasticsearch distributed search engine — central component of ELK / EFK stacks ingesting and indexing EDI structured logs (dispatches, acknowledgments, errors) for debug and compliance.

Definition

Elasticsearch is built on Apache Lucene. Full-text indexing, aggregations, time-series (Index Lifecycle Management, ILM), near-real-time search. Elastic Observability (formerly Elastic Stack) adds Kibana (visualisation), Beats (collectors) and Logstash (pipeline).

Origin

Created in 2010 by Shay Banon. Elastic NV founded in 2012. License moved to Elastic License 2.0 + SSPL in 2021 (response to AWS forks → OpenSearch).

Use

An EDI operator ingests 10 GB/day of structured JSON logs into an Elastic cluster. Index pattern: edi-logs-* with ILM (hot 7d → warm 30d → cold 90d → delete). Kibana search: 'trace_id:abc-123 AND partner_id:GLOBEX'. Drill-down in 200 ms.

Last updated: May 14, 2026