-
Notifications
You must be signed in to change notification settings - Fork 113
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
[Security analytics 2.10] Update index mappings #841
[Security analytics 2.10] Update index mappings #841
Conversation
Signed-off-by: Amardeepsingh Siglani <[email protected]>
Whoooo...that's a big change. What's the plan to completely close opensearch-project/security-analytics-dashboards-plugin#690 ? |
Some additional commits showed up in the PR. The change should now be smaller. |
Update: So the fix for the alerts piece will be coming from the backend. This PR should completely cater to the changes required in the tests |
c837967
into
opensearch-project:2.10
Signed-off-by: Amardeepsingh Siglani <[email protected]>
* updated tests Signed-off-by: Amardeepsingh Siglani <[email protected]> * excluded a couple tests; fixed alerts tests Signed-off-by: Amardeepsingh Siglani <[email protected]> * dummy change to trigger tests Signed-off-by: Amardeepsingh Siglani <[email protected]> * Updated cypress commands to avoid duplication (#835) * updated commands to avoid duplication Signed-off-by: Amardeepsingh Siglani <[email protected]> * updated command header for create rule; changed url for searching rules Signed-off-by: Amardeepsingh Siglani <[email protected]> * fix linter issues Signed-off-by: Amardeepsingh Siglani <[email protected]> --------- Signed-off-by: Amardeepsingh Siglani <[email protected]> * updated mappings for test index (#841) Signed-off-by: Amardeepsingh Siglani <[email protected]> * avoid clicking filter menu btn twice (#849) Signed-off-by: Amardeepsingh Siglani <[email protected]> * removed check for url since it differs with and without security (#863) Signed-off-by: Amardeepsingh Siglani <[email protected]> * namespaced all commands; updated tests for 2.11 Signed-off-by: Amardeepsingh Siglani <[email protected]> * addressed PR comments Signed-off-by: Amardeepsingh Siglani <[email protected]> --------- Signed-off-by: Amardeepsingh Siglani <[email protected]>
* updated tests Signed-off-by: Amardeepsingh Siglani <[email protected]> * excluded a couple tests; fixed alerts tests Signed-off-by: Amardeepsingh Siglani <[email protected]> * dummy change to trigger tests Signed-off-by: Amardeepsingh Siglani <[email protected]> * Updated cypress commands to avoid duplication (opensearch-project#835) * updated commands to avoid duplication Signed-off-by: Amardeepsingh Siglani <[email protected]> * updated command header for create rule; changed url for searching rules Signed-off-by: Amardeepsingh Siglani <[email protected]> * fix linter issues Signed-off-by: Amardeepsingh Siglani <[email protected]> --------- Signed-off-by: Amardeepsingh Siglani <[email protected]> * updated mappings for test index (opensearch-project#841) Signed-off-by: Amardeepsingh Siglani <[email protected]> * avoid clicking filter menu btn twice (opensearch-project#849) Signed-off-by: Amardeepsingh Siglani <[email protected]> * removed check for url since it differs with and without security (opensearch-project#863) Signed-off-by: Amardeepsingh Siglani <[email protected]> * namespaced all commands; updated tests for 2.11 Signed-off-by: Amardeepsingh Siglani <[email protected]> * addressed PR comments Signed-off-by: Amardeepsingh Siglani <[email protected]> --------- Signed-off-by: Amardeepsingh Siglani <[email protected]>
* updated tests * excluded a couple tests; fixed alerts tests * dummy change to trigger tests * Updated cypress commands to avoid duplication (#835) * updated commands to avoid duplication * updated command header for create rule; changed url for searching rules * fix linter issues --------- * updated mappings for test index (#841) * avoid clicking filter menu btn twice (#849) * removed check for url since it differs with and without security (#863) * namespaced all commands; updated tests for 2.11 * addressed PR comments --------- Signed-off-by: Amardeepsingh Siglani <[email protected]>
* updated tests * excluded a couple tests; fixed alerts tests * dummy change to trigger tests * Updated cypress commands to avoid duplication (#835) * updated commands to avoid duplication * updated command header for create rule; changed url for searching rules * fix linter issues --------- * updated mappings for test index (#841) * avoid clicking filter menu btn twice (#849) * removed check for url since it differs with and without security (#863) * namespaced all commands; updated tests for 2.11 * addressed PR comments --------- Signed-off-by: Amardeepsingh Siglani <[email protected]> (cherry picked from commit c1f8c39)
Signed-off-by: Amardeepsingh Siglani <[email protected]>
…930) * [2.10] Latest tests security analytics (#826) * updated tests Signed-off-by: Amardeepsingh Siglani <[email protected]> * excluded a couple tests; fixed alerts tests Signed-off-by: Amardeepsingh Siglani <[email protected]> --------- Signed-off-by: Amardeepsingh Siglani <[email protected]> * updated mappings for test index (#841) Signed-off-by: Amardeepsingh Siglani <[email protected]> * avoid clicking filter menu btn twice (#849) Signed-off-by: Amardeepsingh Siglani <[email protected]> * removed check for url since it differs with and without security (#863) Signed-off-by: Amardeepsingh Siglani <[email protected]> * excluded flaky test (#891) Signed-off-by: Amardeepsingh Siglani <[email protected]> * Updated security analytics cypress tests for 2.9 patch. Signed-off-by: AWSHurneyt <[email protected]> * Skipping flaky test. Signed-off-by: AWSHurneyt <[email protected]> * Updated alerting cypress tests. Signed-off-by: AWSHurneyt <[email protected]> --------- Signed-off-by: Amardeepsingh Siglani <[email protected]> Signed-off-by: AWSHurneyt <[email protected]> Co-authored-by: Amardeepsingh Siglani <[email protected]>
* updated tests * excluded a couple tests; fixed alerts tests * dummy change to trigger tests * Updated cypress commands to avoid duplication (#835) * updated commands to avoid duplication * updated command header for create rule; changed url for searching rules * fix linter issues --------- * updated mappings for test index (#841) * avoid clicking filter menu btn twice (#849) * removed check for url since it differs with and without security (#863) * namespaced all commands; updated tests for 2.11 * addressed PR comments --------- Signed-off-by: Amardeepsingh Siglani <[email protected]> (cherry picked from commit c1f8c39) Co-authored-by: Amardeepsingh Siglani <[email protected]>
Description
Updated index alias mapping for security analytics dashboards plugin tests to comply with the latest backend mappings for correct rule query generation in a detector.
Issues Resolved
Resolves opensearch-project/security-analytics-dashboards-plugin#690
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.