table()
Returns
Examples
# Return only the requestId field and userAgent fields,
# out of log events that have the former
requestId:* | table requestId, userAgentLast updated
Was this helpful?
# Return only the requestId field and userAgent fields,
# out of log events that have the former
requestId:* | table requestId, userAgentLast updated
Was this helpful?
Was this helpful?