diff --git a/pipeline/outputs/azure_kusto.md b/pipeline/outputs/azure_kusto.md index b0187775c..eb5b8b515 100644 --- a/pipeline/outputs/azure_kusto.md +++ b/pipeline/outputs/azure_kusto.md @@ -63,7 +63,7 @@ By default, Kusto will insert incoming ingestions into a table by inferring the | tag_key | The key name of tag. If `include_tag_key` is false, This property is ignored. | `tag` | | include_time_key | If enabled, a timestamp is appended to output. The key name is used `time_key` property. | `On` | | time_key | The key name of time. If `include_time_key` is false, This property is ignored. | `timestamp` | -| ingestion_endpoint_connect_timeout | The connection timeout of various kusto endpoints in seconds. | `60` | +| ingestion_endpoint_connect_timeout | The connection timeout of various Kusto endpoints in seconds. | `60` | | compression_enabled | If enabled, sends compressed HTTP payload (gzip) to Kusto. | `true` | | ingestion_resources_refresh_interval | The ingestion resources refresh interval of kusto endpoint in seconds. | `3600` |