/AWS1/CL_CWLLIVETAILSESSUPDATE¶
This object contains the log events and metadata for a Live Tail session.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_sessionmetadata TYPE REF TO /AWS1/CL_CWLLIVETAILSESSIONMET /AWS1/CL_CWLLIVETAILSESSIONMET¶
This object contains the session metadata for a Live Tail session.
it_sessionresults TYPE /AWS1/CL_CWLLIVETAILSESSLOGEVT=>TT_LIVETAILSESSIONRESULTS TT_LIVETAILSESSIONRESULTS¶
An array, where each member of the array includes the information for one log event in the Live Tail session.
A
sessionResultsarray can include as many as 500 log events. If the number of log events matching the request exceeds 500 per second, the log events are sampled down to 500 log events to be included in eachsessionUpdatestructure.
Queryable Attributes¶
sessionMetadata¶
This object contains the session metadata for a Live Tail session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SESSIONMETADATA() |
Getter for SESSIONMETADATA |
sessionResults¶
An array, where each member of the array includes the information for one log event in the Live Tail session.
A
sessionResultsarray can include as many as 500 log events. If the number of log events matching the request exceeds 500 per second, the log events are sampled down to 500 log events to be included in eachsessionUpdatestructure.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SESSIONRESULTS() |
Getter for SESSIONRESULTS, with configurable default |
ASK_SESSIONRESULTS() |
Getter for SESSIONRESULTS w/ exceptions if field has no valu |
HAS_SESSIONRESULTS() |
Determine if SESSIONRESULTS has a value |