Skip to content

Conversation

Zachary-hub
Copy link

This is a docs-only change clarifying duration aliases in ESQL.

  • month: m/mm; minute: min/mi/n; millisecond: ms
  • matching is case-insensitive
  • whitespace between number and unit is optional (1m == 1 m)
  • examples included

Rationale: adding m as an alias for minute would be ambiguous with m for month
(case-insensitive matching + optional whitespace). Therefore we clarify the docs
and keep the current aliasing scheme.

Relates: #135552

Credit to @Wentao14614 for the initial observation.

Copy link

cla-checker-service bot commented Oct 10, 2025

💚 CLA has been signed

@elasticsearchmachine elasticsearchmachine added needs:triage Requires assignment of a team area label v9.3.0 external-contributor Pull request authored by a developer outside the Elasticsearch team labels Oct 10, 2025
Copy link
Contributor

github-actions bot commented Oct 10, 2025

🔍 Preview links for changed docs

Copy link
Contributor

ℹ️ Important: Docs version tagging

👋 Thanks for updating the docs! Just a friendly reminder that our docs are now cumulative. This means all 9.x versions are documented on the same page and published off of the main branch, instead of creating separate pages for each minor version.

We use applies_to tags to mark version-specific features and changes.

Expand for a quick overview

When to use applies_to tags:

✅ At the page level to indicate which products/deployments the content applies to (mandatory)
✅ When features change state (e.g. preview, ga) in a specific version
✅ When availability differs across deployments and environments

What NOT to do:

❌ Don't remove or replace information that applies to an older version
❌ Don't add new information that applies to a specific version without an applies_to tag
❌ Don't forget that applies_to tags can be used at the page, section, and inline level

🤔 Need help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

external-contributor Pull request authored by a developer outside the Elasticsearch team needs:triage Requires assignment of a team area label v9.3.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants