az kusto data-connection event-hub
Kusto data-connection sub group event-hub.
Commands
az kusto data-connection event-hub create |
Creates or updates a data connection. |
az kusto data-connection event-hub data-connection-validation |
Checks that the data connection parameters are valid. |
az kusto data-connection event-hub update |
Updates a data connection. |
az kusto data-connection event-hub create
Creates or updates a data connection.
az kusto data-connection event-hub create --cluster-name
--data-connection-name
--database-name
--resource-group
[--compression {GZip, None}]
[--consumer-group]
[--data-format {APACHEAVRO, AVRO, CSV, JSON, MULTIJSON, ORC, PARQUET, PSV, RAW, SCSV, SINGLEJSON, SOHSV, TSV, TSVE, TXT, W3CLOGFILE}]
[--event-hub-resource-id]
[--event-system-properties]
[--location]
[--mapping-rule-name]
[--no-wait]
[--table-name]
Examples
KustoDataConnectionsCreateOrUpdate
az kusto data-connection event-hub create --cluster-name "kustoclusterrptest4" --data-connection-name "DataConnections8" --database-name "KustoDatabase8" --location "westus" --consumer-group "testConsumerGroup1" --event-hub-resource-id "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/eventhubTestns1/eventhubs/eventhubTest1" --resource-group "kustorptest"
Required Parameters
The name of the Kusto cluster.
The name of the data connection.
The name of the database in the Kusto cluster.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
The event hub messages compression type.
The event hub consumer group.
The data format of the message. Optionally the data format can be added to each message.
The resource ID of the event hub to be used to create a data connection.
System properties of the event hub.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message.
Do not wait for the long-running operation to finish.
The table where the data should be ingested. Optionally the table information can be added to each message.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
az kusto data-connection event-hub data-connection-validation
Checks that the data connection parameters are valid.
az kusto data-connection event-hub data-connection-validation --cluster-name
--database-name
--resource-group
[--compression {GZip, None}]
[--consumer-group]
[--data-connection-name]
[--data-format {APACHEAVRO, AVRO, CSV, JSON, MULTIJSON, ORC, PARQUET, PSV, RAW, SCSV, SINGLEJSON, SOHSV, TSV, TSVE, TXT, W3CLOGFILE}]
[--event-hub-resource-id]
[--event-system-properties]
[--location]
[--mapping-rule-name]
[--no-wait]
[--table-name]
Examples
KustoDataConnectionValidation
az kusto data-connection event-hub data-connection-validation --cluster-name "kustoclusterrptest4" --database-name "KustoDatabase8" --data-connection-name "DataConnections8" --consumer-group "testConsumerGroup1" --event-hub-resource-id "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/eventhubTestns1/eventhubs/eventhubTest1" --resource-group "kustorptest"
Required Parameters
The name of the Kusto cluster.
The name of the database in the Kusto cluster.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
The event hub messages compression type.
The event hub consumer group.
The name of the data connection.
The data format of the message. Optionally the data format can be added to each message.
The resource ID of the event hub to be used to create a data connection.
System properties of the event hub.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message.
Do not wait for the long-running operation to finish.
The table where the data should be ingested. Optionally the table information can be added to each message.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
az kusto data-connection event-hub update
Updates a data connection.
az kusto data-connection event-hub update --cluster-name
--data-connection-name
--database-name
--resource-group
[--compression {GZip, None}]
[--consumer-group]
[--data-format {APACHEAVRO, AVRO, CSV, JSON, MULTIJSON, ORC, PARQUET, PSV, RAW, SCSV, SINGLEJSON, SOHSV, TSV, TSVE, TXT, W3CLOGFILE}]
[--event-hub-resource-id]
[--event-system-properties]
[--location]
[--mapping-rule-name]
[--no-wait]
[--table-name]
Examples
KustoDataConnectionsUpdate
az kusto data-connection event-hub update --cluster-name "kustoclusterrptest4" --data-connection-name "DataConnections8" --database-name "KustoDatabase8" --location "westus" --consumer-group "testConsumerGroup1" --event-hub-resource-id "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/eventhubTestns1/eventhubs/eventhubTest1" --resource-group "kustorptest"
Required Parameters
The name of the Kusto cluster.
The name of the data connection.
The name of the database in the Kusto cluster.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
The event hub messages compression type.
The event hub consumer group.
The data format of the message. Optionally the data format can be added to each message.
The resource ID of the event hub to be used to create a data connection.
System properties of the event hub.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message.
Do not wait for the long-running operation to finish.
The table where the data should be ingested. Optionally the table information can be added to each message.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.