Method: Gcloud::Logging::Sink#filter

Defined in:
lib/gcloud/logging/sink.rb

#filterObject

An [advanced logs filter](cloud.google.com/logging/docs/view/advanced_filters) that defines the log entries to be exported. The filter must be consistent with the log entry format designed by the version parameter, regardless of the format of the log entry that was originally written to Stackdriver Logging.



103
104
105
# File 'lib/gcloud/logging/sink.rb', line 103

def filter
  @grpc.filter
end