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