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.12.3 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-2.12.2 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-2.12.1 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-2.12.0 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-2.11.11 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-2.11.10 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-2.11.9 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-2.11.8 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-2.11.7 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-2.11.6 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-2.11.5 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-2.11.4 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-2.11.3 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-2.11.2 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-2.11.1 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-2.11.0 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-2.10.5 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-2.10.4 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-2.10.2 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-2.10.1 lib/fluent/plugin/elasticsearch_constants.rb