What Changed
A single line in SilverfortAma.json was updated in the CEF collector installation step:
- Agent name: Microsoft Monitoring Agent replaced with Azure Monitoring Agent (AMA)
- Python check command: invalid flag corrected from python -version to python –version
No connector logic, polling configuration, field mappings, or detection content was changed. This is a documentation-only update (v3.0.1).
Operational Note
The python -version flag is invalid on standard Python CLIs and would return an error, potentially causing engineers following the setup guide to incorrectly conclude Python is not installed. The corrected command is python –version. Note that on many Linux distributions the correct invocation is python3 –version; the fix does not address this but is an improvement over the prior state.
Affected Files
Solutions/Silverfort/Data Connectors/SilverfortAma.json
(packaging artefacts: 3.0.1.zip, ReleaseNotes.md, Solution_Silverfort.json, createUiDefinition.json, mainTemplate.json)