Sha256: ba1b29ff1e48f85e602e8c43349224442fb1afda52bea8ca42ec2199ddedc864

Contents?: true

Size: 285 Bytes

Versions: 22

Compression:

Stored size: 285 Bytes

Contents

module Fluent
  module ElasticsearchConstants
    BODY_DELIMITER = "\n".freeze
    UPDATE_OP = "update".freeze
    UPSERT_OP = "upsert".freeze
    CREATE_OP = "create".freeze
    INDEX_OP = "index".freeze
    ID_FIELD = "_id".freeze
    TIMESTAMP_FIELD = "@timestamp".freeze
  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
fluent-plugin-elasticsearch-1.11.1 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-1.11.0 lib/fluent/plugin/elasticsearch_constants.rb