Skip to main content
Skip table of contents

Recognized System Parameters of Viewtracker


What are System Parameters?

System Parameters are properties and options loaded on startup for Confluence. They can't be changed in the Confluence Administration.


List of parameters

Since

Default Value

Effect

ViewtrackerPrivacyMode

5.4.0

false

This flag will force the Viewtracker app to not gather personal information on views and also not showing them to users. If this flag is on it cannot be changed through the Viewtracker preferences.


How to enter System Parameters

Here is an example of the ViewtrackerPrivacyMode set in the System Properties. This syntax is valid for all other system parameters. 

Please see Atlassian's Documentation to learn where to change System Parameters.

setenv.sh
CODE
[...]


CATALINA_OPTS="-DViewtrackerPrivacyMode=true ${CATALINA_OPTS}"


[...]


export CATALINA_OPTS



JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.