From f6f72b35d7cb2ef3668db485ea3a96fb9cf3e8b8 Mon Sep 17 00:00:00 2001 From: Zoltan Papp Date: Tue, 17 Oct 2023 11:29:06 +0200 Subject: [PATCH] Add broken event store key description --- src/pages/how-to/monitor-system-and-network-activity.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/pages/how-to/monitor-system-and-network-activity.mdx b/src/pages/how-to/monitor-system-and-network-activity.mdx index 840f27c2..9288f8b5 100644 --- a/src/pages/how-to/monitor-system-and-network-activity.mdx +++ b/src/pages/how-to/monitor-system-and-network-activity.mdx @@ -18,6 +18,12 @@ You can also use the search bar to filter events by activity type. The future versions will support connection events that occur in NetBird agents (e.g., peer A connected to peer B). + + The unknown name or e-mail address. + In the activity event store, the system keeps the user information in encrypted format. If the encryption key has been corrupted, then in the e-mail address or name fields, it could show "unknown". + If the configuration files have been generated by the configure.sh script, then check the backup files in the same folder as the script. Look for the DataStoreEncryptionKey field in the management.json backup files. + + ## Get started