Which config file to use
Butler can use multiple config files. Here you learn to control which one is used by Butler.
Butler can use multiple config files. Here you learn to control which one is used by Butler.
The provided sample config file is a good starting point for your own config file.
It contains the minimum settings needed to start Butler, but a few settings in it must be updated to match your environment.
Details on how to configure the connection from Butler to Qlik Sense Enterprise on Windows.
Details on how to configure the connection from Butler to Qlik Sense Cloud.
Butler’s REST API can be enabled/disabled in itself. If the API is enabled, individual API endpoints can then be enabled/disabled as needed. By only enabling the endpoints needed for your Qlik Sense environment, memory usage is minimised and security maximised.
Butler handles reload alerts from both client-managed Qlik Sense and Qlik Sense Cloud.
The same kind of message templates are used, meaning that the look and feel of the alerts are the same regardless of where the alert originated.
This can be of particular interest for companies with a hybrid setup or that are in the process of migrating from client-managed to cloud-based Qlik Sense.
Getting the same kind of alerts from both environments can make it easier to understand what’s going on.
Butler can detect, capture and store all script logs of reload tasks that failed.
This makes it much easier to find and analyse the script logs of faile reloads.
Works with both client-managed Qlik Sense and Qlik Sense Cloud.
Butler can monitor Windows services and alert if they are not running.
This is useful for monitoring services that are critical for Qlik Sense to function - or any other important service.
Messages can be sent when services stop or start, with message destinations such as Slack, Teams, email, New Relic, InfluxDB, webhooks and MQTT.
Butler can monitor the server version of the client-managed Qlik Sense environment that Butler is configured to connect to.
Butler can monitor the Qlik Sense server license that is used to run client-managed Qlik Sense (=Qlik Sense Enterrise on Windows).
Butler can monitor Qlik Sense user access licenses.
Butler’s scheduler complements the Qlik Sense built-in scheduler with more flexible triggers and a devops friendly API/file format for storing scheduling data.
Butler contains a key-value store that is accessible via the REST API.
Butler contains REST API endpoints for moving, copying and deleting files.
There are various enterprise grade tools for handling IT incidents.
Butler can integrate with such tools, for example forwarding information about failed reloads.
Below you find instuctions for configuring the currently supported incident management tools.
Butler can use MQTT as a channel for pub-sub style M2M (machine to machine) messages. This page describes how to configure MQTT in Butler.
Heartbeats provide a way to monitor that Butler is running and working as intended.
Butler can send periodic heartbeat messages to a monitoring tool, which can then alert if Butler hasn’t checked in as expected.
Butler can optionally log to the console and its logfiles how long it’s been running and how much memory it uses.
Optionally the memory usage can also be stored to an external database for later viewing/alerting in for example a Grafana dashboard.
InfluxDB and New Relic are currently supported targets.
Docker has a concept of “health checks”, which is a way for Docker containers to tell the Docker runtime engine that the container is alive and well.
Butler can be configured to send such health check messages to Docker.
If you intend to call Butler’s REST API from the load script of Sense apps, you must create a few data connections first. A couple of them are mandatory, one is optional.
Qlik Sense tasks can be started using Butler’s REST API.
Using the task filtering feature it’s possible to control which tasks can be started.
This can be useful for sysadmins when only a limited set of tasks should be available to third party systems.
Butler can receive and act on any user event detected in the Sense log files. This page describes how to set this up using Sense log appenders.