Skip to content

Conversation

Zachary-hub
Copy link
Owner

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: elastic#135552

Credit to @Wentao14614 for the initial observation.

Zachary-hub and others added 12 commits October 11, 2025 05:42
* working commit

* Update x-pack/plugin/security/src/main/java/module-info.java

Co-authored-by: Slobodan Adamović <[email protected]>

* clean up

---------

Co-authored-by: Slobodan Adamović <[email protected]>
* Register action named writeables with indices

* [CI] Auto commit changes from spotless

* Added multi-node YAML test with text similarity reranker and cluster stats

* Push fix and tests

* Cleanup based on PR feedback

* Rename

---------

Co-authored-by: elasticsearchmachine <[email protected]>
Co-authored-by: Mike Pellegrini <[email protected]>
…astic#136123)

This adds logic to SamplingService's clusterChanged method so a samples
are removed from memory whenever the sampling configuration for that
sample is deleted or modified.
…t {p0=search.vectors/200_dense_vector_docvalue_fields/Enable docvalue_fields parameter for dense_vector fields} elastic#136443
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.

7 participants