Extract license info from Sense, store in InfluxDb for later viewing in Grafana #1041
Closed
mountaindude
started this conversation in
Ideas
Replies: 1 comment
-
Included in 11.1.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 select license info for the client-managed Qlik Sense environment that Butler is connected to.
Things like current license allocation on a high level (as described here) is prioritised.
Per user license info (example here) could also be of interest, but would require a full snapshot of all assigned users to be stored as a single measurement in InfluxDB (to ensure it's possible to get a correct latest license status). That would be a rather massive measurement though (for large Sense environments). Not ideal.
Might be other ways to solve the challenge of getting and storing per user license allocations.
Might also be of interest to capture license (de)allocations in real-time, but that would probably reside in Butler SOS as it would involve sending specific udp messages, similar to those of users opening/closing connections etc.
Beta Was this translation helpful? Give feedback.
All reactions