The Spex Add-on for Microsoft M365 Automation collects data from Microsoft Power Platform and ingests it into Splunk. It supports the following components:
The add-on supports two modes of authentication depending on the resource being accessed:
Environments
Uses App Registration credentials (Client ID, Secret, and Tenant ID) with the client_credentials
OAuth2 flow.
Flows, Flow Runs, and Actions
Require both App Registration credentials and a Service Account using the password
OAuth2 flow.
⚠️ Important: You should configure Conditional Access Policies to exclude the service account from MFA (multi-factor authentication) so that ingestion remains uninterrupted.
The Flow Runs input includes an "Ingest Actions" checkbox.
When enabled, the add-on will collect and ingest each action executed during the flow run. This gives full visibility into flow logic and outcomes. You can disable it to limit data volume when actions are not needed.
The add-on is built to support multiple Microsoft 365 tenants. You can configure several App Registrations and Service Accounts within the add-on and assign them to different inputs. This makes it ideal for managed service providers (MSPs) or large organizations operating across several tenants.
To keep your dashboards lean and fast, the add-on creates a flow_run_summary
sourcetype. This single event summarizes every ingestion run of the flow runs input.
Each summary event contains the following fields:
{
"input": "flow_runs",
"run": "<input_name>",
"timestamp": "<ISO time of execution>",
"environments_checked": <number>,
"flows_checked": <number>,
"flow_runs_ingested": <number>,
"flow_actions_ingested": <number>,
"include_actions": <true|false>,
"duration_seconds": <float>
}
Use this sourcetype to monitor ingestion health, spot gaps, measure performance, or create dashboards without relying on the full raw dataset.
Need Help?
💬 Reach out via Spex Support or visit our website: https://www.spex.lu
requests
library.auth
, environments
, flows
, and fetch
modules to accept an optional proxies
parameter.globalConfig
to support proxy setting via UI.app.manifest
with correct versioning and `tarRelease Date: 2025-03-29
Future-proof structure ready to support Flow Runs and Actions
🔐 Credential Management
Securely stores App Registrations and Service Accounts using Splunk’s credential store
💾 Checkpointing System
Flexible checkpoint system supporting KV Store or fallback to local file
🧠 Custom Python Library (spex_m365_automation
)
Abstracts flows, environments and future collectors
⚙️ Built with Splunk’s UCC Framework
As a Splunkbase app developer, you will have access to all Splunk development resources and receive a 10GB license to build an app that will help solve use cases for customers all over the world. Splunkbase has 1000+ apps from Splunk, our partners and our community. Find an app for most any data source and user need, or simply create your own with help from our developer portal.