Create an instance of the IBM Cloud Product Insights Service in Bluemix
- Log in to Bluemix and go to the Catalog section
- In the Integrate section, click the Cloud Product Insights tile. The service details page is displayed, showing details of the free service. Default names are supplied, which you can change if you want to.
- Click Create and your service is now available.
- Click the Service Credentials tab. The list of credentials for your products is displayed.
- Click View Credentials for your new service, to show the API host and the API key that will be used for the connection to your IBM Integration Bus integration servers.
Configure your IBM Integration Bus integration server
- Open the IBM Integration Console window and type the following commands:
-
mqsistop TESTNODE_userid
where TESTNODE_userid is the IIB node name -
mqsichangebluemixreporting TESTNODE_userid -e default -c active -j https://productinsights-api.ng.bluemix.net -m 10 -k ag282f6-6jki-4984-8892-7356e196k0l7
where
default is the name of your integration server
https://productinsights-api.ng.bluemix.net is the API host taken from the credentials section of the service
10 is the interval in minutes between submissions to Bluemix
ag282f6-6jki-4984-8892-7356e196k0l7 is the API key taken from the credentials section of the service -
mqsistart TESTNODE_userid
where TESTNODE_userid is the IIB node name
-