DaaS / Products / Upload Files to OSS, Index in Elasticsearch

Upload Files to OSS, Index in Elasticsearch

A developer uploads documents (PDFs, logs, JSON records) to OSS for durable raw storage, then triggers an ingestion pipeline that pushes parsed document content and metadata into Elasticsearch for full-text search and analytics — a classic store-and-index architecture.

Products involved

Scenario

A developer uploads documents (PDFs, logs, JSON records) to OSS for durable raw storage, then triggers an ingestion pipeline that pushes parsed document content and metadata into Elasticsearch for full-text search and analytics — a classic store-and-index architecture.

How the products combine

  1. oss · oss-manage-objects — Object Storage Service — Manage storage objects (upload, download, copy, etc.)
  2. See oss/oss-manage-objects.

  3. es · es-ingest-documents — Elasticsearch — Ingest and manage document data in Elasticsearch
  4. See es/es-ingest-documents.

Typical questions