Skip to content

/AWS1/CL_CWLLIVETAILSESSSTART

This object contains information about this Live Tail session, including the log groups included and the log stream filters, if any.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_requestid TYPE /AWS1/CWLREQUESTID /AWS1/CWLREQUESTID

The unique ID generated by CloudWatch Logs to identify this Live Tail session request.

iv_sessionid TYPE /AWS1/CWLSESSIONID /AWS1/CWLSESSIONID

The unique ID generated by CloudWatch Logs to identify this Live Tail session.

it_loggroupidentifiers TYPE /AWS1/CL_CWLSTRTLIVETAILLOGG00=>TT_STARTLIVETAILLOGGROUPIDS TT_STARTLIVETAILLOGGROUPIDS

An array of the names and ARNs of the log groups included in this Live Tail session.

it_logstreamnames TYPE /AWS1/CL_CWLINPLOGSTRMNAMES_W=>TT_INPUTLOGSTREAMNAMES TT_INPUTLOGSTREAMNAMES

If your StartLiveTail operation request included a logStreamNames parameter that filtered the session to only include certain log streams, these streams are listed here.

it_logstreamnameprefixes TYPE /AWS1/CL_CWLINPLOGSTRMNAMES_W=>TT_INPUTLOGSTREAMNAMES TT_INPUTLOGSTREAMNAMES

If your StartLiveTail operation request included a logStreamNamePrefixes parameter that filtered the session to only include log streams that have names that start with certain prefixes, these prefixes are listed here.

iv_logeventfilterpattern TYPE /AWS1/CWLFILTERPATTERN /AWS1/CWLFILTERPATTERN

An optional pattern to filter the results to include only log events that match the pattern. For example, a filter pattern of error 404 displays only log events that include both error and 404.

For more information about filter pattern syntax, see Filter and Pattern Syntax.


Queryable Attributes

requestId

The unique ID generated by CloudWatch Logs to identify this Live Tail session request.

Accessible with the following methods

Method Description
GET_REQUESTID() Getter for REQUESTID, with configurable default
ASK_REQUESTID() Getter for REQUESTID w/ exceptions if field has no value
HAS_REQUESTID() Determine if REQUESTID has a value

sessionId

The unique ID generated by CloudWatch Logs to identify this Live Tail session.

Accessible with the following methods

Method Description
GET_SESSIONID() Getter for SESSIONID, with configurable default
ASK_SESSIONID() Getter for SESSIONID w/ exceptions if field has no value
HAS_SESSIONID() Determine if SESSIONID has a value

logGroupIdentifiers

An array of the names and ARNs of the log groups included in this Live Tail session.

Accessible with the following methods

Method Description
GET_LOGGROUPIDENTIFIERS() Getter for LOGGROUPIDENTIFIERS, with configurable default
ASK_LOGGROUPIDENTIFIERS() Getter for LOGGROUPIDENTIFIERS w/ exceptions if field has no
HAS_LOGGROUPIDENTIFIERS() Determine if LOGGROUPIDENTIFIERS has a value

logStreamNames

If your StartLiveTail operation request included a logStreamNames parameter that filtered the session to only include certain log streams, these streams are listed here.

Accessible with the following methods

Method Description
GET_LOGSTREAMNAMES() Getter for LOGSTREAMNAMES, with configurable default
ASK_LOGSTREAMNAMES() Getter for LOGSTREAMNAMES w/ exceptions if field has no valu
HAS_LOGSTREAMNAMES() Determine if LOGSTREAMNAMES has a value

logStreamNamePrefixes

If your StartLiveTail operation request included a logStreamNamePrefixes parameter that filtered the session to only include log streams that have names that start with certain prefixes, these prefixes are listed here.

Accessible with the following methods

Method Description
GET_LOGSTREAMNAMEPREFIXES() Getter for LOGSTREAMNAMEPREFIXES, with configurable default
ASK_LOGSTREAMNAMEPREFIXES() Getter for LOGSTREAMNAMEPREFIXES w/ exceptions if field has
HAS_LOGSTREAMNAMEPREFIXES() Determine if LOGSTREAMNAMEPREFIXES has a value

logEventFilterPattern

An optional pattern to filter the results to include only log events that match the pattern. For example, a filter pattern of error 404 displays only log events that include both error and 404.

For more information about filter pattern syntax, see Filter and Pattern Syntax.

Accessible with the following methods

Method Description
GET_LOGEVENTFILTERPATTERN() Getter for LOGEVENTFILTERPATTERN, with configurable default
ASK_LOGEVENTFILTERPATTERN() Getter for LOGEVENTFILTERPATTERN w/ exceptions if field has
HAS_LOGEVENTFILTERPATTERN() Determine if LOGEVENTFILTERPATTERN has a value