You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the time of creation, no pipeline or exporters are set up. You can [setup your own pipelines and exporters](adding-exporters-and-pipelines.md) to route metrics and logs data to your own implementations of Kafka and OpenSearch.
79
+
At the time of creation, no pipeline or exporters are set up. You can [setup your own pipelines and exporters](adding-exporters-and-pipelines.md) to route metrics and logs data to your own instances of Kafka and Elasticsearch.
80
80
81
81
After the TelemetryRouter is deployed, an instance of Kafka (arc-router-kafka) and a single instance of TelemetryCollector (collector-inbound) should be deployed and in a ready state. These resources are system managed and editing them isn't supported. The following pods will be deployed as a result:
Copy file name to clipboardExpand all lines: articles/azure-arc/data/release-notes.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ This article highlights capabilities, features, and enhancements recently releas
23
23
24
24
`v1.19.0_2023-05-09`
25
25
26
-
For complete release version information, see[Version log](version-log.md#may-9-2023).
26
+
For complete release version information, review[Version log](version-log.md#may-9-2023).
27
27
28
28
New for this release:
29
29
@@ -32,13 +32,17 @@ New for this release:
32
32
- Arc Data services
33
33
- OpenSearch replaces Elasticsearch for log database
34
34
- OpenSearch Dashboards replaces Kibana for logs interface
35
-
- As a part of this change there is a known issue that user settings for Kibana fail to migrate to OpenSearch Dashboards. It is advised that customers save any configuration externally before upgrading so that it can be re-created in OpenSearch Dashboards.
35
+
- There is a known issue with user settings migration to OpenSearch dashboards for some versions of Elasticsearch, including the version used in Arc Data Services.
36
+
37
+
> [!IMPORTANT]
38
+
> Before upgrade, save any configuration externally before upgrading so that it can be re-created in OpenSearch Dashboards.
39
+
36
40
- Arc data controller improvements to `az` CLI for upgrade reliability
37
41
38
42
- Azure Arc-enabled SQL Managed Instance
39
-
- General Purpose: Customer-managed TDE encryption keys (preview)
40
-
- Support for `sp_configure` to manage configuration
41
-
- Service-managed credential rotation
43
+
- General Purpose: Customer-managed TDE encryption keys (preview). For information, review [Rotate Azure Arc-enabled SQL Managed Instance customer-managed keytab](rotate-customer-managed-keytab.md).
44
+
- Support for `sp_configure` to manage configuration. For information, review [Configure Azure Arc-enabled SQL managed instance](configure-managed-instance.md).
45
+
- Service-managed credential rotation. For information, review [How to rotate service-managed credentials in a managed instance](rotate-sql-managed-instance-credentials.md#how-to-rotate-service-managed-credentials-in-a-managed-instance).
0 commit comments