Hiding Stats.do from Unauthenticated Users

Community Alums
Not applicable

Does anyone know how to disable the stats.do page from being visible by unauthenticated users?

 

Currently as an unauthenticated user I am able to hit the https://instancename.service-now.com/stats.do page 

1 ACCEPTED SOLUTION

Community Alums
Not applicable

My Account team actual provide a solution.  Thought I would pass along here.

 

Take a look at this:  Restrict performance monitoring access (servicenow.com)

 

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.

When you set this property to true, the glide.security.diag_txns_acl property only allows access to the following by the administrator account:

View solution in original post

4 REPLIES 4

Community Alums
Not applicable

My Account team actual provide a solution.  Thought I would pass along here.

 

Take a look at this:  Restrict performance monitoring access (servicenow.com)

 

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.

When you set this property to true, the glide.security.diag_txns_acl property only allows access to the following by the administrator account:

Does anyone know how to restrict this not only to users who have admin access, but to another group of users who shall not have the admin role, as they work as operators with limited access to the system?

did u find the answer please

No