Extract Qlik Sense version information and store in InfluxDB #1123
Closed
mountaindude
started this conversation in
Ideas
Replies: 2 comments
-
QRS endpoints of interest:
Direct call to About service would work, but that's then on a Sense internal port, using certificates for auth: {
"contentHash": "aeec...",
"senseId": "qliksenseserver:14.173.4",
"originalClassName": "Composition",
"version": "14.173.4",
"deploymentType": "QlikSenseServer",
"releaseLabel": "February 2024 Patch 1",
"deprecatedProductVersion": "4.0.X",
"productName": "Qlik Sense",
"copyrightYearRange": "1993-2024"
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
Relased in 12.4.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Get version info from
api/about/v1/systeminfo
endpoint every 24h, store to InfluxDB.If monitoring several QS environments it would be useful to know which Sense version is running on each environment/server.
Such a centralised overview would make it easier to decide when it's time to upgrade etc.
The endpoint above returns JSON such as this:
A complicating factor is that this endpoint requires an authenticated end user, i.e. can not (?) be accessed using the certificate authentication currently used by Butler.
Beta Was this translation helpful? Give feedback.
All reactions