Rework activity streaming

This commit is contained in:
braginini
2024-08-13 17:55:44 +02:00
parent ccdbc37118
commit 407ccf0025
10 changed files with 275 additions and 158 deletions

View File

@@ -80,7 +80,7 @@ export const docsNavigation = [
links: [
{ title: 'Add users to your network', href: '/how-to/add-users-to-your-network' },
{
title: 'Provision Users & Groups from Identity Provider',
title: 'Provision Users & Groups',
href: '/how-to/idp-sync',
isOpen: false,
links: [
@@ -94,8 +94,17 @@ export const docsNavigation = [
{
title: 'Activity',
links: [
{ title: 'Activity events', href: '/how-to/monitor-system-and-network-activity' },
{ title: 'Activity Events', href: '/how-to/monitor-system-and-network-activity' },
{
title: 'Stream Activity Events',
href: '/how-to/activity-event-streaming',
isOpen: false,
links: [
{ title: 'Datadog', href: '/how-to/stream-activity-to-datadog' },
{ title: 'Amazon S3', href: '/how-to/stream-activity-to-amazon-s3' },
{ title: 'Amazon Firehose', href: '/how-to/stream-activity-to-amazon-firehose'},
]
},
],
},
{