Configuring Usage Statistics

You can now store usage statistics logs for the adminconsole and Spectrum Spatial Analyst applications. They can be stored in a CSV file.

Parameters

The following configuration parameters have been added in the shared.properties in the <Install_Dir>\customerconfigurations\analyst folder to manage whether logs are captured and where they are stored.

Enabling capture of usage data

This is used to enable or disable capturing of usage statistics in Spectrum Spatial Analyst . Its value can be true or false. By default it is false.

For example,
capture.usage.data=true

Specifying how data is captured

The generated usage logs are stored in a csv file. You can specify the settings in the shared.properties file as follows::

Example for CSV Properties

This is the path at which the logs are stored in csv format.
usage.data.source=csv
usage.data.source.file=E:/UsageData/

Enabling admin console users to download usage logs

You can enable or disable the downloading of usage statistics reports from admin console as follows. By default this value is false.
usage.data.download.enable=true

It is possible to enable capturing of usage data and disable the downloading feature in Admin Console.

For more information, refer to Running the Usage Statistics Report.

Enabling SSA Extensibility

You can enable or disable the SSA extensibility feature as follows. By default this value is false.
extensibilityEnabled=true

For more information about SSA Extensibility, refer to Appendix F- Spectrum Spatial Analyst Extensibility.