You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/includes/nim/tech-specs/security-data-plane-dependencies.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
The Security Monitoring module requires the following versions of [NGINX App Protect WAF](https://docs.nginx.com/nginx-app-protect/) and [NGINX Plus](https://www.f5.com/products/nginx/nginx-plus) for the **data plane**:
2
2
3
+
{{< note >}}Nginx Instance Manager v2.19.0 or higher: The Security Monitoring module is one of the in-built feature of Nginx Instance Manager. You'll need not to manually install or upgrade NGINX Instance Manager to a supported version.
Copy file name to clipboardExpand all lines: content/includes/nim/tech-specs/security-management-plane-dependencies.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
1
The Security Monitoring module requires the following versions of NGINX Instance Manager to be installed on the **management plane**.
2
2
3
-
{{< note >}}The Security Monitoring module doesn’t automatically install or upgrade NGINX Instance Manager. You’ll need to manually install or upgrade NGINX Instance Manager to a supported version.
3
+
{{< note >}}Nginx Management Suite v2.18.0 or lower: The Security Monitoring module doesn’t automatically install or upgrade NGINX Instance Manager. You’ll need to manually install or upgrade NGINX Instance Manager to a supported version.
4
+
{{< /note >}}
5
+
6
+
{{< note >}}Nginx Instance Manager v2.19.0 or higher: The Security Monitoring module is one of the in-built feature of Nginx Instance Manager. You'll need not to manually install or upgrade NGINX Instance Manager to a supported version.
@@ -86,13 +88,13 @@ The table below shows which WAF compiler version to use for each version of NGIN
86
88
To install the WAF compiler on Debian or Ubuntu, run the following command:
87
89
88
90
```shell
89
-
sudo apt-get install nms-nap-compiler-v5.342.0
91
+
sudo apt-get install nms-nap-compiler-v5.442.0
90
92
```
91
93
92
94
If you want to install more than one version of the WAF compiler on the same system, append the `--force-overwrite` option to the install command after the first installation:
0 commit comments