-
Couldn't load subscription status.
- Fork 2.3k
Enable skip_list for @timestamp field or index sort field by default #19480
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
Enable skip_list for @timestamp field or index sort field by default #19480
Conversation
|
❌ Gradle check result for 89c3fba: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
❌ Gradle check result for 13ec937: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #19480 +/- ##
============================================
+ Coverage 72.93% 72.94% +0.01%
Complexity 70236 70236
============================================
Files 5700 5700
Lines 322150 322157 +7
Branches 46616 46618 +2
============================================
+ Hits 234966 235007 +41
+ Misses 68225 68163 -62
- Partials 18959 18987 +28 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
* to test out skiplist based date histogram * skiplist is enabled by default http_logs has @timestamp field: opensearch-project/OpenSearch#19480 * TODO: add index.sort.field option on @timestamp Signed-off-by: Asim Mahmood <asim.seng@gmail.com>
* to test out skiplist based date histogram * skiplist is enabled by default http_logs has @timestamp field: opensearch-project/OpenSearch#19480 * TODO: add index.sort.field option on @timestamp Signed-off-by: Asim Mahmood <asim.seng@gmail.com>
* to test out skiplist based date histogram * skiplist is enabled by default http_logs has @timestamp field: opensearch-project/OpenSearch#19480 * TODO: add index.sort.field option on @timestamp Signed-off-by: Asim Mahmood <asim.seng@gmail.com> (cherry picked from commit bf2c36e) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* to test out skiplist based date histogram * skiplist is enabled by default http_logs has @timestamp field: opensearch-project/OpenSearch#19480 * TODO: add index.sort.field option on @timestamp (cherry picked from commit bf2c36e) Signed-off-by: Asim Mahmood <asim.seng@gmail.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…-project#19480) Signed-off-by: Asim Mahmood <asim.seng@gmail.com>
…ensearch-project#19480)" Fixes opensearch-project#19660 This reverts commit 08ed9ee.
…ensearch-project#19480)" Fixes opensearch-project#19660 This reverts commit 08ed9ee. Signed-off-by: Asim Mahmood <asim.seng@gmail.com>
…ensearch-project#19480)" Fixes opensearch-project#19660 This reverts commit 08ed9ee. Signed-off-by: Asim Mahmood <asim.seng@gmail.com>
…ensearch-project#19480)" This reverts commit 08ed9ee. Fixes opensearch-project#19660 Signed-off-by: Asim Mahmood <asim.seng@gmail.com>
…ensearch-project#19480)" This reverts commit 08ed9ee. Fixes opensearch-project#19660 Signed-off-by: Asim Mahmood <asim.seng@gmail.com>
Description
Related Issues
Resolves #19123
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.