-
Couldn't load subscription status.
- Fork 2.3k
[Rule based auto tagging] Add WLM action filter to automate tagging for search traffic #17791
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
[Rule based auto tagging] Add WLM action filter to automate tagging for search traffic #17791
Conversation
|
❌ Gradle check result for abcb6de: 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 16100b8: 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 8cdb1af: 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? |
8cdb1af to
5298ea8
Compare
Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
b24f0b2 to
86e27ff
Compare
|
❌ Gradle check result for 86e27ff: 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? |
Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
|
@jainankitk I have created the issue to introduce support for scroll API: #18362 |
…or search traffic (opensearch-project#17791) Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
…or search traffic (opensearch-project#17791) Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
…or search traffic (opensearch-project#17791) Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
…or search traffic (opensearch-project#17791) Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>Signed-off-by: TJ Neuenfeldt <tjneu@amazon.com>
…or search traffic (opensearch-project#17791) Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
Description
With this change we can automatically tag the search traffic with appropriate
queryGroupIdbased on predefinedRules. Until now we were relying on HTTP header based approach to supply this value but now this process will be automated.ActionFilters are invoked at Transport layer which is upstream to the consumption of this information.Related Issues
https://github.com/opensearch-project/OpenSearch/issues/16797#issuecomment-2594284060>
#13341
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.