Setting up Zia Insights

Last updated on:

In this page

Overview

Zia Insights in Log360 Cloud provides AI-powered, actionable insights on incidents, alerts, and logs using the Bring Your Own Key (BYOK) model. Log360 Cloud supports integration with both Azure OpenAI and OpenAI, allowing you to choose your preferred AI provider. Only one provider can be active at a time, and all AI-driven features will use the currently enabled model.

This page explains the configurations required to enable Zia Insights, including setting up your chosen AI provider, retrieving the required credentials, and integrating the service with Log360 Cloud.

Pre-requisites

Before beginning the setup, ensure the following:

  • Zia Insights capability is only available for the Professional and MSSP plan subscription users.
  • You must have an active OpenAI subscription or Azure subscription with access to the Azure OpenAI service.
  • The following credentials are required from your Azure portal:
    • Endpoint URL
    • API key
    • Deployed model name
  • The following credentials are required from OpenAI:
    • Model
    • API key

Accessing Zia Insights

  1. Log in to the product console
  2. Go to the Settings tab, and select Admin.
  3. Navigate to Zia and select Configuration.
  4. Configuring Azure OpenAI in ManageEngine Log360 Cloud
    Figure 1: Navigating to Zia Insights
  5. In the Zia page, choose either Azure OpenAI or OpenAI and click Configure Now.
    NOTE Only one provider can be enabled at a time.
    Configuring Azure OpenAI in ManageEngine Log360 Cloud
    Figure 2: Configuring AI service
  6. A configuration window appears.
  7. If you select Azure OpenAI, enter the following details obtained from your Azure Portal:
    • Endpoint URL
    • Deployment Name
    • API Key
  8. Click Save to complete the initial setup.
    Configuring Azure OpenAI in ManageEngine Log360 Cloud
    Figure 3: Configuring Azure OpenAI
  9. If you select OpenAI, select the Model from the dropdown.
    Configuring Azure OpenAI in ManageEngine Log360 Cloud
    Figure 4: Selecting a model
  10. Enter the API Key.
    NOTE Refer to this section to configure OpenAI.
    Configuring Azure OpenAI in ManageEngine Log360 Cloud
    Figure 5: Entering API key
  11. Click Save to complete the initial setup.
  12. After configuring Azure OpenAI or OpenAI:
    • Use the Insights toggle to enable or disable Zia Insights.
    Configuring Azure OpenAI in ManageEngine Log360 Cloud
    Figure 6: Enabling Zia Insights
  13. When you enable Zia Insights, a pop-up window appears displaying the data privacy notice. Read the notice carefully, select the checkbox to acknowledge the terms, and then click Proceed to continue.
    NOTE To generate AI-powered insights, the processes contextual data associated with logs, alerts, and entities. This includes the following types of information:
    • User-related information: usernames, account names, email, phone number, department, group names, mailgroups, mailbox names, company names, user information, and security ID (SID).
    • Device and directory information: hostnames, computer names, domain, distinguished path of AD object, and AD object names.
    • Network and location information: IP address, region, and country.
    • Request and URL information: URL links, HTTP requests, and HTTP request parameters.
    • Application and database information: database name.

    This data is processed only to support contextual analysis, correlation, and remediation guidance within the product.

    Configuring Azure OpenAI in ManageEngine Log360 Cloud
    Figure 7: Enabling Zia Insights
    Configuring Azure OpenAI in ManageEngine Log360 Cloud
    Figure 8: Enabling Zia Insights
  14. To switch between Azure OpenAI and OpenAI, use the toggle to disable the currently active provider.
    Configuring Azure OpenAI in ManageEngine Log360 Cloud
    Figure 9: Disabling an AI service
  15. A confirmation pop-up will appear. Click Yes to disable, and then configure the other provider.
    Configuring Azure OpenAI in ManageEngine Log360 Cloud
    Figure 10: Disabling an AI service
  16. To delete a configuration, select Delete existing Azure/OpenAI configuration and click Yes to confirm your deletion.
    Configuring Azure OpenAI in ManageEngine Log360 Cloud
    Figure 11: Deleting an AI service
    NOTE If you attempt to configure another provider while one is already enabled, the existing provider will be disabled automatically.
    Configuring Azure OpenAI in ManageEngine Log360 Cloud
    Figure 12: Configuring an AI service

    In the confirmation pop-up that appears, click Proceed to continue with the new configuration.

    Configuring Azure OpenAI in ManageEngine Log360 Cloud
    Figure 13: Configuring a new service

Creating an Azure OpenAI resource

If you do not already have an Azure OpenAI resource, follow these steps:

