diff --git a/pipeline/outputs/azure_kusto.md b/pipeline/outputs/azure_kusto.md index 19cf72157..cbcd36deb 100644 --- a/pipeline/outputs/azure_kusto.md +++ b/pipeline/outputs/azure_kusto.md @@ -63,7 +63,10 @@ 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` | -| workers | The number of [workers](../../administration/multithreading.md#outputs) to perform flush operations for this output. | `0` | +| 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` | +| workers | The number of [workers](../../administration/multithreading.md#outputs) to perform flush operations for this output. | `0` | ### Configuration File @@ -71,15 +74,19 @@ Get started quickly with this configuration file: ``` [OUTPUT] - Match * - Name azure_kusto - Tenant_Id - Client_Id - Client_Secret - Ingestion_Endpoint https://ingest-..kusto.windows.net - Database_Name - Table_Name - Ingestion_Mapping_Reference + match * + name azure_kusto + tenant_id + client_id + client_secret + ingestion_endpoint https://ingest-..kusto.windows.net + database_name + table_name + ingestion_mapping_reference + ingestion_endpoint_connect_timeout + compression_enabled + ingestion_resources_refresh_interval + ``` ## Troubleshooting