Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wildcard expansion for update-by-query on data streams #92717

Merged
merged 2 commits into from Jan 5, 2023

Conversation

dakrone
Copy link
Member

@dakrone dakrone commented Jan 5, 2023

This commit allows wildcards for data streams to be used for update-by-query. We always allowed multiple data streams (comma-separated), but the expansion did not include wildcards.

Resolves #90272

This commit allows wildcards for data streams to be used for update-by-query. We always allowed
multiple data streams (comma-separated), but the expansion did not include wildcards.

Resolves elastic#90272
@elasticsearchmachine elasticsearchmachine added the Team:Data Management Meta label for data/management team label Jan 5, 2023
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-data-management (Team:Data Management)

@elasticsearchmachine
Copy link
Collaborator

Hi @dakrone, I've created a changelog YAML for you.

Copy link
Contributor

@mattc58 mattc58 left a comment

Choose a reason for hiding this comment

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

+1 LGTM

@dakrone dakrone added the auto-backport-and-merge Automatically create backport pull requests and merge when ready label Jan 5, 2023
@dakrone dakrone merged commit 67b5339 into elastic:main Jan 5, 2023
@dakrone dakrone deleted the allow-ds-wildcard-in-ubq branch January 5, 2023 20:36
dakrone added a commit to dakrone/elasticsearch that referenced this pull request Jan 5, 2023
…2717)

This commit allows wildcards for data streams to be used for update-by-query. We always allowed multiple data streams (comma-separated), but the expansion did not include wildcards.

Resolves elastic#90272
elasticsearchmachine pushed a commit that referenced this pull request Jan 5, 2023
…92719)

This commit allows wildcards for data streams to be used for update-by-query. We always allowed multiple data streams (comma-separated), but the expansion did not include wildcards.

Resolves #90272
albertzaharovits pushed a commit to albertzaharovits/elasticsearch that referenced this pull request Jan 8, 2023
…2717)

This commit allows wildcards for data streams to be used for update-by-query. We always allowed multiple data streams (comma-separated), but the expansion did not include wildcards.

Resolves elastic#90272
dakrone added a commit to dakrone/elasticsearch that referenced this pull request Jan 10, 2023
dakrone added a commit to dakrone/elasticsearch that referenced this pull request Jan 10, 2023
danielmitterdorfer pushed a commit to danielmitterdorfer/elasticsearch that referenced this pull request Jan 12, 2023
dakrone added a commit to dakrone/elasticsearch that referenced this pull request Jan 12, 2023
This commit allows wildcards for data streams to be used for delete-by-query. We always allowed multiple data streams (comma-separated), but the expansion did not include wildcards.

Relates to elastic#90272 and elastic#92717
elasticsearchmachine pushed a commit that referenced this pull request Jan 13, 2023
This commit allows wildcards for data streams to be used for
delete-by-query. We always allowed multiple data streams
(comma-separated), but the expansion did not include wildcards.

Relates to #90272 and #92717
dakrone added a commit to dakrone/elasticsearch that referenced this pull request Jan 13, 2023
…2891)

This commit allows wildcards for data streams to be used for
delete-by-query. We always allowed multiple data streams
(comma-separated), but the expansion did not include wildcards.

Relates to elastic#90272 and elastic#92717
elasticsearchmachine pushed a commit that referenced this pull request Jan 13, 2023
…92912)

This commit allows wildcards for data streams to be used for
delete-by-query. We always allowed multiple data streams
(comma-separated), but the expansion did not include wildcards.

Relates to #90272 and #92717
albertzaharovits pushed a commit to albertzaharovits/elasticsearch that referenced this pull request Jan 16, 2023
…2891)

This commit allows wildcards for data streams to be used for
delete-by-query. We always allowed multiple data streams
(comma-separated), but the expansion did not include wildcards.

Relates to elastic#90272 and elastic#92717
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-backport-and-merge Automatically create backport pull requests and merge when ready >bug :Data Management/Data streams Data streams and their lifecycles Team:Data Management Meta label for data/management team v8.6.1 v8.7.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wildcard expansion on _update_by_query for data streams
3 participants