etsy / 411

An Alert Management Web Application
https://demo.fouroneone.io
MIT License
971 stars 112 forks source link

requirements of elasticsearch 1.5+ isnt correct #35

Closed ghost closed 8 years ago

ghost commented 8 years ago

411 is using epoch_second pattern which isnt standard available in ES 1.5

ghost commented 8 years ago

See https://www.elastic.co/guide/en/elasticsearch/reference/1.5/mapping-date-format.html

kiwiz commented 8 years ago

Nice catch. I forgot to update this when I removed support for 1.5. Fixed in 8ec2d6f.

brennebeck commented 7 years ago

@kiwiz does this effect the 1.0.1 release? As I'm trying to get that running but I'm getting errors that appear to be related to epoch_second. If so, I don't see a release/tag that would work?