forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ResponseOps] Failing ES Promotion: FTR Configs elastic#77 / Alerting…
… builtin alertTypes es_query rule runs correctly: threshold on ungrouped hit count < > (elastic#176254) Resolves elastic#176116 ## Summary The test was failing with the following error, `Incorrect HTTP method for uri [/_esql] and method [POST], allowed: [HEAD, PUT, DELETE, GET]","status":405`. This pr updates the ES|QL query request, for es query rule, to use` /_query`. Security solution also uses `/_query` for their ES|QL rule here: `x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/esql/esql_request.ts`. ### To verify - Run this command to start the functional test server, and verify that the tests work properly ``` ES_SNAPSHOT_MANIFEST="https://storage.googleapis.com/kibana-ci-es-snapshots-daily/8.13.0/archives/20240201-212246_98a37c7b/manifest.json" node scripts/functional_tests_server.js --config x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group3/config.ts ```
- Loading branch information
1 parent
99e33e1
commit a620cb7
Showing
4 changed files
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters