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
Use a GET request to download the `secops_dashboard` security log bundle. The security log bundle adjusts the format of the policy events to be compatible with NGINX Instance Manager:
To process a bundle, you must create a new WAF policy. This policy is added to `/etc/app_protect/bundles`, allowing NGINX Ingress Controller to load it into WAF.
320
378
321
-
The example below shows the required WAF policy, and the *apBundle* and *apLogConf* fields you must use for the security bundle binary file (A tar ball).
379
+
The example below shows the required WAF policy, for the *apBundle* field you must use the [security bundle](#download-the-security-policy-bundle) binary file (a tarball). The *apLogBundle* field contains the `secops_dashboard.tgz` [file](#download-the-security-log-bundle).
322
380
323
381
```yaml
324
382
apiVersion: k8s.nginx.org/v1
@@ -331,7 +389,7 @@ spec:
331
389
apBundle: "<bundle-name>.tgz"
332
390
securityLogs:
333
391
- enable: true
334
-
apLogBundle: "<bundle-name>.tgz"
392
+
apLogBundle: "secops_dashboard.tgz"
335
393
logDest: "<security-log-destination-URL>"
336
394
```
337
395
@@ -360,14 +418,4 @@ spec:
360
418
pass: webapp
361
419
```
362
420
363
-
---
364
-
365
-
## Upload the security bundle
366
-
367
-
To finish adding a security bundle, upload the binary file to the NGINX Ingress Controller pods.
0 commit comments