Module: Fluent::Plugin::InsertIdFilter::ConfigConstants

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

Constant Summary collapse

DEFAULT_INSERT_ID_KEY =

The default field name of inserted id

'insert-id'.freeze
INSERT_ID_SIZE =

The character size of the inserted id.

16
ALLOWED_CHARS =

The characters that are allowed in the inserted id.

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