diff --git a/data-explorer/cluster-encryption-disk.md b/data-explorer/cluster-encryption-disk.md index deb62ec52d..9d44429790 100644 --- a/data-explorer/cluster-encryption-disk.md +++ b/data-explorer/cluster-encryption-disk.md @@ -15,9 +15,9 @@ Your cluster security settings allow you to enable disk encryption on your clust > * Enabling disk encryption can take up to 20 minutes during which the cluster will be unavailable. > * Legacy virtual machine (VM) sizes such as the Dv2 family are not supported. For more information, see [Finding supported VM sizes](/azure/virtual-machines/windows/disks-enable-host-based-encryption-powershell). -1. In the Azure portal, go to your Azure Data Explorer cluster resource. Under the **Settings** heading, select **Security**. +1. In the Azure portal, go to your Azure Data Explorer cluster resource. Under **Settings + networking**, select **Security**. - :::image type="content" source="media/manage-cluster-security/security-encryption-at-rest.png" alt-text="Screenshot of security page, showing disk encryption at rest being turned on."::: + :::image type="content" source="media/cluster-encryption-disk/security-encryption-at-rest.png" alt-text="Screenshot of security page, showing disk encryption at rest being turned on."::: 1. In the **Security** window, select **On** for the **Disk encryption** security setting. diff --git a/data-explorer/context/context.yml b/data-explorer/context/context.yml index 71edd4fc51..82b263c9a3 100644 --- a/data-explorer/context/context.yml +++ b/data-explorer/context/context.yml @@ -1,5 +1,5 @@ ### YamlMime:ContextObject brand: azure uhfHeaderId: azure -breadcrumb_path: /azure/data-explorer/breadcrumb/toc.yml -toc_rel: /azure/data-explorer/toc.yml +breadcrumb_path: ../breadcrumb/toc.yml +toc_rel: ../toc.yml diff --git a/data-explorer/integrate-data-overview.md b/data-explorer/integrate-data-overview.md index 496e9ce9a7..357924bfd1 100644 --- a/data-explorer/integrate-data-overview.md +++ b/data-explorer/integrate-data-overview.md @@ -45,7 +45,7 @@ The following tables summarizes the available data connectors, tools, and integr | [Azure Functions](integrate-overview.md#azure-functions) | **Export**

**Ingestion** | | | First party | Workflow integrations | | [Azure IoT Hubs](integrate-overview.md#azure-iot-hubs) | **Ingestion** | :heavy_check_mark: | | First party | IoT data | | [Azure Stream Analytics](integrate-overview.md#azure-stream-analytics) | **Ingestion** | :heavy_check_mark: | | First party | Event processing | -| [Cribl Stream](integrate-overview.md#cribl-stream) | **Ingestion** |:heavy_check_mark: | | First party | Telemetry, Logs, Metrics, Machine data processing | +| [Cribl Stream](integrate-overview.md#cribl-stream) | **Ingestion** | :heavy_check_mark: | | First party | Telemetry, Logs, Metrics, Machine data processing | | [Fluent Bit](integrate-overview.md#fluent-bit) | **Ingestion** | | | [Open source](https://github.com/fluent/fluent-bit) | Logs, Metrics, Traces | | [Logstash](integrate-overview.md#logstash) | **Ingestion** | | | [Open source](https://github.com/Azure/logstash-output-kusto/) | Logs | | [NLog](integrate-overview.md#nlog) | **Ingestion** | :heavy_check_mark: | :heavy_check_mark: | First party, [Open source](https://github.com/Azure/azure-kusto-nlog-sink) | Telemetry, Logs, Metrics | diff --git a/data-explorer/kusto/query/replace-regex-function.md b/data-explorer/kusto/query/replace-regex-function.md index f3b0b51e9d..07a961ebbc 100644 --- a/data-explorer/kusto/query/replace-regex-function.md +++ b/data-explorer/kusto/query/replace-regex-function.md @@ -3,7 +3,7 @@ title: replace_regex() description: Learn how to use the replace_regex() function to replace all regex matches with another string. ms.reviewer: alexans ms.topic: reference -ms.date: 08/11/2024 +ms.date: 12/04/2024 --- # replace_regex() @@ -24,7 +24,7 @@ Replaces all [regular expression](regex.md) matches with a specified pattern. | Name | Type | Required | Description | |--|--|--|--| | *source*| `string` | :heavy_check_mark: | The text to search and replace.| -| *lookup_regex*| `string` | :heavy_check_mark: | The [regular expression](regex.md) to search for in *text*. The expression can contain capture groups in parentheses.| +| *lookup_regex*| `string` | :heavy_check_mark: | The [regular expression](regex.md) to search for in *text*. The expression can contain capture groups in parentheses. To match over multiple lines, use the `m` or `s` flags. For more information on flags, see [Grouping and flags](regex.md#grouping-and-flags). | | *rewrite_pattern*| `string` | :heavy_check_mark: | The replacement regex for any match made by *matchingRegex*. Use `\0` to refer to the whole match, `\1` for the first capture group, `\2` and so on for subsequent capture groups.| ## Returns diff --git a/data-explorer/media/cluster-encryption-disk/security-encryption-at-rest.png b/data-explorer/media/cluster-encryption-disk/security-encryption-at-rest.png new file mode 100644 index 0000000000..0929b86c1c Binary files /dev/null and b/data-explorer/media/cluster-encryption-disk/security-encryption-at-rest.png differ diff --git a/data-explorer/media/manage-cluster-security/security-encryption-at-rest.png b/data-explorer/media/manage-cluster-security/security-encryption-at-rest.png deleted file mode 100644 index 70616b3878..0000000000 Binary files a/data-explorer/media/manage-cluster-security/security-encryption-at-rest.png and /dev/null differ