# Big Panda

## Prerequisites <a href="#prerequisites" id="prerequisites"></a>

Before configuring in the Fusion portal, the Callback URL must be setup in Panther. For more details, follow the [custom headers](https://docs.bigpanda.io/docs/custom-headers) instructions from Big Panda.

## Netography Portal Steps <a href="#netography-portal-steps" id="netography-portal-steps"></a>

In **Settings > Response Integrations**, click **Add Integration**. Select **BigPanda**

![](/files/TdPsJw3dKFu4w319PyXV)

### Configuration <a href="#configuration" id="configuration"></a>

The following fields are specific to the Webhook integration.

| Field                   | Required | Description                                                                                                                                                                                        | Example                                                              |
| ----------------------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------- |
| `URL`                   | yes      | The Big Panda custom headers URL value configured from the custom headers                                                                                                                          | `https://integrations.bigpanda.io/oim/api/alerts?app_key=<keyvalue>` |
| `Skip SSL Verification` | no       | If checked, the server certificate will not be validated against the available certificate authorities. Also won’t require the URL host name to match the common name presented by the certificate |                                                                      |
| `Headers`               | no       | Comma separated list of `header: value` pairs                                                                                                                                                      | `X-Netography: Webhook`                                              |

{% hint style="info" %}
**📘After your configuration is submitted, the Big Panda integration will be treated as a standard webhook integration in the Fusion portal.**
{% endhint %}

### Authentication <a href="#authentication" id="authentication"></a>

The following fields may be required for the integration to authenticate using HTTP Basic Auth.

| Field      | Required | Description              |
| ---------- | -------- | ------------------------ |
| `Username` | no       | HTTP Basic Auth ID       |
| `Password` | no       | HTTP Basic Auth password |

### Additional post configuration <a href="#additional-post-configuration" id="additional-post-configuration"></a>

After the Big Panda configuration is setup, you will need to configure a Response Policy in the Fusion portal and a custom log parser in Big Panda to receive events from Fusion.

#### Configure a Response Policy to Sent Events to Big Panda <a href="#configure-a-response-policy-to-sent-events-to-big-panda" id="configure-a-response-policy-to-sent-events-to-big-panda"></a>

You can configure response policies in the portal by navigating to **Settings > Response Policies > Add Response Policy**.

#### Configure Big Panda Log Schema <a href="#configure-big-panda-log-schema" id="configure-big-panda-log-schema"></a>

To configure the custom log schema from the Big Panda, follow the [Agent log configuration](https://docs.bigpanda.io/docs/configure-the-bigpanda-agent-log) guide in Big Panda.

To get sample logs from the Fusion Portal, go to **Search -> Events**, select an event. view the **raw record** from the properties tray, select the **JSON** tab, and click the top level clipboard icon as shown below:

<div align="left"><img src="/files/NIuBHlZB3WVtfn8AymzN" alt=""></div>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fusion.vectra.ai/automate-responses/configuring-response-integrations/big-panda.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
