Module: Fluent::AddInsertIdsFilter::ConfigConstants

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

Overview

Constants for configuration.

Constant Summary collapse

DEFAULT_INSERT_ID_KEY =

The default field name of insertIds in the log entry.

'logging.googleapis.com/insertId'.freeze
INSERT_ID_SIZE =

The character size of the insertIds. This matches the setup in the Stackdriver Logging backend.

17
ALLOWED_CHARS =

The characters that are allowed in the insertIds. This matches the allowed collection by the Stackdriver Logging Backend.

(Array(0..9) + Array('a'..'z')).freeze