You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: 'Hypr Audit Trail and Hyper App Audit Trail'
3
+
short_title: hypr
4
+
id: adm-src-hypr
5
+
description: >-
6
+
This source is available in syslog-ng OSE 4.2 and later versions. Using this source syslog-ng OSE can fetch events from the Hypr REST API using the following drivers:
7
+
---
8
+
*`hypr-audit-trail()`: is a source driver that pulls messages from the Hypr API, associated to any RP Application ID.
9
+
*`hypr-app-audit-trail()`: is a source driver that pulls messages from the Hypr API, but only those associated to a specific RP Application ID.
10
+
11
+
**Note:** Applications that are registered after syslog-ng is started are not recognized.
12
+
{: .notice--info}
13
+
14
+
## Hyper Audit Trail
15
+
16
+
The `hypr-audit-trail()` source queries the Hypr API for the list of potential applications at startup, then monitors the audit trail for each of the detected applications.
The `hypr-app-audit-trail()` monitors the audit trail for one specific RP Application ID. This driver requires the `rp-app-id()` parameter in order to operate.
50
+
51
+
## Acknowledgements
52
+
53
+
These chapters are based on hypr-audit-trail() documentation written by Dan Elder and Axoflow.
0 commit comments