Back to Node Auth0

Interface CreateLogStreamMixpanelRequestBody

docs/interfaces/management.Management.CreateLogStreamMixpanelRequestBody.html

5.9.11.7 KB
Original Source

Interface CreateLogStreamMixpanelRequestBody

interface CreateLogStreamMixpanelRequestBody {
name?: string;
type: "mixpanel";
isPriority?: boolean;
filters?: LogStreamFilter[];
pii_config?: LogStreamPiiConfig;
sink: LogStreamMixpanelSink;
startFrom?: string;
}

Index

Properties

name?typeisPriority?filters?pii_config?sinkstartFrom?

Properties

Optionalname

name?: string

log stream name

type

type: "mixpanel"

OptionalisPriority

isPriority?: boolean

True for priority log streams, false for non-priority

Optionalfilters

filters?: LogStreamFilter[]

Only logs events matching these filters will be delivered by the stream. If omitted or empty, all events will be delivered.

Optionalpii_config

pii_config?: LogStreamPiiConfig

sink

sink: LogStreamMixpanelSink

OptionalstartFrom

startFrom?: string

The optional datetime (ISO 8601) to start streaming logs from

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties nametypeisPriorityfilterspii_configsinkstartFrom