This template deploys an Elasticsearch cluster and Kibana and Logstash VMs. Logstash is configured with an input plugin to pull diagnostics data from Event Hub.
此 Azure Resource Manager (ARM) 模板由社区的某个成员(而不是由 Microsoft)创建。每个 ARM 模板都根据其所有者(不是 Microsoft)的许可协议向你授予许可。Microsoft 不对由社区成员提供并授予许可的 ARM 模板负责,并且不针对安全性、兼容性和性能进行筛选。社区 ARM 模板不由任何 Microsoft 支持计划或服务提供支持,按“原样”提供,没有任何种类的担保。
参数
参数名 | 说明 |
---|---|
esClusterName | The name of the Elasticsearch cluster. |
esVersion | Elasticsearch version to install. |
vmClientNodeCount | Number of Elasticsearch client nodes to provision (Setting this to zero puts the data nodes on the load balancer) |
vmDataNodeCount | Number of Elasticsearch data nodes |
vmSizeMasterNodes | Size of the Elasticsearch cluster master nodes |
vmSizeClientNodes | Size of the Elasticsearch cluster client nodes |
vmSizeDataNodes | Size of the Elasticsearch cluster data nodes |
adminUsername | User name for the Virtual Machine. |
adminPassword | Password for the Virtual Machine. |
ubuntuOSVersion | The Ubuntu version for the VM. This will pick a fully patched image of this given Ubuntu version. |
existingEHNamespace | Existing Event Hub namespace. |
existingEHSharedAccessKeyName | Existing Event Hub shared access key name. |
existingEHSharedAccessKey | Existing Event Hub shared access key. |
existingEHEntityPath | Existing Event Hub entity path. |
existingEHPartitions | Existing Event Hub partitions. |
_artifactsLocation | Change this value to your repo name if deploying from a fork |
_artifactsLocationSasToken | Auto-generated token to access _artifactsLocation |
使用模板
PowerShell
New-AzureRmResourceGroupDeployment -Name <deployment-name> -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/azure/azure-quickstart-templates/master/diagnostics-eventhub-elk/azuredeploy.json安装和配置 Azure PowerShell
命令行
azure config mode arm azure group deployment create <my-resource-group> <my-deployment-name> --template-uri https://raw.githubusercontent.com/azure/azure-quickstart-templates/master/diagnostics-eventhub-elk/azuredeploy.json安装和配置 Azure 跨平台命令行界面