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

Backport 1122, 1302, 1355, 1435 and 1441 to 2.7 #1472

Closed
wants to merge 5 commits into from

Commits on Mar 14, 2024

  1. optimize doc-level monitor workflow for index patterns (opensearch-pr…

    …oject#1122)
    
    Signed-off-by: Subhobrata Dey <sbcd90@gmail.com>
    sbcd90 authored and goyamegh committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    c076bfa View commit details
    Browse the repository at this point in the history
  2. optimize doc-level monitor execution workflow for datastreams (opense…

    …arch-project#1302)
    
    * optimize doc-level monitor execution for datastreams
    
    Signed-off-by: Subhobrata Dey <sbcd90@gmail.com>
    
    * add more tests to address comments
    
    Signed-off-by: Subhobrata Dey <sbcd90@gmail.com>
    
    * add integTest for multiple datastreams inside a single index pattern
    
    * add integTest for multiple datastreams inside a single index pattern
    
    Signed-off-by: Subhobrata Dey <sbcd90@gmail.com>
    
    ---------
    
    Signed-off-by: Subhobrata Dey <sbcd90@gmail.com>
    sbcd90 authored and goyamegh committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    c4c48db View commit details
    Browse the repository at this point in the history
  3. Bulk index findings and sequentially invoke auto-correlations (opense…

    …arch-project#1355)
    
    * Bulk index findings and sequentially invoke auto-correlations
    
    Signed-off-by: Megha Goyal <goyamegh@amazon.com>
    
    * Bulk index findings in batches of 10000 and make it configurable
    
    Signed-off-by: Megha Goyal <goyamegh@amazon.com>
    
    * Addressing review comments
    
    Signed-off-by: Megha Goyal <goyamegh@amazon.com>
    
    * Add integ tests to test bulk index findings
    
    Signed-off-by: Megha Goyal <goyamegh@amazon.com>
    
    * Fix ktlint formatting
    
    Signed-off-by: Megha Goyal <goyamegh@amazon.com>
    
    ---------
    
    Signed-off-by: Megha Goyal <goyamegh@amazon.com>
    goyamegh committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    1d845b3 View commit details
    Browse the repository at this point in the history
  4. Add jvm aware setting and max num docs settings for batching docs for…

    … percolate queries (opensearch-project#1435)
    
    * add jvm aware and max docs settings for batching docs for percolate queries
    
    Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>
    
    * fix stats logging
    
    Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>
    
    * add queryfieldnames field in findings mapping
    
    Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>
    
    ---------
    
    Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>
    eirsep authored and goyamegh committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    d84bf82 View commit details
    Browse the repository at this point in the history
  5. optimize to fetch only fields relevant to doc level queries in doc le…

    …vel monitor instead of entire _source for each doc (opensearch-project#1441)
    
    * optimize to fetch only fields relevant to doc level queries in doc level monitor
    
    Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>
    
    * fix test for settings check
    
    Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>
    
    * fix ktlint
    
    Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>
    
    ---------
    
    Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>
    eirsep authored and goyamegh committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    29c5839 View commit details
    Browse the repository at this point in the history