Skip to content

0.0.24: Remove malformed (#53)

Compare
Choose a tag to compare
@jkrohn00 jkrohn00 released this 25 May 02:47
· 82 commits to master since this release
af251ed
* Removed the malformed property as a default so the date fields can get indexed

* Fixed unit test

* Modified input string to use strict_date_optional_time instead of the manually formatted Z string.  This ES ISO parser accepts it and allows for some more flexibility (date present with no time) around our input stamps without blowing up.

* Changed flatted to object as flattened isn't present in the OSS version of elasticsearch in AWS

* Updated package versions

Co-authored-by: Jason Krohn <[email protected]>