-
Notifications
You must be signed in to change notification settings - Fork 501
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
mention both Dashboards and endpoint #7638
Conversation
Old text said that Dashboards are a prerequisite for using PPL, and mentioned only the Query Workbench, not the _ppl endpoint. Is it really true that Dashboards are a prerequisite? Or is it just the SQL plugin that is a prerequisite? Signed-off-by: Stavros Macrakis <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two small changes but otherwise LGTM.
_search-plugins/sql/ppl/index.md
Outdated
@@ -37,7 +37,11 @@ PPL filters, transforms, and aggregates data using a series of commands. See [Co | |||
|
|||
## Using PPL within OpenSearch | |||
|
|||
To use PPL, you must have installed OpenSearch Dashboards. PPL is available within the [Query Workbench tool](https://playground.opensearch.org/app/opensearch-query-workbench#/). See the [Query Workbench]({{site.url}}{{site.baseurl}}/dashboards/query-workbench/) documentation for a tutorial on using PPL within OpenSearch. | |||
You can run PPL queries interactively in OpenSearch Dashboards or programmatically using the ``_ppl`` endpoint. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can run PPL queries interactively in OpenSearch Dashboards or programmatically using the ``_ppl`` endpoint. | |
You can run PPL queries interactively in OpenSearch Dashboards or programmatically using the `_ppl` endpoint. |
To use PPL, you must have installed OpenSearch Dashboards. PPL is available within the [Query Workbench tool](https://playground.opensearch.org/app/opensearch-query-workbench#/). See the [Query Workbench]({{site.url}}{{site.baseurl}}/dashboards/query-workbench/) documentation for a tutorial on using PPL within OpenSearch. | ||
You can run PPL queries interactively in OpenSearch Dashboards or programmatically using the ``_ppl`` endpoint. | ||
|
||
In OpenSearch Dashboards, the [Query Workbench tool](https://playground.opensearch.org/app/opensearch-query-workbench#/) provides an interactive testing environment, documented in [Query Workbench documentation]({{site.url}}{{site.baseurl}}/dashboards/query-workbench/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In OpenSearch Dashboards, the [Query Workbench tool](https://playground.opensearch.org/app/opensearch-query-workbench#/) provides an interactive testing environment, documented in [Query Workbench documentation]({{site.url}}{{site.baseurl}}/dashboards/query-workbench/). | |
In OpenSearch Dashboards, the [Query Workbench tool](https://playground.opensearch.org/app/opensearch-query-workbench#/) provides an interactive testing environment. For more information, see the [Query Workbench documentation]({{site.url}}{{site.baseurl}}/dashboards/query-workbench/). |
@smacrakis: I believe its the SQL plugin, since you can make PPL requests using the API. |
Yes, I think the SQL plugin is required. Isn't it part of the default configuration? How do we generally document things like that? |
The SQL plugin is bundled up install. We list all of the default and available plugins the following page in the bundled plugins section. https://opensearch.org/docs/latest/install-and-configure/plugins/#bundled-plugins. |
Understood. Users who start with the "minimum distribution" need to know that PPL depends on the SQL plugin. Most users have the SQL plugin by default. What I was asking is how we document things like this, where the information is not relevant to most users, but still needs to be available. Maybe something like "PPL is implemented by the SQL plugin, which is included in OpenSearch by default (link)." I don't know enough about plugins to get that language exactly right. |
Signed-off-by: Naarcha-AWS <[email protected]>
I'll add that prerequisite as a note to this section. |
* mention both Dashboards and endpoint Old text said that Dashboards are a prerequisite for using PPL, and mentioned only the Query Workbench, not the _ppl endpoint. Is it really true that Dashboards are a prerequisite? Or is it just the SQL plugin that is a prerequisite? Signed-off-by: Stavros Macrakis <[email protected]> * Update index.md Signed-off-by: Naarcha-AWS <[email protected]> --------- Signed-off-by: Stavros Macrakis <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> Co-authored-by: Naarcha-AWS <[email protected]> Signed-off-by: [email protected] <[email protected]>
* mention both Dashboards and endpoint Old text said that Dashboards are a prerequisite for using PPL, and mentioned only the Query Workbench, not the _ppl endpoint. Is it really true that Dashboards are a prerequisite? Or is it just the SQL plugin that is a prerequisite? Signed-off-by: Stavros Macrakis <[email protected]> * Update index.md Signed-off-by: Naarcha-AWS <[email protected]> --------- Signed-off-by: Stavros Macrakis <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> Co-authored-by: Naarcha-AWS <[email protected]> Signed-off-by: Sander van de Geijn <[email protected]>
Old text said that Dashboards are a prerequisite for using PPL, and mentioned only the Query Workbench, not the _ppl endpoint.
Is it really true that Dashboards are a prerequisite? Or is it just the SQL plugin that is a prerequisite?
Description
Describe what this change achieves.
Issues Resolved
List any issues this PR will resolve, e.g. Closes [...].
Version
List the OpenSearch version to which this PR applies, e.g. 2.14, 2.12--2.14, or all.
Frontend features
If you're submitting documentation for an OpenSearch Dashboards feature, add a video that shows how a user will interact with the UI step by step. A voiceover is optional.
Checklist
For more information on following Developer Certificate of Origin and signing off your commits, please check here.