# 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**

![](https://1075194167-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7upncbzIm3grJePXaOO9%2Fuploads%2Fgit-blob-3272368d9452ce3f362c7a65c295a3a2ae497482%2F9b8b619425be0d746070297cbc9b7ad20caee678c64cce1513ed97ca3bcf87ee.png?alt=media)

### 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="https://1075194167-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7upncbzIm3grJePXaOO9%2Fuploads%2Fgit-blob-2787d3ceb7896805b0787bc00e3899a5fa3c5c1c%2Fc8dc102fefc098d777d58bca63d9449223b242d8b2a3a8188e26ec347f820fdf.png?alt=media" alt=""></div>
