Skip to content

Commit 7eec919

Browse files
eschabellesmerel
andauthored
Update pipeline/outputs/azure_kusto.md
Fix caps on plugin name in options table description. Co-authored-by: Lynette Miles <[email protected]> Signed-off-by: Eric D. Schabell <[email protected]>
1 parent d31782e commit 7eec919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/outputs/azure_kusto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ By default, Kusto will insert incoming ingestion data into a table by inferring
7070
| `ingestion_endpoint` | The cluster's ingestion endpoint, usually in the form `https://ingest-cluster_name.region.kusto.windows.net`. | _none_ |
7171
| `ingestion_endpoint_connect_timeout` | The connection timeout of various Kusto endpoints in seconds. | `60` |
7272
| `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` |
7474
| `log_key` | Key name of the log content. | `log` |
7575
| `log_level` | Specifies the log level for output plugin. If not set here, plugin uses global log level in `service` section. | `info` |
7676
| `log_supress_interval` | Suppresses log messages from output plugin that appear similar within a specified time interval. `0` no suppression. | `0` |

0 commit comments

Comments
 (0)