Depositor internals¶
Translation table¶
The translation table from SP-Lang types to ElasticSearch types is part of the Depositor repository and container in lmiodepositor/elasticsearchartifacts/translation_table.json
.
Datetime conversion¶
Depositor checks for fields in the events that have the type datetime
in the schema.
If the value of the field is in SP-Lang datetime integers, the date is transformed to ISO format suitable for ElasticSearch.
However, before deployment, make sure the translation table mentioned above contains proper format definition.