Skip to content

docs: document ES|QL Load unmapped fields quick fix for wired streams (#6153)#6563

Draft
florent-leborgne wants to merge 1 commit into
mainfrom
docs-issue-6153-esql-load-wired-streams
Draft

docs: document ES|QL Load unmapped fields quick fix for wired streams (#6153)#6563
florent-leborgne wants to merge 1 commit into
mainfrom
docs-issue-6153-esql-load-wired-streams

Conversation

@florent-leborgne
Copy link
Copy Markdown
Member

Summary

This PR addresses #6153 with the following changes:

  • explore-analyze/discover/try-esql.md: Added a preview 9.5 / serverless preview note in the "Browse indices and fields from the editor" section documenting the new Load unmapped fields quick fix action, which appears in the ES|QL editor when an unknown column error is detected on a wired stream query.
  • solutions/observability/streams/wired-streams.md: Added a "Query unmapped fields" subsection under "View wired streams in Discover" with full coverage of the SET unmapped_fields = "LOAD"; setting, the editor quick fix, and a note on its current limitations.

Resolves

Closes #6153


AI-generated draft — created with Claude Sonnet 4.6.
Review all generated content for factual accuracy before merging.

@github-actions
Copy link
Copy Markdown
Contributor

Elastic Docs AI PR menu

Check the box to run an AI review for this pull request.

  • Review docs changes (docs-review). Status: not started.

Powered by GitHub Agentic Workflows and docs-actions. For more information, reach out to the docs team.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 19, 2026

@github-actions
Copy link
Copy Markdown
Contributor

Vale Linting Results

Summary: 2 warnings, 1 suggestion found

⚠️ Warnings (2)
File Line Rule Message
explore-analyze/discover/try-esql.md 114 Elastic.Spelling 'subqueries' is a possible misspelling.
solutions/observability/streams/wired-streams.md 265 Elastic.Spelling 'subqueries' is a possible misspelling.
💡 Suggestions (1)
File Line Rule Message
explore-analyze/discover/try-esql.md 116 Elastic.Semicolons Use semicolons judiciously.

The Vale linter checks documentation changes against the Elastic Docs style guide.

To use Vale locally or report issues, refer to Elastic style guide for Vale.

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.

ES|QL editor suggests LOAD option for unmapped fields in wired streams

1 participant