Sha256: 96c2388b2fa5a4e4b523f5bc9a7386732da29ab0cb896efc29e7761d4cbbdb1c

Contents?: true

Size: 325 Bytes

Versions: 122

Compression:

Stored size: 325 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

122 entries across 122 versions & 2 rubygems

Version Path
fluent-plugin-elasticsearch-5.0.2 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-dext-5.0.2 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-5.0.1 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-5.0.0 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-4.3.3 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-4.3.2 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-4.3.1 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-4.3.0 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-4.2.2 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-4.2.1 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-4.2.0 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-4.1.4 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-4.1.3 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-4.1.2 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-4.1.1 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-4.1.0 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-4.0.11 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-4.0.10 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-4.0.9 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-4.0.8 lib/fluent/plugin/elasticsearch_constants.rb