Skip to content

Commit 6eb8e0e

Browse files
authored
DOC-4860 RS: Added external listener examples to audit connection events (#1258)
1 parent 7436460 commit 6eb8e0e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/operate/rs/security/audit-events.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ The following events are tracked:
2020

2121
When tracked events are triggered, notifications are sent via TCP to an address and port defined when auditing is enabled. Notifications appear in near real time and are intended to be consumed by an external listener, such as a TCP listener, third-party service, or related utility.
2222

23+
Example external listeners include:
24+
25+
- [`ncat`](https://nmap.org/ncat/): useful for debugging but not suitable for production environments.
26+
27+
- Imperva Sonar: a third-party service available for purchase separately from Redis Enterprise Software. See [Redis Onboarding Steps](https://docs.imperva.com/bundle/onboarding-databases-to-sonar-reference-guide/page/Redis-Onboarding-Steps_48368215.html) for more information.
28+
2329
For development and testing environments, notifications can be saved to a local file; however, this is neither supported nor intended for production environments.
2430

2531
For performance reasons, auditing is not enabled by default. In addition, auditing occurs in the background (asynchronously) and is non-blocking by design. That is, the action that triggered the notification continues without regard to the status of the notification or the listening tool.

0 commit comments

Comments
 (0)