The IBM® Security QRadar® AQL Plugin is available in
the IBM Application Exchange.
Before you begin
To install the IBM Security QRadar AQL Plugin, Grafana must be installed. For more information, see Install Grafana
(https://grafana.com/docs/grafana/latest/setup-grafana/installation/).
Procedure
- Download the app ZIP file from the IBM Security QRadar AQL Plugin for Grafana extension page in the IBM Application Exchange.
- Copy the ZIP file to the /var/lib/grafana/plugins directory in your
Grafana instance.
For example, if you
are using Docker, run the following
command:
docker cp ibm-aql-datasource-<version>.zip <container
name>:/var/lib/grafana/plugins
- Unpack the ZIP file in the same /var/lib/grafana/plugins directory.
There should now be an ibm-aql-datasource folder present.
- Edit the /etc/grafana/grafana.ini config file on your Grafana instance. Add
ibm-aql-datasource to the allow_loading_unsigned_plugins
line
allow_loading_unsigned_plugins = ibm-aql-datasourc
Note: This is a comma-separated list. If other plugins are listed, append
IBM-aql-datasource to the end of the list.
- Restart your Grafana
instance.
For example, if you are using Docker, run the following
command:
docker stop <container name>
docker start <container name>
- Log in to your Grafana
instance.
- In your Grafana instance, from the
navigation menu, click Administration > Plugins and
data > Plugin.
- Confirm that the IBM Security QRadar AQL Plugin is
listed as Installed.