
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How To Verify if Qlik Sense Is Running With Centralized Logging Service
Jul 6, 2023 9:01:37 AM
Nov 10, 2018 7:30:28 PM
Centralized logging has been deprecated with the Qlik Sense Enterprise on Windows May 2021 release. This article is only valid for previous versions. No support can be provided on Qlik Centralized logging as all Qlik Sense versions using it have reached end of life.
Centralized logging has been introduced since Qlik Sense September 2017 release. After install, it may not be obvious if Sense is using the logging service, or still only logging to flat files.
We aim to explain how to verify if Centralized logging is enabled or disabled.
From what source are the Monitor App QVDs getting data?
The first indication of whether or not Centralized Logging is used, is where the monitoring applications are getting their data from.
Navigate to C:\Programdata\Qlik\Sense\Log
Files may either have _file or _db added to their filename.
governanceLogContent_7.10.0_file.qvd would mean flat files are used.
governanceLogContent_7.10.0_db.qvd means the logging database is providing data.
Checking Centralized logging mode using Window OS commend
The following command can validate whether Centralized Logging is enabled or not:
- Open CMD.exe as Administrator
- Go to Logging folder: cd C:\Program Files\Qlik\Sense\Logging
- Run the following command: Qlik.Logging.Service.exe validate
CentralizedLoggingEnabled: False ( Centralized logging disabled )
If you want to enable/disable Centralized Logging mode. Please refer to this relevant article How To Enable/Disable Centralize Logging Mode
Verifying Qlog database and qlog_writer&qlog_reader are created using pgAdmin
- Download/install pgAdmin on Qlik Sense server
- Installing and Configuring PGAdmin 4 to access the PostgreSQL database used by Qlik Sense
- Access Repository database (PostgreSQL) using pgAdmin
- To access the Sense Repository information, navigate to:
Servers >> "database server name" (e.g QRS) >>Database >> QSR >> Schemas >> public >> Table > - Verify if there is Qlog database and qlog_writer and qlog_reader
Qlik Sense services are running with Central logging. If Centralized logging mode is enabled and Qlog database and qlog_writer&qlog_reader are created.