etsy / 411

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

Support for millisecond timestamps #72

Closed kbiedermann closed 7 years ago

kbiedermann commented 8 years ago

Need support for date_field in milliseconds within 411. Able to execute successful searches, but unable to send result to 411 alert index in elasticsearch. Get mapper_parsing_exception and illegal_argument_exception on the alert_date field for Invalid format.

kiwiz commented 8 years ago

Should be fixed via e4df5965b30c0821a78bd0125c1d774b9a2327da. Define the new date_type attribute in your config file (check config_example.php for details).

kbiedermann commented 8 years ago

Even if the date field in ES does not have a # or @? I don't see in the changes the date field for the alert index being set to type epoch_millis so I'm confused if it using milliseconds or converting milliseconds to seconds.

kiwiz commented 7 years ago

Should be all resolved.