Skip to content

Configuration

Computence AI Agent can be configured either through the Splunk Web UI or by editing the configuration files directly.

Note

Also applies for Search-Head Cluster deployment, configuring on one server is sufficient.

  1. Navigate to Apps > Computence AI Agent for Splunk.
  2. On the setup page, fill in:
    • License key: UUID that authenticates with the Computence AI backend.
    • Backend server: Defaults to api.computence.app.
    • Backend schema: Defaults to https.
  3. Click Complete Setup.

Setup from configuration files

While configuration via files is supported, UI configuration is recommended. To access the setup page after initial configuration, set is_configured = 0 in local/ai.conf and reload the app:

[install]
is_configured = 0

See ai.conf for advanced configuration options.

Initial Setup

Note

Also applies for Search-Head Cluster deployment, configure the app on the Deployer server and apply the bundle.

  1. Navigate to $SPLUNK_HOME/etc/apps/computence_ai_agent.
  2. Create local/ai.conf with the following configuration:

    [install]
    is_configured = 1
    

    For air-gapped environments, add the backend server configuration:

    [backend]
    schema = https
    server = example.com:3000
    

  3. Create local/passwords.conf and configure the license key. See passwords.conf.

  4. Restart Splunk with $SPLUNK_HOME/bin/splunk restart.

Warning

Passwords set manually will not be encrypted by the Splunk instance. Use the UI for proper encryption.