Installation¶
Upon being admitted to the platform, you'll receive an email with a license key and a link to download the app in a .tgz format.
Please refer to your relevant Splunk deployment type below to deploy the app.
Splunk Cloud Platform¶
Install the private app through Splunk Cloud Platform (SCP) Apps:
- Log in to Splunk Web as an administrator and open
Apps > Manage Apps. - Click Uploaded Apps and then Upload App. Enter your splunk.com credentials.
- Drag the packaged
computence_ai_agent.tgzapp to the upload window, or use the file picker to select the package. - Click Upload. Splunk AppInspect vets the app in Splunk Cloud Platform, which is indicated by a status value of "Vetting".
- Once the app passes vetting, click the Install link that appears next to the app name.
- Installing the app should be followed with a restart of your Splunk Cloud Platform components. Click Continue.
- When the app finishes deploying, click Close.
Info
Learn more about SCP private apps here.
Splunk Enterprise¶
Installing Computence AI Agent on Splunk Enterprise could be done either by Web UI or from configuration. Here's how you do it:
Single Instance & Single Search Head¶
Install from Splunk Web
- Log in to Splunk Web as an administrator and open
Apps > Manage Apps. - Click Install app from file, upload
computence_ai_agent.tgzand click Upload. Select Upgrade app if already installed and it's an updated version. - Restart Splunk by navigating
Settings > Server Controls > Restart Splunkto fully load the app.
Install from configuration
- Extract the app and copy it to the
appsdirectory:tar -xvzf computence_ai_agent.tgz -C $SPLUNK_HOME/etc/apps - Ensure the ownership is
splunk:splunkand permissions are readable. - Restart Splunk with
$SPLUNK_HOME/bin/splunk restart.
Search Head Cluster¶
Deploy through the cluster Deployer:
- Extract the app and copy it to the
appsdirectory:tar -xvzf computence_ai_agent.tgz -C $SPLUNK_HOME/etc/shcluster/apps - Ensure the ownership is
splunk:splunkand permissions are readable. - Run
$SPLUNK_HOME/bin/splunk apply shcluster-bundle -target https://<captain>:8089 -auth admin:<password>. - Monitor the rolling restart; once complete, confirm the app is enabled on every search head.