Skip to main content

Mimecast Cloud Gateway

Fluency collects the SIEM event stream from Mimecast Email Security Cloud Gateway — every message the gateway received, what its policies decided, whether it was delivered, and what Targeted Threat Protection made of the links and attachments inside it. This is the feed that answers "who was sent the phish, and did it get through", and it correlates directly with the sign-in and endpoint telemetry either side of a click.

Authentication is app-only, over Mimecast API 2.0. You register an API application in the Mimecast Administration Console, scope it with an administrator role, and hand Fluency the client ID and secret it issues. Fluency exchanges those for short-lived OAuth tokens itself and polls; nothing is installed in Mimecast and nothing is pushed to Fluency.

The setup has two halves:

  1. In Mimecast — turn on Enhanced Logging, create the role that scopes the application, and register an API 2.0 application. This produces two values: a Client ID and a Client Secret.
  2. In Fluency — install the Mimecast CG Events application template and paste those two values into its form.
There are two Mimecast templates — this page covers the current one
TemplateMimecast APICredentials
Mimecast CG Events (this page)API 2.0Client ID, Client Secret
Mimecast Events (Legacy)API 1.0Base URL, Application ID, Application Key, Access Key, Secret Key

If you are connecting Mimecast for the first time, you are on the right page — Mimecast closed API 1.0 to new applications in mid-2025. The legacy template is documented at Mimecast (Legacy API 1.0), which is now a reference for tenants that still hold working 1.0 keys and a migration path off them.

What arrives

Mimecast's SIEM endpoint exposes ten event types. The MTA types describe the life of a message through the gateway; the Targeted Threat Protection types describe what Mimecast's inspection services found.

StreamWhat it recordsDepends on
ReceiptThe MTA accepting a connection for a message — sender, recipient, sending IP, subject, initial verdict.Enhanced Logging
ProcessMimecast policy evaluation of that message — which policies matched and what they decided.Enhanced Logging
DeliveryThe MTA handing the message to its destination, or failing to.Enhanced Logging
JournalJournaled copies of internal mail.Enhanced Logging (internal)
AV / SpamMalware and spam verdicts raised during processing.Enhanced Logging
URL ProtectRewritten-link click verdicts — who clicked what, and whether it was blocked.Targeted Threat Protection — URL Protect
Attachment ProtectAttachment sandboxing and safe-file conversion outcomes.Targeted Threat Protection — Attachment Protect
Impersonation ProtectDisplay-name, domain-similarity and internal-name impersonation hits.Targeted Threat Protection — Impersonation Protect
Internal Email ProtectThreats found in internal and outbound mail.Internal Email Protect

The MTA types are the volume; the Targeted Threat Protection types are the detections. A tenant without a Targeted Threat Protection subscription still gets receipt, process and delivery — the integration installs and runs, it simply has fewer streams to carry.

Before you begin

A Cloud Gateway tenant. This integration targets Mimecast Email Security Cloud Gateway, the MX-record-in-front-of-your-mail gateway. Mimecast's own documentation increasingly calls this product Email Security - MX and serves the same support articles under both names, so a console that says Email Security - MX is the right one. Email Security Cloud Integrated — the API-attached product that sits behind Microsoft 365 rather than in front of it — is a different product on a different console, and its API products and endpoints differ from the ones below.

Enhanced Logging, switched on. Mimecast only generates the SIEM data this integration reads for log types that are enabled in Enhanced Logging. With it off, every step below succeeds, the application installs, the pipeline reads Running, and nothing ever arrives. This is step 1 for that reason.

A Mimecast administrator who can reach Integrations and Account → Roles. The built-in Basic Administrator role carries the permissions the API application needs; creating the application itself needs an account that can manage API applications and application roles.

Access to the Fluency portal with permission to install applications.

SIEM logs are only kept for seven days

