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

[Backport 2.x] fix broken link for connectors doc #2199

Merged
merged 1 commit into from
Oct 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/user/interfaces/asyncqueryinterface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Async Query Interface Endpoints
Introduction
============

For supporting `S3Glue <../ppl/admin/connector/s3glue_connector.rst>`_ and Cloudwatch datasources connectors, we have introduced a new execution engine on top of Spark.
For supporting `S3Glue <../ppl/admin/connectors/s3glue_connector.rst>`_ and Cloudwatch datasources connectors, we have introduced a new execution engine on top of Spark.
All the queries to be executed on spark execution engine can only be submitted via Async Query APIs. Below sections will list all the new APIs introduced.


Expand Down
4 changes: 2 additions & 2 deletions docs/user/ppl/admin/datasources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Datasource configuration Restrictions.
* In case of security disabled domains, authorization is disbaled.
* All the datasource names should be unique and match the following regex[``[@*A-Za-z]+?[*a-zA-Z_\-0-9]*``].
* Allowed Connectors.
* ``prometheus`` [More details: `Prometheus Connector <prometheus_connector.rst>`_]
* ``prometheus`` [More details: `Prometheus Connector <connectors/prometheus_connector.rst>`_]
* All the allowed config parameters in ``properties`` are defined in individual connector pages mentioned above.

Datasource configuration APIs
Expand Down Expand Up @@ -181,4 +181,4 @@ For example: with below datasource configuration, only admins and users with pro
Moving from keystore datasource configuration
=============================================
* In versions prior to 2.7, the plugins.query.federation.datasources.config key store setting was used to configure datasources, but it has been deprecated and will be removed in version 3.0.
* To port previously configured datasources from the keystore, users can use the `create datasource` REST API mentioned in the above section.
* To port previously configured datasources from the keystore, users can use the `create datasource` REST API mentioned in the above section.
2 changes: 1 addition & 1 deletion docs/user/ppl/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The query start with search command and then flowing a set of command delimited

- `Datasource Settings <admin/datasources.rst>`_

- `Prometheus Connector <admin/prometheus_connector.rst>`_
- `Prometheus Connector <admin/connectors/prometheus_connector.rst>`_

- `Cross-Cluster Search <admin/cross_cluster_search.rst>`_

Expand Down
Loading