* Merge pull request #1 from Yury-Fridlyand/dev-update-sql-relevance-docs Update SQL plugin relevance functions documentation. Co-authored-by: MaxKsyunz <[email protected]> Signed-off-by: Yury Fridlyand <[email protected]> * Address PR feedback. Signed-off-by: Yury Fridlyand <[email protected]> * Address PR feedback by @joshuali925. Signed-off-by: Yury Fridlyand <[email protected]> * Remove PPL page from Observability Plugin. Add link to Observability page. Make some simple formatting changes Signed-off-by: Naarcha-AWS <[email protected]> * Reword paragraph Signed-off-by: Naarcha-AWS <[email protected]> * Adds SQL and PPL API and other SQL plugin changes Signed-off-by: Fanit Kolchina <[email protected]> * Formatting changes Signed-off-by: Fanit Kolchina <[email protected]> * Incorporates editorial comments Signed-off-by: Fanit Kolchina <[email protected]> Signed-off-by: Yury Fridlyand <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> Signed-off-by: Fanit Kolchina <[email protected]> Co-authored-by: Yury Fridlyand <[email protected]> Co-authored-by: MaxKsyunz <[email protected]> Co-authored-by: Fanit Kolchina <[email protected]>
684 B
684 B
layout, title, nav_order, has_children, has_toc, redirect_from
| layout | title | nav_order | has_children | has_toc | redirect_from | |
|---|---|---|---|---|---|---|
| default | SQL and PPL | 38 | true | false |
|
SQL and PPL
OpenSearch SQL lets you write queries in SQL rather than the OpenSearch query domain-specific language (DSL). If you're already familiar with SQL and don't want to learn the query DSL, this feature is a great option.
Contributing
To get involved and help us improve the SQL plugin, see the development guide for instructions on setting up your development environment and building the project.