Hi Ravi, After a quick investigation I would say that the problem is here: https://github.com/mallocator/Elasticsearch-BigQuery-River/blob/master/src/main/java/org/elasticsearch/river/bigquery/BigQueryRiver.java#L391
The timestamp should be set in milliseconds so removing the / 1000 should solve your issue. Hope this help -- Benjamin DEVEZE -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CABecc28Fa7eM_ixGWzkkhw8c6ACOzc0FX-tkWf51uxFJKJBBbQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
