Skip to main content
Question

BeyondTrust EPM SecOps Feed

  • July 13, 2026
  • 2 replies
  • 67 views

invaderzim
Forum|alt.badge.img+1

Following the integration guide Collect BeyondTrust Endpoint Privilege Management (EPM) logs  |  Google Security Operations  |  Google Cloud Documentation

 

The python script is quite outdated and attempts to use an API endpoint (/v2/AuditEvents) that no longer exists on the BeyondTrust swagger docs. The OAuth scope & endpoint have also changed since the guide was written.

 

I believe the replacement API is /v2/ActivityAudits, but the response would change the JSON structure slightly, which then could cause parsing issues.

 

Has anyone had any luck with onboarding this source to SecOps? Fairly new to SecOps, but is there a way to submit a ticket and have someone create an updated guide/script/parser?

 

 

2 replies

hliu
Forum|alt.badge.img+6
  • Bronze 4
  • July 14, 2026

I don’t have BeyondTrust EPM but
raising the support ticket would be indeed the way to go here, since the integration documentation and prebuilt parser are both provided and supported by Google.

Reg the non-existing endpoint, I’ve seen cases where the documented endpoint (by Google) never existed. It could be a simple copy-paste error or complete AI slop.

A quick search shows those v2 endpoints have existed since -at least- March 2023. And Google’s prebuilt parser was created in 2024 and updated in 2026.
The fact that there is no online reference on that non-existing BeyondTrust endpoint other than Google’s own doc, is … definitely sus.

Elastic is using below endpoints. Might as well ask Google to go for the latest v3.
for audit logs: /management-api/v3/ActivityAudits/Details
for event logs: /management-api/v3/Events/search

to open a support ticket: secops UI > top right-hand corner > the “i” icon > technical support. Or direct link.
It’s also recommended to provide in the same ticket the source vendor documentation (BeyondTrust’s in this case).


invaderzim
Forum|alt.badge.img+1
  • Author
  • New Member
  • July 14, 2026

Appreciate the reply and your insight! Agreed is definitely odd. I will go ahead and submit the support tickets. Thanks!