Sha256: 0509209059b8db6a9a2182b5f80e7898f9501d3c507868011df4e2041ddfb1d8

Contents?: true

Size: 338 Bytes

Versions: 5

Compression:

Stored size: 338 Bytes

Contents

module Fluent
  module Plugin
    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
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
fluent-plugin-elasticsearch2-3.5.7 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch2-3.5.6 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch2-3.5.5 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-3.5.4 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-2.10.3 lib/fluent/plugin/elasticsearch_constants.rb