Remove experimental note from multi data source feature (#3948)
* remove experimental note Signed-off-by: Heather Halter <hdhalter@amazon.com> * fixed spacing Signed-off-by: Heather Halter <hdhalter@amazon.com> --------- Signed-off-by: Heather Halter <hdhalter@amazon.com>
This commit is contained in:
parent
6e56933795
commit
f8a23631aa
|
@ -7,10 +7,7 @@ nav_order: 20
|
|||
|
||||
# Adding multiple data sources
|
||||
|
||||
The multiple data sources feature is an experimental feature released in OpenSearch 2.4. It can't be used in a production environment. For updates on the feature’s progress or to leave feedback on improving the feature, see the [OpenSearch Forum discussion](https://forum.opensearch.org/t/feedback-experimental-feature-connect-to-external-data-sources/11144).
|
||||
{: .warning }
|
||||
|
||||
OpenSearch Dashboards allows you to dynamically manage data sources, create index patterns based on those data sources, run queries against a specific data source, and combine visualizations in one dashboard.
|
||||
OpenSearch Dashboards allows you to dynamically manage data sources, create index patterns based on those data sources, run queries against a specific data source, and combine visualizations in one dashboard.
|
||||
|
||||
In this tutorial we provide the steps for enabling the `data_source` setting in Dashboards; adding credentials, data source connections, and index patterns; and combining visualizations in a single dashboard.
|
||||
|
||||
|
@ -19,8 +16,6 @@ In this tutorial we provide the steps for enabling the `data_source` setting in
|
|||
This tutorial uses a preconfigured data source and index pattern, and you aren’t required to configure settings. However, you’ll need to enable the `data_source` setting in the configuration file before before getting started with exploring this feature.
|
||||
{: .note }
|
||||
|
||||
The multiple data sources feature is experimental and can't be deployed into production. You can try it out with a sample data source and a sample index pattern. Before getting started, you must first edit the YAML configuration. The following section provides the steps for enabling the feature.
|
||||
|
||||
## Modifying the YAML file settings for multiple data sources
|
||||
|
||||
Dashboards is configured in the cluster settings, and the multiple data sources feature is disabled by default. To enable it, you need to edit the configuration in `opensearch_dashboards.yml` and then restart the cluster.
|
||||
|
|
Loading…
Reference in New Issue