-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Clean up structure #77
Merged
Merged
Conversation
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
spalger
pushed a commit
to spalger/kibana
that referenced
this pull request
Mar 3, 2016
Closed
orouz
added a commit
to orouz/kibana
that referenced
this pull request
Jan 13, 2022
ari-aviran
pushed a commit
to ari-aviran/kibana
that referenced
this pull request
Feb 7, 2022
kqualters-elastic
pushed a commit
to kqualters-elastic/kibana
that referenced
this pull request
Mar 8, 2022
* Fix process tree node exit_code condition * Fix typo
rockdaboot
added a commit
that referenced
this pull request
Jul 4, 2022
doakalexi
added a commit
that referenced
this pull request
Feb 5, 2024
…n alertTypes es_query rule runs correctly: threshold on ungrouped hit count < > (#176254) Resolves #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 ```
fkanout
pushed a commit
to fkanout/kibana
that referenced
this pull request
Feb 7, 2024
… 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 ```
CoenWarmer
pushed a commit
to CoenWarmer/kibana
that referenced
this pull request
Feb 15, 2024
… 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 ```
fkanout
pushed a commit
to fkanout/kibana
that referenced
this pull request
Mar 4, 2024
… 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 ```
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Removed shakespeare indexing stuff, renamed scripts directory to sample