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.4.3 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-5.4.2 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-5.4.1 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-5.4.0 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-5.3.0 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-5.2.5 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-5.2.4 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-5.2.3 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-5.2.2 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-5.2.1 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-5.2.0 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-5.1.5 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-5.1.4 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-5.1.3 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-5.1.2 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-5.1.1 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-5.1.0 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-5.0.5 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-5.0.4 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-5.0.3 lib/fluent/plugin/elasticsearch_constants.rb