Module: Fluent::GoogleCloudOutput::ConfigConstants

Defined in:
lib/fluent/plugin/out_google_cloud.rb

Overview

Constants for configuration.

Constant Summary collapse

DEFAULT_HTTP_REQUEST_KEY =

Default values for JSON payload keys to set the “httpRequest”, “operation”, “sourceLocation”, “trace” fields in the LogEntry.

'httpRequest'
DEFAULT_OPERATION_KEY =
'logging.googleapis.com/operation'
DEFAULT_SOURCE_LOCATION_KEY =
'logging.googleapis.com/sourceLocation'
DEFAULT_TRACE_KEY =
'logging.googleapis.com/trace'
DEFAULT_METADATA_AGENT_URL =
'http://local-metadata-agent.stackdriver.com:8000'