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-2.10.0 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-2.9.2 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-2.9.1 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-2.9.0 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-2.8.6 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-2.8.5 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-2.8.4 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-2.8.3 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-2.8.2 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-2.8.1 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-2.8.0 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-2.7.0 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-2.6.1 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-2.6.0 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-2.5.0 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-2.4.1 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-2.4.0 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-2.3.0 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-2.2.0 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-2.2.0.rc.1 lib/fluent/plugin/elasticsearch_constants.rb