Installation

LogZilla documentation for Installation

Installation of LogZilla AI Copilot Module

The LogZilla Copilot module is now included in the standard LogZilla installation package, making the setup process much simpler than before.

Prerequisites

  • LogZilla instance (minimum version v6.36)
  • Access to a suitable LLM (such as OpenAI, Anthropic, or a local LLM hosted with Ollama server)

Enabling the AI Copilot

1. Access LogZilla Settings

Log in to your LogZilla instance and navigate to the Settings page.

2. Configure AI Settings

Under the "System Settings" tab, locate the "AI Copilot" section and configure the following:

  • AI Enabled: Set to "On" to activate the AI Copilot feature
  • Model Type: Select your preferred AI provider (OpenAI, Anthropic, Ollama, or Scaleway)
  • Model Name: Enter the specific model you wish to use (per provider documentation)
  • API Key: Enter your API key for the selected provider
  • API Base URL: (Optional) Only needed for custom API endpoints or Ollama installations
  • Context Window: Maximum number of tokens the model can process (varies by model)

3. Save Settings

After configuring the AI settings, click "Save" to apply the changes. The LogZilla UI will restart automatically.

4. Access the AI Copilot

After a few seconds, the "Copilot" link should appear in the navigation menu. Click on it to access the AI Copilot interface.

5. Test the Integration

You can also access the AI chat interface by navigating to the LogZilla URL with the /ai path appended:

text
{LogZilla-URL}/ai

For additional information, consult the LogZilla documentation or contact LogZilla support.

Installation | LogZilla Documentation