Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
logstash-plugins
/
logstash-input-elasticsearch
Public
Notifications
You must be signed in to change notification settings
Fork
86
Star
42
Code
Issues
31
Pull requests
10
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Code
ES|QL support
#233
Code
Merged
mashhurs
merged 22 commits into
logstash-plugins:main
logstash-plugins/logstash-input-elasticsearch:main
from
mashhurs:esql-support
mashhurs/logstash-input-elasticsearch:esql-support
Copy head branch name to clipboard
Jun 6, 2025
Conversation
Commits
22
(22)
Checks
Files changed
Merged
ES|QL support
#233
mashhurs
merged 22 commits into
logstash-plugins:main
logstash-plugins/logstash-input-elasticsearch:main
from
mashhurs:esql-support
mashhurs/logstash-input-elasticsearch:esql-support
Copy head branch name to clipboard
Commits
Commits on Apr 8, 2025
ES|QL support: ESQL executor implementation, response type to accept esql option, validations to make sure both LS and ES support the ESQL execution.
mashhurs
committed
a307db2
Copy full SHA for a307db2
Commits on Apr 9, 2025
Merge with upstream, warn if query doesn't include METADATA which DSL adds by default - might be users are looking for by default.
mashhurs
committed
9c35f22
Copy full SHA for 9c35f22
Commits on Apr 10, 2025
Run unit tests with the LS version which actually supports the ES|QL.
mashhurs
committed
6f99055
Copy full SHA for 6f99055
Add query type to the agent. DRY of supported ES/LS versions.
mashhurs
committed
086a592
Copy full SHA for 086a592
Remove query type from user-agent since it is useless, put back accidental method formatting.
mashhurs
committed
e30e0f9
Copy full SHA for e30e0f9
Initial docs added for ES|QL.
mashhurs
committed
7746c14
Copy full SHA for 7746c14
Commits on Apr 11, 2025
Update query to include condition with string.
mashhurs
committed
76303d8
Copy full SHA for 76303d8
Commits on Apr 12, 2025
Tested escaped chars cases, uses orignal query.
mashhurs
committed
1fb29f7
Copy full SHA for 1fb29f7
Commits on Apr 14, 2025
Integration tests added.
mashhurs
committed
5d47f2f
Copy full SHA for 5d47f2f
Skip the ESQL test if LS with the ES client which doesn't support ESQL feature.
mashhurs
committed
c291e24
Copy full SHA for c291e24
Add comments on response type and query params about ES|QL acceptance/info and add docinfo* fields in ineffective fields list.
mashhurs
committed
22e72e9
Copy full SHA for 22e72e9
Commits on Apr 21, 2025
Update spec/inputs/integration/elasticsearch_esql_spec.rb
Show description for af6e24a
mashhurs
authored
af6e24a
Copy full SHA for af6e24a
Integration test skip condition correction.
mashhurs
committed
4ce6fa4
Copy full SHA for 4ce6fa4
Commits on Apr 24, 2025
Introduce query_params option to accept drop_null_columns, set default timestampt converter to LogStash::Timestamp, dotted fields extended to nested fields.
mashhurs
committed
4ed69ff
Copy full SHA for 4ed69ff
Commits on Apr 25, 2025
Fix the failed integration test.
mashhurs
committed
0725f98
Copy full SHA for 0725f98
Commits on May 1, 2025
Request dropping null columns and filter out null values. Consider setting the result into target if defined. Debug logs added which can help to investigate query and its result.
mashhurs
committed
cfb36f3
Copy full SHA for cfb36f3
Commits on May 7, 2025
Apply suggestions from code review
Show description for a92a71e
3 people
authored
a92a71e
Copy full SHA for a92a71e
Apply code review suggestions: to use decorator as a proc call, doc syntax fix, unit test errors fix.
mashhurs
committed
d4f559d
Copy full SHA for d4f559d
Commits on May 8, 2025
Rename warning msg field name to avoid conflicts. Generate a target apply method to avoid null checks at runtime.
mashhurs
committed
65eb675
Copy full SHA for 65eb675
Ignore sub-fields with warninigs and keep only parent.
mashhurs
committed
789f467
Copy full SHA for 789f467
Commits on May 26, 2025
Introduce at high level which other params such as , etc.. follow it. It validates the shape to send a valid query type to the ES.
mashhurs
committed
fefe6a0
Copy full SHA for fefe6a0
Commits on May 28, 2025
Add a tech preview fior the ESQL.
mashhurs
committed
e108c87
Copy full SHA for e108c87
You can’t perform that action at this time.