Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Restrict performance monitoring access

Use the glide.security.diag_txns_acl property to control stats.do, threads.do, thread_pool_stats, and replication.do access from an unauthenticated connection.

If glide.security.diag_txns_acl is not set to the recommended value of true, then All users (authenticated or not) have access to diagnostic pages such as stats.do, xmlstats.do, threads.do and replication.do pages. These endpoints are intended to be used for monitoring instance health.

Ensure the property glide.security.diag_txns_acl is set to true.

More information

AttributeDescription
Configuration nameglide.security.diag_txns_acl
Configuration typeSystem Properties \(/sys\_properties\_list.do\)
Data typeBoolean
Recommended valuetrue
Default value<none>
Fallback valuetrue
CategoryConfiguration
Security risk- Severity score: 5.3 - CVSS rating: Medium - Security risk details: Information exposed by performance monitoring endpoints may be useful to attackers.
Functional impactNone
Dependencies and prerequisitesNone

To learn more about adding or creating a system property, see Add a system property.

Parent Topic:Configuration