11

Sometimes when searching logs by keyword or other conditions, I want to show not only the lines which match the condition, but also a few lines around them to better understand the context, similar to the -C flag of grep.

Is this possible?

Dagang
  • 24,586
  • 26
  • 88
  • 133

2 Answers2

6

Also looking for this. What I found so far is the option to "Pin and show resource log entries" for a matched result. It will pin the entry, and then show it inline with the rest of the log

Pin options once you click the icon

Oded Ben Dov
  • 9,936
  • 6
  • 38
  • 53
3

I do not think it is possible to achieve this on Google Cloud Logging.

I usually run a first query, get the timestamp of the log that I am interested in and then run a second query using Custom time range.

Advanced logs queries

marian.vladoi
  • 7,663
  • 1
  • 15
  • 29