Update CEF agent installation command
Update connector json with addition of -O cef_installer.py to instruction step 1.2 for CEF collector installation.
This commit is contained in:
Родитель
78a03d4ece
Коммит
1365e967b5
|
@ -93,7 +93,7 @@
|
|||
"PrimaryKey"
|
||||
],
|
||||
"label": "Run the following command to install and apply the CEF collector:",
|
||||
"value": "sudo wget https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/DataConnectors/CEF/cef_installer.py&&sudo python cef_installer.py {0} {1}"
|
||||
"value": "sudo wget -O cef_installer.py https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/DataConnectors/CEF/cef_installer.py&&sudo python cef_installer.py {0} {1}"
|
||||
},
|
||||
"type": "CopyableLabel"
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче