Cisco CDR Reporting & Analytics | Installation Notes
Have Splunk installed, and be sure a reasonably recent version of DB Connect is installed (I’m using the latest, 3.16). This will necessitate java, but you can find information about all that in Splunk’s documentation for DB Connect.
Set or enable the password in UCCX for the uccxhruser by navigating to Unified CCX Administration menu bar > Tools > Password Management > Historical Reporting User and setting it. Remember this password, obviously. Also create an index‘cisco_uccx’ using whatever method you need to use for your system.
Log into your Cisco Unified Intelligence Center Express Reporting.
Depending on your version, click either “Data Sources” on the left, or “Configure” then “Data Sources”
Edit the UCCX data source
Note the Datasource Host, Port, Database Name, and Instance for use later.
Informix is not (as of this writing) listed in “Other Supported Databases” section of the Splunk DBConnect docs, but this may change in the future: https://docs.splunk.com/Documentation/DBX/latest/DeployDBX/Installdatabasedrivers
This link to mvnrepository.com may help — https://mvnrepository.com/artifact/com.ibm.informix/jdbc
And the IBM site also has a topic on this: https://www.ibm.com/docs/en/informix-servers/14.10?topic=started-obtain-jdbc-driver )
A little digging in there will net you a “files” download for jdbc‑4.50.10.1.jar
You can read Splunk’s documentation linked above for more general info on DBConnect and how to deal with drivers.
Name — UCCXUser
User — uccxhruser
Password — the password you assigned to your uccxhruser above.
Name the connection“UCCX”
Pick your UCCXUser Identity that you created in step 1 of this section.
Use a connection type of Informix
Pick the appropriate timezone.
Host == “Datasource Host” field
Port == “Port” field (probably 1504)
Default Database == “Database Name” (probably db_cra)
Informix Server == “Instance” field
You should now be able to, in DB connect, switch to the Data Lab, then to the SQL Explorer.
Pick your connection UCCX, the Catalog db_cra, and select one of the tables with data, like contactcalldetail. After giving it a few seconds (or minutes) you should see data populate.