mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
- [x] Move all docs to be served under `/docs` prefix - [x] Merge blog articles and serve under `/blog` prefix - [x] Remove docs side bar for blog content - [x] Remake marketing site pages in markdown/react - [x] Serve marketing site under root path - [x] Update all old links and paths to use new prefixes
24 lines
634 B
Plaintext
24 lines
634 B
Plaintext
---
|
|
title: Audit Logs
|
|
sidebar_position: 2
|
|
---
|
|
|
|
# Audit logs
|
|
|
|
:::note
|
|
Audit logs are in early Beta on the Enterprise plan.
|
|
[Contact us](/sales)
|
|
to learn more.
|
|
:::
|
|
|
|
Firezone maintains two types of logs tied to user identity: configuration logs
|
|
and network activity logs.
|
|
|
|
Configuration logs track events related to the configuration of Firezone
|
|
itself, either by admins or users. Network activity logs track connections to
|
|
protected resources made by users of your network.
|
|
|
|
Logged events are recorded as JSON objects and stored in the database. These
|
|
are accessible via a REST API or the Firezone portal, and exportable to CSV
|
|
format.
|