Mimecast serves SIEM logs for roughly seven days from the current date, so a gap in collection longer than that is a permanent gap — there is nothing to backfill from. Enhanced Logging is also not retroactive: it starts generating data when you save it, not before.

Part 1 — Mimecast

Work through this half in the Mimecast Administration Console.

1. Turn on Enhanced Logging

Open the Administration menu and go to Account → Account Settings.

Mimecast Administration menu with the Account submenu open, showing Account Settings, Audit Logs, Dashboard and Roles

Expand the Enhanced Logging section at the foot of the page and tick all three options — Enhanced inbound email logging, Enhanced outbound email logging and Enhanced internal email logging — then Save.

Account Settings page with the Enhanced Logging section expanded and all three logging checkboxes ticked

Leaving one unticked silently removes that direction of mail from the feed. Outbound and internal are the ones people skip, and they are what data-exfiltration and internal-phishing detections run on.

Allow thirty minutes before expecting data

Mimecast begins logging when you save, and the logs become available to SIEM integrations about thirty minutes later. Nothing before that point exists to collect.

2. Create the role that scopes the application

Every API 2.0 application is bound to an administrator role, and that role — not the application — decides what the credential can read. Basic Administrator works and is what most integration guides use, but it is broader than this integration needs. To scope it properly, go to Administration → Account → Roles → New Role and grant read on just these:

PermissionWhy
Security Events and Data Retrieval → Threat and Security Events (SIEM) → ReadThe SIEM feed itself. Without this nothing is readable.
Monitoring Menu → URL Protection → ReadURL Protect events.
Monitoring Menu → Attachment Protection → ReadAttachment Protect events.
Monitoring Menu → Impersonation Protection Logs → ReadImpersonation Protect events.
Gateway → Tracking → ReadMessage tracking detail on the MTA events.

Save the role. You will select it as the Application Role in the next step.

Grant read, never write

Fluency only reads from Mimecast. A role with All rather than Read on these menus gives the credential the ability to change gateway policy, which nothing in this integration needs.

3. Register the API 2.0 application

Mimecast is midway through moving API 2.0 application management out of the old API and Platform Integrations page and into the Integrations Hub. The Hub became the place to create new applications on 29 January 2026; existing applications stay manageable on the old page until Mimecast migrates them, after which the API 2.0 entries disappear from it altogether. Both paths open the same wizard.

Go to Integrations → Integrations Hub, find the Mimecast API 2.0 tile and click Configure New.

If this is the first API application in the tenant, Mimecast shows the API Terms and Conditions first. Read them, tick I accept and click Next — the wizard will not continue until you do.

The wizard runs Disclaimer → Details → Notifications → Summary. On the Details step:

Add Mimecast API 2.0 Application wizard on the Details step, showing Application Name, Category, Products, Application Role and Description with the tenant-specific values redacted

  • Application Nameingext-mimecast is the name Fluency's own onboarding tooling uses, and is a good default.
  • CategorySIEM Integration.
  • Products — the product set covering Cloud Gateway threat and security events. On most tenants this is listed as Threats, Security Events and Data for CG.
  • Application Role — the role from step 2, or Basic Administrator.
  • Description — free text, and the only field on this form you can change afterwards.

Fill in the Notifications step with a technical contact and an email address that will still be monitored in two years — this is where Mimecast writes if the application starts failing. Review the Summary and finish with Add and Generate Keys.

Application Name and Products cannot be changed after you save

Both are fixed at creation. Picking the wrong product set means deleting the application and creating another one, which issues a new client ID and secret and means reinstalling on the Fluency side too. The product labels vary by account and bundle, so if nothing matches Threats, Security Events and Data for CG, pick the entry covering Cloud Gateway threat and security events rather than guessing — and confirm with Mimecast support before saving if it is ambiguous.

4. Copy the client ID and secret

The Manage API 2.0 Credentials dialog appears with both values masked behind an eye icon and a copy button.

