Skip to content

import { Steps } from ‘@astrojs/starlight/components’;

To create a new Log Stream to an AWS S3 Bucket, follow these steps:

  1. Log into your Aembit tenant.

  2. Once you are logged in, click on the Administration tab in the left navigation pane. You will be redirected to the Administration Overview page.

  3. Select Log Streams from the top navigation bar. The Log Streams page appears, displaying all existing Log Streams.

    Log Streams Main Page

  4. Click + New, which displays the Log Streams pop out window.

    Log Streams - AWS S3

  5. Enter the following information in the window:

    • Name: The name of the new Log Stream you want to create.

    • Description: A text description for the new Log Stream.

    • Stream Type: The types of events you would like to have associated with the Log Stream.

      Options are: Access Authorization Events, Audit Logs, and Workload Events

    • Destination Type: The type of service you would like to have your newly created Log Stream information forwarded to for further analysis and study. Select AWS S3 using Bucket Policy from the drop-down menu.

      For more detailed information on how to create an AWS S3 Bucket, please refer to the Amazon AWS S3 technical documentation.

  6. Add your information for the AWS S3 Bucket in the following fields:

    • S3 Bucket Region

    • S3 Bucket Name

    • S3 Path Prefix

    You will also notice a generated Bucket Resource Policy in the Destination Bucket Policyfield. Make sure you apply this policy to the Destination Bucket.

  7. Click Save. Your new Log Stream will be saved, and then displayed on the main Log Streams page.