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
Fix caps on plugin name in options table description.
Co-authored-by: Lynette Miles <[email protected]>
Signed-off-by: Eric D. Schabell <[email protected]>
Copy file name to clipboardExpand all lines: pipeline/outputs/azure_kusto.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ By default, Kusto will insert incoming ingestion data into a table by inferring
70
70
|`ingestion_endpoint`| The cluster's ingestion endpoint, usually in the form `https://ingest-cluster_name.region.kusto.windows.net`. |_none_|
71
71
|`ingestion_endpoint_connect_timeout`| The connection timeout of various Kusto endpoints in seconds. |`60`|
72
72
|`ingestion_mapping_reference`| The name of a [JSON ingestion mapping](https://docs.microsoft.com/en-us/azure/data-explorer/kusto/management/mappings#json-mapping) that will be used to map the ingested payload into the table columns. |_none_|
73
-
|`ingestion_resources_refresh_interval`| Set the azure kusto ingestion resources refresh interval. |`3600`|
73
+
|`ingestion_resources_refresh_interval`| Set the Azure Kusto ingestion resources refresh interval. |`3600`|
74
74
|`log_key`| Key name of the log content. |`log`|
75
75
|`log_level`| Specifies the log level for output plugin. If not set here, plugin uses global log level in `service` section. |`info`|
76
76
|`log_supress_interval`| Suppresses log messages from output plugin that appear similar within a specified time interval. `0` no suppression. |`0`|
0 commit comments