Back to Node Auth0

Interface LogStreamSplunkResponseSchema

docs/interfaces/management.Management.LogStreamSplunkResponseSchema.html

5.9.12.1 KB
Original Source

Interface LogStreamSplunkResponseSchema

interface LogStreamSplunkResponseSchema {
id?: string;
name?: string;
status?: Management.LogStreamStatusEnum;
type?: "splunk";
isPriority?: boolean;
filters?: LogStreamFilter[];
pii_config?: LogStreamPiiConfig;
sink?: LogStreamSplunkSink;
key: string: any;
}

Indexable

Accepts any additional properties

Index

Properties

id?name?status?type?isPriority?filters?pii_config?sink?

Properties

Optionalid

id?: string

The id of the log stream

Optionalname

name?: string

log stream name

Optionalstatus

status?: Management.LogStreamStatusEnum

Optionaltype

type?: "splunk"

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

Optionalsink

sink?: LogStreamSplunkSink

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idnamestatustypeisPriorityfilterspii_configsink