human-readable key name
a promise resolving to an object containing the log api key and secret
Delete log api key
key id
a promise resolving to an object containing the log api key
Delete all log api keys
a promise resolving to an array of log api key objects
Fetch logs
log source(s) to tail
start timestamp
end timestamp
paged results cookie
promise resolving to paged log event result
Get default noise filter
array of default event types and loggers to be filtered out
Get log api key
key id
promise resolving to a LogApiKey objects
Get available log sources
promise resolving to an array of available log sources
Validate log api key and secret
log api key id
log api secret
a promise resolving to true if the key is valid, false otherwise
Resolve log level to an array of effective log levels
string or numeric log level: 'FATAL', 'ERROR', 'WARN', 'INFO', 'DEBUG', 'TRACE', 'ALL', 0, 1, 2, 3, 4
array of effective log levels
Tail logs
log source(s) to tail
paged results cookie
promise resolving to paged log event result
Create log api key