Skip to content

docs: add ingest-pipeline report for v2.19.0#2118

Merged
tkykenmt merged 1 commit intomainfrom
docs/ingest-pipeline-v2.19.0
Jan 13, 2026
Merged

docs: add ingest-pipeline report for v2.19.0#2118
tkykenmt merged 1 commit intomainfrom
docs/ingest-pipeline-v2.19.0

Conversation

@tkykenmt
Copy link
Copy Markdown
Owner

Summary

This PR adds documentation for the verbose_pipeline parameter introduced in OpenSearch v2.19.0 for debugging search pipelines.

Changes

Release Report

  • Created docs/releases/v2.19.0/features/opensearch/ingest-pipeline.md
    • Documents the new verbose_pipeline parameter
    • Explains processor execution tracking (input/output, duration, status)
    • Includes usage examples and error handling behavior

Feature Report Update

  • Updated docs/features/opensearch/opensearch-search-pipeline.md
    • Added v2.19.0 to Change History
    • Added PR #16843 to Pull Requests table
    • Added related issues (#14745, #16705)
    • Added debugging documentation link

Release Index

  • Updated docs/releases/v2.19.0/index.md to include "Ingest Pipeline"

Key Feature Details

The verbose_pipeline parameter enables detailed debugging of search pipeline execution:

  • Tracks processor name, tag, duration, status
  • Captures input/output data for each processor
  • Logs errors without interrupting search execution
  • Works with default, specific, and temporary pipelines

References

@tkykenmt tkykenmt merged commit 16ca7aa into main Jan 13, 2026
@tkykenmt tkykenmt deleted the docs/ingest-pipeline-v2.19.0 branch January 13, 2026 18:12
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