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
docs: update the NAP and NIM versions for new NIM NAP compiler (#767)
* docs: update the NAP and NIM versions for new NIM NAP compiler
* fix: Update content/includes/nim/tech-specs/security-data-plane-dependencies.md
Co-authored-by: Jon Torre <[email protected]>
* fix: Update content/includes/nim/tech-specs/security-management-plane-dependencies.md
Co-authored-by: Jon Torre <[email protected]>
---------
Co-authored-by: Jon Torre <[email protected]>
Co-authored-by: Alan Dooley <[email protected]>
Copy file name to clipboardExpand all lines: content/includes/nim/tech-specs/security-data-plane-dependencies.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
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 >}}
4
+
In NGINX Instance Manager 2.18.0 and under, the Security Monitoring module was a separate package that was installed manually.
5
+
From NGINX Instance Manager 2.19.0 onward, Security Monitoring is part of the NGINX Instance Manager feature-set and is packaged by default; no manual installation or upgrade is needed.
Copy file name to clipboardExpand all lines: content/includes/nim/tech-specs/security-management-plane-dependencies.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
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 >}}
4
+
In NGINX Instance Manager 2.18.0 and under, the Security Monitoring module was a separate package that was installed manually.
5
+
From NGINX Instance Manager 2.19.0 onward, Security Monitoring is part of the NGINX Instance Manager feature-set and is packaged by default; no manual installation or upgrade is needed.
@@ -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