- Notifications
You must be signed in to change notification settings - Fork 86
ES|QL support #233
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
Merged
Merged
ES|QL support #233
Changes from 1 commit
Commits
Show all changes
22 commits Select commit Hold shift + click to select a range
a307db2 ES|QL support: ESQL executor implementation, response type to accept …
mashhurs 9c35f22 Merge with upstream, warn if query doesn't include METADATA which DSL…
mashhurs 6f99055 Run unit tests with the LS version which actually supports the ES|QL.
mashhurs 086a592 Add query type to the agent. DRY of supported ES/LS versions.
mashhurs e30e0f9 Remove query type from user-agent since it is useless, put back accid…
mashhurs 7746c14 Initial docs added for ES|QL.
mashhurs 76303d8 Update query to include condition with string.
mashhurs 1fb29f7 Tested escaped chars cases, uses orignal query.
mashhurs 5d47f2f Integration tests added.
mashhurs c291e24 Skip the ESQL test if LS with the ES client which doesn't support ESQ…
mashhurs 22e72e9 Add comments on response type and query params about ES|QL acceptance…
mashhurs af6e24a Update spec/inputs/integration/elasticsearch_esql_spec.rb
mashhurs 4ce6fa4 Integration test skip condition correction.
mashhurs 4ed69ff Introduce query_params option to accept drop_null_columns, set defaul…
mashhurs 0725f98 Fix the failed integration test.
mashhurs cfb36f3 Request dropping null columns and filter out null values. Consider se…
mashhurs a92a71e Apply suggestions from code review
mashhurs d4f559d Apply code review suggestions: to use decorator as a proc call, doc s…
mashhurs 65eb675 Rename warning msg field name to avoid conflicts. Generate a target a…
mashhurs 789f467 Ignore sub-fields with warninigs and keep only parent.
mashhurs fefe6a0 Introduce at high level which other params such as , etc.. follow it…
mashhurs e108c87 Add a tech preview fior the ESQL.
mashhurs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Skip the ESQL test if LS with the ES client which doesn't support ESQ…
…L feature.
- Loading branch information
commit c291e24e7dacfceb9285949f87598f0574b13795
There are no files selected for viewing
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.