Sha256: ba1b29ff1e48f85e602e8c43349224442fb1afda52bea8ca42ec2199ddedc864

Contents?: true

Size: 285 Bytes

Versions: 22

Compression:

Stored size: 285 Bytes

Contents

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

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
fluent-plugin-elasticsearch-1.18.2 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-1.18.1 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-1.18.0 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-1.17.2 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-1.17.1 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-1.17.0 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-1.16.2 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-1.16.1 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-1.16.0 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-1.15.2 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-1.15.1 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-1.15.0 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-1.14.0 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-1.13.4 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-1.13.3 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-1.13.2 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-1.13.1 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-1.13.0 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-1.12.0 lib/fluent/plugin/elasticsearch_constants.rb
fluent-plugin-elasticsearch-1.12.0.rc.1 lib/fluent/plugin/elasticsearch_constants.rb