Manage API 2.0 Credentials dialog warning that this is the only time the client secret will be displayed, with masked Client Id and Client Secret rows

Copy the client secret now — Mimecast will not show it again

Since Mimecast's September 2023 credentials change the client secret cannot be retrieved after this dialog closes. Losing it means Reset Keys → Regenerate on the application, which invalidates the pair you just created. Put it in a secrets manager, not a document, and do not keep it alongside the client ID.

ValueWhere it came from
Client IDThe credentials dialog, Client Id
Client SecretThe credentials dialog, Client Secret — shown once

Verify before you leave Mimecast

A freshly created application takes several minutes to become usable. Rather than discover that as an install failure in Fluency, exchange the credentials for a token yourself:

curl -s -X POST "https://api.services.mimecast.com/oauth/token" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "grant_type=client_credentials" \
-d "client_id=<client ID>" \
-d "client_secret=<client secret>"
ResponseWhat it means
200 with an access_token fieldThe credential works. Continue to Part 2.
401 immediately after creating the applicationAlmost always the activation delay. Wait a few minutes and repeat before treating it as a real failure.
401 that persistsThe client ID or secret is wrong — a truncated paste, or the secret from a different application. Re-copy, or Reset Keys → Regenerate.
A connection failureOutbound HTTPS to api.services.mimecast.com is blocked from wherever you ran this.

A token proves the credential, not the permissions. The Application Role and Enhanced Logging are only exercised when events are actually fetched, so a working token and an empty feed are consistent with each other — see Troubleshooting.

Part 2 — Fluency

Install the Application

Go to Platform → Applications → Install Application From Template and choose Mimecast CG Events from the Email Audit and Protection category.

ParameterNotes
Client IDFrom the credentials dialog in step 4.
Client SecretThe value shown once. Masked once the application is installed.
datalakePre-filled managed.
datalake index namePre-filled Mimecast. Two applications writing to the same index name in the same lake will collide, and the second one aborts.

Leave Name and Display Name at default / Default unless you are installing a second instance — collecting from two Mimecast tenants, for example — in which case give each one a name you will recognise on the applications list, and a distinct datalake index name.

Setup New Mimecast CG Events Application panel

Press Install. The application then appears in the Installed Applications view, where its badge reads Running once the pipeline is up.

Do not point a second instance at the same index during a migration

If you are moving off Mimecast Events (Legacy) and want to run both templates side by side for a period, give this one a datalake index name the legacy application is not already using. The second application to claim an index name aborts rather than merging into it.

Confirm it is running

The application appears under Installed Applications as Mimecast CG Events: Default. Its badge should read Running in green within a few seconds; Aborted in red means the pipeline stopped on an error, and the details panel will carry the message.

The blue eye button on the card opens the details panel. Parameters shows the values back with the client secret masked, and Actions lists, one line per object, every pipeline object the install created — including the datalake index the events land in.

With normal mail flow, the first events should reach the lake within roughly 15 to 30 minutes. The few-minute activation delay on a brand-new API application sits inside that window, so an empty index at ten minutes is not yet a fault. Once data is arriving, the Data Lake → Search facet selector carries per-source configurations for the Mimecast streams — Default-Mimecast_MTA_Receipt, Default-Mimecast_URL_Protect, Default-Mimecast_Attachment_Protect and Default-Mimecast_Impersonation_Protect — which is a quick way to confirm which streams are actually populated. See Confirm data is arriving.

Maintenance

Rotating the client secret

Mimecast does not publish an expiry for API 2.0 client secrets, so rotation here is a policy exercise rather than a deadline. Regeneration is immediate and unforgiving — the old pair dies the moment the new one is issued, so plan for a short collection gap:

  1. In Mimecast, open the application (Integrations → Integrations Hub → Mimecast API 2.0 → View, or the Your API 2.0 Applications tab on an older console) and choose Reset Keys → Regenerate.
  2. Copy the new Client Id and Client Secret from the dialog. This is again the only time the secret is shown.
  3. In Fluency, uninstall the Mimecast CG Events application and install it again with the new pair. Template parameters are read-only after install, so reinstalling is the supported way to change a credential.

