Skip to content

Conversation

quux00
Copy link
Contributor

@quux00 quux00 commented Sep 15, 2025

Endpoints added:

_msearch
_field_caps
_search/template
_msearch/template
_resolve/index
_eql/search
_sql
_mvt (Vector tile search)
_pit (Open PointInTime)
_count
_cat/count

…ints for:

_msearch
_field_caps
_search/template
_msearch/template
_resolve/index
_eql/search
_sql
_mvt (Vector tile search)
<index>/_pit  (Open PointInTime)
<index>/_count
_cat/count/{index}
@quux00 quux00 force-pushed the cps/project-routing-in-rest-endpoints branch from 5add6fe to 11da465 Compare September 17, 2025 20:54
@quux00 quux00 marked this pull request as ready for review September 17, 2025 20:54
@quux00 quux00 requested a review from a team as a code owner September 17, 2025 20:54
@elasticsearchmachine elasticsearchmachine added Team:Search Foundations Meta label for the Search Foundations team in Elasticsearch and removed Team:Search Meta label for search team labels Sep 17, 2025
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-search-foundations (Team:Search Foundations)

"project_routing": {
"type": "string",
"description": "A Lucene query using project metadata tags to limit which projects to search, such as _alias:_origin or _alias:*pr*. Only supported in serverless."
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For my education, are those manually changed or generated from something?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The clients team told me we have to manually change them here and there is a corresponding section in elasticsearch-specification that mirrors these changes in an automated way.

Copy link
Contributor

@idegtiarenko idegtiarenko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes to

  • _eql/search
  • _sql

look good to me

Copy link
Contributor

@luigidellaquila luigidellaquila left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 for SQL and EQL

@quux00 quux00 merged commit bfb6512 into elastic:main Sep 19, 2025
34 checks passed
szybia added a commit to szybia/elasticsearch that referenced this pull request Sep 19, 2025
* upstream/main:
  Turn NumericValues into functional interface (elastic#135068)
  Improve block loader for source only runtime fields of type keyword (elastic#135026)
  Mute org.elasticsearch.xpack.esql.qa.single_node.EsqlSpecIT test {csv-spec:stats.StdDeviationGroupedAllTypes} elastic#135103
  Mute org.elasticsearch.xpack.esql.qa.single_node.EsqlSpecIT test {csv-spec:stats.StdDeviationWithLongs} elastic#135102
  Mute org.elasticsearch.xpack.esql.qa.single_node.EsqlSpecIT test {csv-spec:inlinestats.StdDevFilter} elastic#135101
  Mute org.elasticsearch.xpack.esql.qa.single_node.EsqlSpecIT test {csv-spec:stats.StdDevFilter} elastic#135100
  Remove track_live_docs_in_memory_bytes feature flag (elastic#134900)
  Create SPI to allow prohibiting certain top-level mappings (elastic#132360)
  Only validate primary ids on release branches (elastic#135044)
  Added no-op support for project_routing query param to REST endpoints that will support cross-project search (elastic#134741)
  Fix race in FileSettingsServiceIT.testSettingsAppliedOnStart (elastic#134368)
quux00 added a commit to elastic/elasticsearch-specification that referenced this pull request Sep 19, 2025
…ch APIs (#5292)

Cross-project enabled endpoints that support the project_routing query param in serverless:

_search
_async_search
_msearch
_field_caps
_search/template
_msearch/template
_resolve/index
_eql/search
_sql
_mvt (Vector tile search)
_pit (Open PointInTime)
_count
_cat/count

Corresponds to elastic/elasticsearch#134741
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

>non-issue :Search Foundations/Search Catch all for Search Foundations Team:Search Foundations Meta label for the Search Foundations team in Elasticsearch v9.2.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants