Skip to content

Commit

Permalink
fix broken link for prometheus connector (#2188)
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Li <joshuali925@gmail.com>
  • Loading branch information
joshuali925 authored Oct 3, 2023
1 parent ea2ed26 commit eecff50
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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

0 comments on commit eecff50

Please sign in to comment.