Because Mimecast serves seven days of SIEM logs, a rotation completed inside that window backfills rather than losing events.

Removing the integration

Uninstall the application in Fluency first — the red Uninstall button at the foot of its details panel — so the pipeline stops cleanly before its credentials stop working. Then delete the API application in Mimecast, which revokes the credential outright.

Enhanced Logging can be left on; it is an account-wide setting that other integrations and Mimecast's own tracking views also depend on.

Troubleshooting

SymptomLikely causeFix
The application shows Aborted immediately after installWrong or truncated client ID/secret, or the application was created minutes ago and has not activatedWait a few minutes and reinstall. If it still fails, exchange the credentials for a token by hand (Verify before you leave Mimecast).
Running, but the index stays emptyEnhanced Logging is off, or was switched on less than half an hour agoAdministration → Account → Account Settings → Enhanced Logging; tick all three, save, wait thirty minutes. Nothing before that point exists to collect.
MTA events arrive but no URL/Attachment/Impersonation eventsEither the role lacks the Monitoring Menu read permissions, or the tenant has no Targeted Threat Protection subscriptionCheck the application's Application Role first; if the permissions are there, confirm the subscription in the Mimecast console.
Inbound mail is logged, internal is notOnly Enhanced inbound email logging was tickedTick outbound and internal as well.
Install aborts with an index collisionAnother application already owns the datalake index name — commonly a second Mimecast instanceReinstall with a distinct index name.
Collection worked, then stoppedThe application was deleted, or its keys were reset in the consoleCheck the application still exists in the Integrations Hub, then reinstall in Fluency with the current pair.
Everything is configured and the token request itself failsThe client secret was regenerated, or the application was bound to a role that has since been deletedReset Keys → Regenerate, confirm the Application Role still resolves, and reinstall.

Under the hood

Engineering reference — API 2.0 endpoints, batching and rate limits

This section describes the Mimecast API mechanics any CG SIEM collector has to work within. Administrators connecting Mimecast do not need it.

One global gateway, no regional base URL. API 2.0 is served from https://api.services.mimecast.com, which routes to the tenant's own region. This is the visible difference from API 1.0, where the base URL was regional (https://us-api.mimecast.com, https://eu-api.mimecast.com and so on) and had to be collected as a sixth credential — and it is why the CG template has two parameters where the legacy template has five.

Authentication is OAuth 2.0 client credentials:

POST https://api.services.mimecast.com/oauth/token
grant_type=client_credentials&client_id=…&client_secret=…

The response carries a short-lived bearer token that is presented as Authorization: Bearer … on subsequent calls and re-requested from the same endpoint on expiry. There is no refresh token.

Two SIEM shapes. Mimecast exposes the same events two ways:

BatchStream
Endpoint/siem/v1/batch/events/cgThe streaming SIEM endpoint on the same host
ReturnsA pre-signed URL per batch fileEvents inline, paged
Page sizeWhole batch files100 events per call
Call budgetSuited to full-fidelity collection300 calls/hour

The batch endpoint is the one to build on for full collection — it hands back pre-signed URLs to compressed newline-delimited JSON, one file per event type, instead of paging 100 events at a time. Filtering is by event type only; omitting the type returns all ten.

Rate limiting is per application. Responses carry X-RateLimit-Limit and X-RateLimit-Remaining, and a breach returns 429 with Retry-After in milliseconds. A collector that ignores Retry-After and retries immediately will lose events, because the seven-day retention window does not pause while it backs off.

Retention is about seven days of SIEM logs. Combined with the thirty-minute lag between Enhanced Logging being saved and data appearing, this sets the practical bounds on any catch-up: an outage under a week backfills, an outage over a week does not.

References

Mimecast

Fluency