Skip to content
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

Enable Subsearch in PPL #5912

Open
jayannah opened this issue Feb 21, 2024 · 1 comment
Open

Enable Subsearch in PPL #5912

jayannah opened this issue Feb 21, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@jayannah
Copy link

Is your feature request related to a problem? Please describe.
Enable subsearch capability in PPL to provide better search capability.

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Subsearch queries enable the search performance faster and precise results.

Describe the solution you'd like
Enable subsearch in PPL.

A clear and concise description of what you want to happen.
Use the subsearch results to the main search for the faster search query performance.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.

Here is the example. Currently Opensearch supports subsearch in SQL query format, as its not available in PPL which can be used for Alert notifications and Dashboard panels.

SELECT a.f, a.l, a.a
FROM (
SELECT firstname AS f, lastname AS l, age AS a
FROM accounts
WHERE age > 30
) AS a

@jayannah jayannah added the enhancement New feature or request label Feb 21, 2024
@kavilla
Copy link
Member

kavilla commented Feb 22, 2024

Hello @jayannah,

Thanks for opening. @opensearch-project/admin could you redirect this to https://github.com/opensearch-project/piped-processing-language?

@kavilla kavilla removed the untriaged label Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants