> For the complete documentation index, see [llms.txt](https://docs.bindplane.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bindplane.com/how-to-guides/partner-integrations/google-secops/google-secops-configuring-the-https-dataplane-api-protocol.md).

# Send Logs to Google SecOps using the HTTPS Protocol

{% hint style="danger" %}
**Collector v1.94.2 or later required for HTTPS**

Collectors running earlier versions may silently drop logs when the SecOps HTTPS endpoint returns transient errors (429, 502, 504).

See [Resolve Intermittent Ingestion Drop for Google SecOps HTTPS Endpoints](https://docs.bindplane.com/how-to-guides/google-secops/resolve-intermittent-ingestion-drop-for-google-secops-https-endpoints) for details and upgrade instructions.
{% endhint %}

The Google SecOps destination can send logs over two protocols:

* **https** - Uses the [Chronicle API](https://docs.cloud.google.com/chronicle/docs/reference/rest)
* **gRPC** - Uses the legacy Ingestion API.

[Google has deprecated the legacy Ingestion API](https://docs.cloud.google.com/chronicle/docs/deprecations) (end of life July 20, 2027), with the `https` protocol now being the recommended approach.

This guide explains step-by-step how to set up the required Google Cloud resources for configuring Google SecOps destinations to use the `https` protocol.

1. [Create a Role](#create-a-role)
   1. [Add Permissions](#add-permissions)
2. [Create a Service Account](#create-a-service-account)
   1. [Assign Roles](#assign-roles)
3. [Create an API Key](#create-an-api-key)
   1. [Download API Key](#enable-the-api)
4. [Configure the Google SecOps Destination](#configure-the-google-secops-destination)
   1. [Verify Setup](#verify-setup)

### Create a Role

We will first need to create a role for our service account to have the Least Privileged User possible. In IAM & Admin within Google Cloud, go to the "Roles" section in the sidebar and click "Create Role".

<figure><img src="/files/aKRfm1gZwekDJYNde3FH" alt="Bindplane docs - Google SecOps Configuring the &#x27;HTTPS&#x27; (Dataplane API) protocol - image 1"><figcaption></figcaption></figure>

For the sake of this walkthrough we can use `Bindplane_Secops` for both our Title and ID. This will make easy to identify the role later.

#### Add Permissions

Next we will add the permissions required to export logs to Google SecOps. Use the "Filter" search bar to quickly find the specific permissions as shown in the screenshot below.

**Required Permissions**

```
chronicle.logs.import
```

**Optional Permissions**

In order for the Google SecOps Exporter to natively import [Agent Metrics](https://github.com/observIQ/bindplane-otel-contrib/blob/main/exporter/chronicleexporter/README.md#agent-metrics) into your GCP project (enabled by default), you will also need the following permission:

```
chronicle.forwarders.importStatsEvents
```

<figure><img src="/files/SFE1w3VzUx3OD0Mbc8lZ" alt="Bindplane docs - Google SecOps Configuring the &#x27;HTTPS&#x27; (Dataplane API) protocol - image 2"><figcaption></figcaption></figure>

### Create a Service Account

With the role created, go to the "Service Accounts" section of the sidebar.

<figure><img src="/files/qyTnDwfC6oLXc6wWU3WM" alt="Bindplane docs - Google SecOps Configuring the &#x27;HTTPS&#x27; (Dataplane API) protocol - image 3"><figcaption></figcaption></figure>

Click the "Create Service Account" button at the top of the page. Give the service account a name, and description. Then click "Create and Continue".

<figure><img src="/files/obSiJcdcUi2BIsFWYnHP" alt="Bindplane docs - Google SecOps Configuring the &#x27;HTTPS&#x27; (Dataplane API) protocol - image 4"><figcaption></figcaption></figure>

#### Assign Roles

The next section of the page will allow you to assign roles to the service account. We can use the new Role we just created for this purpose: `Bindplane_SecOps`

<figure><img src="/files/Gwbm46lwbpc6F3afWeQO" alt="Bindplane docs - Google SecOps Configuring the &#x27;HTTPS&#x27; (Dataplane API) protocol - image 5"><figcaption></figcaption></figure>

### Create an API Key

With that user created, on the "Service Accounts" page, click the 3 dots next to the new Service Account. Click "Manage Keys".

Click the "Add Key" drop-down and then the "Create New Key" button. You will want this in JSON.

<figure><img src="/files/L6bjJ9SJZ3ks59gw4fZG" alt="Bindplane docs - Google SecOps Configuring the &#x27;HTTPS&#x27; (Dataplane API) protocol - image 6"><figcaption></figcaption></figure>

This will download the key to your workstation, we will use it in Bindplane next.

#### Enable the API

Navigate to the "API's & Services" section of Google Cloud and click the "Enable APIs and Services" button at the top of the screen.

<figure><img src="/files/0TJi3zcIzd4OysLAdrsl" alt="Bindplane docs - Google SecOps Configuring the &#x27;HTTPS&#x27; (Dataplane API) protocol - image 7"><figcaption></figcaption></figure>

Find "Chronicle API" using the search bar. Click the result and enable it if it is not already. Once enabled, it should look like the below screenshot.

<figure><img src="/files/IDjRRBuhDsJol19HWTD6" alt=""><figcaption></figcaption></figure>

### Configure the Google SecOps Destination

Now in Bindplane we can create a [Google SecOps destination](https://docs.bindplane.com/integrations/destinations/google-secops-chronicle).

Follow the documentation above and in Bindplane to correctly configure the destination. Ensure the protocol is set to `https`.

#### Verify Setup

Now that your destination has been added, you can check for telemetry in Google SecOps. If you do not see any you may want to add a 'Bindplane Collector' source so you can see your agents log and look for potential errors. Please open a [support ticket](https://docs.bindplane.com/support/) if you run into problems.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bindplane.com/how-to-guides/partner-integrations/google-secops/google-secops-configuring-the-https-dataplane-api-protocol.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