NOTE If you already have an Azure OpenAI resource, refer to this to obtain the API key and Endpoint URL.
  1. Log in to Azure portal and click Create a resource.
  2. Creating a resource in Microsoft Azure
    Figure 14: Creating a resource in Microsoft Azure
  3. Select Azure OpenAI as the resource type.
  4. Creating a resource in Microsoft Azure
    Figure 15: Creating an Azure OpenAI resource
  5. Choose a Subscription of your choice.
  6. Select an existing Resource group or create a new one.
  7. Creating a resource group in Microsoft Azure
    Figure 16: Creating a resource group in Microsoft Azure
  8. Pick your desired Region and Pricing Tier.
  9. Enter a suitable Name for the resource.
  10. Instance details for Azure OpenAI service
    Figure 17: Instance details for Azure OpenAI service
  11. Under Networking, select All networks, including the internet, can access this resource.

    NOTE The Azure OpenAI resource must be publicly available on the internet so that Log360 Cloud can access the endpoint.

  12. Configuring network security for Azure AI services resource
    Figure 18: Configuring network security for Azure AI services resource
  13. Click Next to configure Tags (optional).
  14. Click Next again to move to the Review + Submit page.
  15. Final review to create resource
    Figure 19: Final review to create resource
  16. Review your settings and click Create to provision the resource.

Steps to obtain Endpoint URL and API key

If you already have an Endpoint URL and API key, skip to the next section. If not:

  1. Log in to Azure portal and navigate to your Azure OpenAI resource.
  2. In the left pane, under the Resource Management section, click on Keys and Endpoint. It will open Keys and Endpoint console.
  3. In this window, you will find the Endpoint URL and API keys for your Azure OpenAI resource. Copy these details for use in the product.
Obtaining API keys and Endpoint URL for Azure OpenAI resource
Figure 20: Obtaining API keys and Endpoint URL for Azure OpenAI resource

Deploying a model in Azure OpenAI

A deployed model is a version of an AI model (such as GPT-4o or GPT-4.1) that has been activated and made available for use within your Azure OpenAI resource. Log360 Cloud will interact with the deployed model to generate AI-powered insights from your logs and alerts.

NOTE

If you already have a deployed model, you can directly use its deployment name when integrating with the product. Ensure that the model is one of the following types:

  1. The Chat Completion API model (models GPT-4o or newer). For better results, use latest available model such as GPT-4.1 or newer.
  2. A non-reasoning model, excluding versions like o1-preview and o1-mini

If you do not have a deployed model, follow the steps below.

Steps to deploy a model

  1. Navigate to your Azure OpenAI resource and click Go to Azure AI Foundry portal.
  2. Deploying a model in the Azure AI Foundry portal
    Figure 21: Deploying a model in the Azure AI Foundry portal
  3. On the Azure AI Foundry portal, navigate to the Deployments section, click Deploy model, and select Deploy base model.
  4. Deploying a model in Azure AI Foundry portal
    Figure 22: Deploying a model in Azure AI Foundry portal
  5. Choose a model that meets the following constraints:
    • Must support the Chat Completion API (models GPT-4o or newer). For better results, use latest available model such as GPT-4.1 or newer. Avoid reasoning models like o1-preview and o1-mini because they do not support system prompts.
    • Available models for deployment in Azure AI Foundry portal
      Figure 23: Available models for deployment in Azure AI Foundry portal
  6. Enter a deployment name of your choice (defaults to the model name).
  7. Deployment settings in Azure AI Foundry portal
    Figure 24: Deployment settings in Azure AI Foundry portal
  8. Select the deployment type based on your data processing needs. Learn more about deployment types.
  9. Deployment settings in Azure AI Foundry portal
    Figure 25: Deployment settings in Azure AI Foundry portal
  10. Click Create resource and deploy to complete the model deployment.
  11. Model deployment in Azure AI Foundry portal
    Figure 16: Model deployment in Azure AI Foundry portal
NOTE Once you've completed these steps and obtained your credentials, refer to this section to access Zia Insights in the product console.

Generating an OpenAI API key

  1. Log in to your OpenAI account.
  2. Click Create new secret key.
    Model deployment in Azure AI Foundry portal
    Figure 27: Creating a secret key
  3. In the pop-up window, select the You tab.
  4. Enter a Name for the key (optional).
    Model deployment in Azure AI Foundry portal
    Figure 28: Entering a name
  5. Select Default project from the Project drop-down.
    Model deployment in Azure AI Foundry portal
    Figure 29: Selecting a project
  6. Choose the appropriate Permissions based on your requirement.
    NOTE For product integration, the key must have permission to read and write API resources.
  7. Click Create secret key.
    Model deployment in Azure AI Foundry portal
    Figure 30: Creating a secret key
  8. Copy the generated API key displayed in the Save your key pop-up.
    Model deployment in Azure AI Foundry portal
    Figure 31: Copying the secret key
  9. Use this API key in the product console when configuring the OpenAI option in Setting up Zia Insights

Read also

This document detailed the configuration steps required to enable Zia Insights in ManageEngine Log360 Cloud, including Azure OpenAI resource creation, model deployment, and integration setup. To leverage the capabilities of Zia Insights, refer to the following articles: