Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Current »

The tia® Content Server core versions support automatically or manual sending of volume information to kgs.

In order to run tia® Content Server core sending volume information to kgs is required for billing reasons. This can be done manually or automatically.

tia® Content Server core Version 3.3.1 or higher is required for this functionality.

Volume measurement is not available with kgs store

Manual transfer of volume data

see https://kgs-software.atlassian.net/wiki/spaces/DOCUEN/pages/2738061313/tia+Status+User-Interface#Download-volume-metrics
The file needs to be submitted to kgs.

Automatic transmission of volume measurements

tia® Content Server core support automatic volume measurement and sending this information to kgs. This feature is NOT activated by default. This process ist only supported for production environments. Please make sure all tia® Content Server core instances of your production system are configured in the same way. The URL https://vcrs.kgs-cloud.de (4.182.18.30) must be accessible from the system.

in Container environments add these lines to your container environment:

volumecounter.file.counterSender.mode: file
volumecounter.file.counterSender.targetUrl: https://vcrs.kgs-cloud.de
volumecounter.file.counterSender.isActive: true

application.yml

volumecounter:
  mode: file
  file:
    counterSender:
      targetUrl: https://voli-tool.kgs-cloud.de
      isActive: true

to see the volume used see https://kgs-software.atlassian.net/wiki/spaces/DOCUEN/pages/2738061313/tia+Status+User-Interface#Show-volume-measurement


Proxy Configuration

In case direct internet connection is not available, a proxy can be used.

container environment:

volumecounter.file.counterSender.proxy.uri: <yourProxyURL>
volumecounter.file.counterSender.proxy.user: <yourProxyUser> 
volumecounter.file.counterSender.proxy.password: <yourPRoxyPassword>

war file server deployment:

volumecounter:
  mode: file
  file:
    counterSender:
      proxy:
        uri: <yourProxyURL>
        user: <yourProxyUser> 
        password: <yourProxyPassword>        

If proxy is without authentification, please don’t configure user and password.

Volume period

This chapter applies to tia® Core 3.4.0 or newer

Default volume period is 90 days for automatic transmission of volume measurements. To export the complete volume without any limits use https://kgs-software.atlassian.net/wiki/spaces/DOCUEN/pages/2738061313/tia+Status+User-Interface#Download-volume-metrics .
This parameter can be configured with global configuration: volumecounter.file.counterSender.maxDays default is 90.

  • No labels