Fix logsdb settings provider mapping filters#136119
Merged
jordan-powers merged 7 commits intoelastic:mainfrom Oct 8, 2025
Merged
Fix logsdb settings provider mapping filters#136119jordan-powers merged 7 commits intoelastic:mainfrom
jordan-powers merged 7 commits intoelastic:mainfrom
Conversation
Collaborator
|
Pinging @elastic/es-storage-engine (Team:StorageEngine) |
Collaborator
|
Hi @jordan-powers, I've created a changelog YAML for you. |
kkrik-es
reviewed
Oct 7, 2025
| import static org.hamcrest.Matchers.hasEntry; | ||
| import static org.hamcrest.Matchers.hasKey; | ||
|
|
||
| public class PatternTextBasicLicenseTests extends DataStreamLicenseChangeTestCase { |
Contributor
There was a problem hiding this comment.
This one seems orthogonal.. let's leave it outside, to simplify backporting.
Contributor
Author
There was a problem hiding this comment.
I added this test because the logic to gate pattern_text behind a basic license also depends on the mapping (to detect if pattern_text is in use), and so it was also suffering from this same bug. But I'll move the test into a follow-up PR.
kkrik-es
approved these changes
Oct 7, 2025
…-provider-mapping-filters
…-provider-mapping-filters
…-provider-mapping-filters
jordan-powers
added a commit
to jordan-powers/elasticsearch
that referenced
this pull request
Oct 8, 2025
Collaborator
💔 Backport failed
You can use sqren/backport to manually backport by running |
jordan-powers
added a commit
to jordan-powers/elasticsearch
that referenced
this pull request
Oct 8, 2025
Fixes elastic#136107 (cherry picked from commit d513723) # Conflicts: # x-pack/plugin/logsdb/src/main/java/org/elasticsearch/xpack/logsdb/LogsdbIndexModeSettingsProvider.java # x-pack/plugin/logsdb/src/test/java/org/elasticsearch/xpack/logsdb/LogsdbIndexModeSettingsProviderTests.java # x-pack/plugin/logsdb/src/yamlRestTest/resources/rest-api-spec/test/30_logsdb_default_mapping.yml
jordan-powers
added a commit
to jordan-powers/elasticsearch
that referenced
this pull request
Oct 8, 2025
Fixes elastic#136107 (cherry picked from commit d513723) # Conflicts: # x-pack/plugin/logsdb/src/main/java/org/elasticsearch/xpack/logsdb/LogsdbIndexModeSettingsProvider.java # x-pack/plugin/logsdb/src/test/java/org/elasticsearch/xpack/logsdb/LogsdbIndexModeSettingsProviderTests.java # x-pack/plugin/logsdb/src/yamlRestTest/resources/rest-api-spec/test/30_logsdb_default_mapping.yml
This was referenced Oct 8, 2025
Contributor
Author
���� All backports created successfully
Questions ?Please refer to the Backport tool documentation |
jordan-powers
added a commit
to jordan-powers/elasticsearch
that referenced
this pull request
Oct 8, 2025
Fixes elastic#136107 (cherry picked from commit d513723) # Conflicts: # x-pack/plugin/logsdb/src/main/java/org/elasticsearch/xpack/logsdb/LogsdbIndexModeSettingsProvider.java # x-pack/plugin/logsdb/src/test/java/org/elasticsearch/xpack/logsdb/LogsdbIndexModeSettingsProviderTests.java # x-pack/plugin/logsdb/src/yamlRestTest/resources/rest-api-spec/test/30_logsdb_default_mapping.yml
elasticsearchmachine
pushed a commit
that referenced
this pull request
Oct 8, 2025
elasticsearchmachine
pushed a commit
that referenced
this pull request
Oct 8, 2025
Fixes #136107 (cherry picked from commit d513723) # Conflicts: # x-pack/plugin/logsdb/src/main/java/org/elasticsearch/xpack/logsdb/LogsdbIndexModeSettingsProvider.java # x-pack/plugin/logsdb/src/test/java/org/elasticsearch/xpack/logsdb/LogsdbIndexModeSettingsProviderTests.java # x-pack/plugin/logsdb/src/yamlRestTest/resources/rest-api-spec/test/30_logsdb_default_mapping.yml
elasticsearchmachine
pushed a commit
that referenced
this pull request
Oct 8, 2025
Fixes #136107 (cherry picked from commit d513723) # Conflicts: # x-pack/plugin/logsdb/src/main/java/org/elasticsearch/xpack/logsdb/LogsdbIndexModeSettingsProvider.java # x-pack/plugin/logsdb/src/test/java/org/elasticsearch/xpack/logsdb/LogsdbIndexModeSettingsProviderTests.java # x-pack/plugin/logsdb/src/yamlRestTest/resources/rest-api-spec/test/30_logsdb_default_mapping.yml
elasticsearchmachine
pushed a commit
that referenced
this pull request
Oct 8, 2025
Fixes #136107 (cherry picked from commit d513723) # Conflicts: # x-pack/plugin/logsdb/src/main/java/org/elasticsearch/xpack/logsdb/LogsdbIndexModeSettingsProvider.java # x-pack/plugin/logsdb/src/test/java/org/elasticsearch/xpack/logsdb/LogsdbIndexModeSettingsProviderTests.java # x-pack/plugin/logsdb/src/yamlRestTest/resources/rest-api-spec/test/30_logsdb_default_mapping.yml
elasticsearchmachine
pushed a commit
that referenced
this pull request
Oct 8, 2025
Fixes #136107 (cherry picked from commit d513723) # Conflicts: # x-pack/plugin/logsdb/src/main/java/org/elasticsearch/xpack/logsdb/LogsdbIndexModeSettingsProvider.java # x-pack/plugin/logsdb/src/test/java/org/elasticsearch/xpack/logsdb/LogsdbIndexModeSettingsProviderTests.java # x-pack/plugin/logsdb/src/yamlRestTest/resources/rest-api-spec/test/30_logsdb_default_mapping.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #136107