R 的 AzureKusto 库和对 Azure Log Analytics 的访问
R's AzureKusto library and access to Azure Log Analytics
我想知道如何使用适用于 R 的 AzureKusto 库从 Azure Log Analytics 获取数据。
server
参数为:
server
: The URI of the server, usually of the form
'https://clustername.location.kusto.windows.net'. addr, address,
network address, datasource, host
我不知道在哪里可以找到这些信息。
提前致谢:)
您正在查看的 SDK 已被写入查询 Kusto/ADX 集群,而不是 Azure Log Analytics 资源。
也就是说,您仍然可以使用它,而且 Query data in Azure Monitor using Azure Data Explorer (Preview)
我想知道如何使用适用于 R 的 AzureKusto 库从 Azure Log Analytics 获取数据。
server
参数为:
server
: The URI of the server, usually of the form 'https://clustername.location.kusto.windows.net'. addr, address, network address, datasource, host
我不知道在哪里可以找到这些信息。
提前致谢:)
您正在查看的 SDK 已被写入查询 Kusto/ADX 集群,而不是 Azure Log Analytics 资源。
也就是说,您仍然可以使用它,而且 Query data in Azure Monitor using Azure Data Explorer (Preview)