Configuration
Lynx AI Agent should be configured before it's used for the first time. The agent can be configured either through the Splunk Web UI or by editing the configuration files directly.
Setup from Splunk Web (Recommended)
Note
Also applies for Search-Head Cluster deployment. Configuring on one server is sufficient, it'll be replicated to all other members.
- Navigate to
Apps > Lynx AI Agent for Splunk. - On the setup page, fill in:
License key: UUID that authenticates with the Lynx AI backend.Backend server: Defaults toapi.lynxai.dev.Backend schema: Defaults tohttps.
- Click Complete Setup.
Tip
You can access the setup page again at any time by navigating in Splunk to:
This is hidden from normal navigation but can be accessed again by using the URL directly.
Setup from configuration files
Note
Also applies for Search-Head Cluster deployment. Configure the app on the Deployer and apply the bundle.
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:
See ai.conf for advanced configuration options.
- Navigate to
$SPLUNK_HOME/etc/apps/lynx_ai_agent. -
Create
local/ai.confwith the following configuration:For air-gapped environments, add the backend server configuration:
-
Create
local/passwords.confand configure the license key. See passwords.conf. -
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.