Changed the datatype field of the DataConnector

This commit is contained in:
Caroline Palha 2021-07-06 18:44:55 +05:30
Родитель 29f74ecd09
Коммит 2a82fc21eb
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -6,7 +6,7 @@
"graphQueries": [
{
"metricName": "Total data received",
"legend": "CommonSecurityLog (IronNet)",
"dataTypes": "CommonSecurityLog",
"baseQuery": "CommonSecurityLog\n| where DeviceVendor == \"IronNet\""
}
],