Skip to main content Link Menu Expand (external link) Document Search Copy Copied

auth0 logs streams create eventbridge

Stream real-time Auth0 data to over 15 targets like AWS Lambda.

To create interactively, use auth0 logs streams create eventbridge with no arguments.

To create non-interactively, supply the log stream name and other information through the flags.

Usage

auth0 logs streams create eventbridge [flags]

Examples

  auth0 logs streams create eventbridge
  auth0 logs streams create eventbridge --name <name>
  auth0 logs streams create eventbridge --name <name> --aws-id <aws-id>
  auth0 logs streams create eventbridge --name <name> --aws-id <aws-id> --aws-region <aws-region>
  auth0 logs streams create eventbridge -n <name> -i <aws-id> -r <aws-region>
  auth0 logs streams create eventbridge -n mylogstream -i 999999999999 -r "eu-west-1" --json

Flags

  -i, --aws-id string       ID of the AWS account.
  -r, --aws-region string   The AWS region in which eventbridge will be created, e.g. 'us-east-2'.
      --json                Output in json format.
  -n, --name string         The name of the log stream.

Inherited Flags

      --debug           Enable debug mode.
      --no-color        Disable colors.
      --no-input        Disable interactivity.
      --tenant string   Specific tenant to use.