Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove format for journals 'created_at' field (#428)
- elasticsearch >= 2 will complain about the format, because `basic_date_time` is specified and epoch is given, while es < 2 will silently accept epoch - removing the format should make es < 2 accept the epoch value as usual and let es >= 2 use its default `strict_date_optional_time||epoch_millis`
- Loading branch information