Skip to content

Commit c08d291

Browse files
committed
PSMDB-1743 Documented integration with Imperva DSF
modified: mkdocs-base.yml New file: docs/imperva.md
1 parent 0974b83 commit c08d291

2 files changed

Lines changed: 49 additions & 1 deletion

File tree

docs/imperva.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Integration with Imperva Data Security Fabric (DSF)
2+
3+
!!! note "Version added: [8.0.8-3](release_notes/8.0.8-3.md)"
4+
5+
Integrating [Percona Server for MongoDB Pro](psmdb-pro.md) with [Imperva Data Security Fabric (DSF) :octicons-link-external-16:](https://www.thalestct.com/imperva-data-security-fabric/) by Thales enables enterprise-grade auditing, monitoring, and behavioral analytics for sensitive data activity.
6+
7+
Data Security Fabric (DSF) includes three core components:
8+
9+
* DSF Hub (Sonar): is the central platform that ingests, stores, and normalizes audit data from your MongoDB instances.
10+
* Database Activity Monitoring (DAM): Enforces policies for access control and behavioral inspection, enabling real-time detection of unauthorized activity or misuse.
11+
* Data Risk Analytics (DRA): Applies machine learning and behavior modeling to uncover anomalies, prioritize risk, and provide actionable intelligence for security and compliance teams.
12+
13+
Together, these components provide continuous compliance coverage, rapid breach detection, and scalable visibility across hybrid or cloud-hosted MongoDB deployments.
14+
15+
## How it works
16+
17+
Percona Server from MongoDB native audit logging that captures detailed user actions, administrative events, and query operations. These audit logs are ingested into the Imperva DSF Hub, where they are normalized, stored securely, and analyzed. Administrators can define policies, monitor activity, and trigger alerts based on access behavior.
18+
19+
Audit logs can be enriched with the debug symbols available in Percona Server for MongoDB Pro. This enrichment enhances event parsing, improves context accuracy, and supports deep operational visibility.
20+
21+
!!! note
22+
23+
Non Percona Customers can include debug symbols by [building Percona Server for MongoDB from the source code](install/source.md).
24+
25+
26+
This integration provides the following benefits:
27+
28+
* Deep visibility into MongoDB operations enhanced with debug symbols.
29+
* Automated compliance via audit-ready reporting
30+
* Behavioral threat detection tailored to MongoDB workloads
31+
* Scalable protection across on-premises, hybrid, and cloud deployments
32+
33+
## Version compatibility
34+
35+
* Percona Server for MongoDB Pro starting with versions 6.0.21-18, 7.0.18-11, 8.0.8-3
36+
* Imperva DSF version 14.9 or later
37+
38+
## Configuration
39+
40+
For setup instructions, consult the [Percona Server for MongoDB Onboarding Steps
41+
:octicons-link-external-16:](https://docs-cybersec.thalesgroup.com/bundle/onboarding-databases-to-sonar-reference-guide/page/Percona-Server-for-MongoDB-Onboarding-Steps_48368154.html).
42+
43+
44+
45+
46+

mkdocs-base.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,9 @@ nav:
221221
- "Use local keyfile": keyfile.md
222222
- "Migrate from keyfile to Vault": encryption-mode-switch.md
223223
- fips.md
224-
- audit-logging.md
224+
- Auditing:
225+
- Audit logging: audit-logging.md
226+
- Integration with Imperva DSF: imperva.md
225227
- rate-limit.md
226228
- log-redaction.md
227229
- ngram-full-text-search.md

0 commit comments

Comments
 (0)