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

optimize bucket level monitor to resolve alias to query only those time-series indices that contain docs within timeframe of range query filter in search input #1701

Merged
merged 4 commits into from
Oct 21, 2024

Commits on Oct 21, 2024

  1. optimize bucket level monitor to resolve alias to query only those ti…

    …me-series indices that contain docs within timeframe of range query filter in search input
    
    Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>
    eirsep committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    92549fc View commit details
    Browse the repository at this point in the history
  2. add tests to verify alias based optimziation scenarios

    Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>
    eirsep committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    8bcba11 View commit details
    Browse the repository at this point in the history
  3. fix tests to verify aggregation query on alias optimziation with indi…

    …ces being skipped and not skipped
    
    Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>
    eirsep committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    4578bc8 View commit details
    Browse the repository at this point in the history
  4. null check addded

    Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>
    eirsep committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    b8b37f0 View commit details
    Browse the repository at this point in the history