Add @Timestamp to your Python Elasticsearch DSL Model
The Python Elasticsearch Domain Specific Language (DSL) lets you create models via Python objects. Take a look at the model Elastic creates in their persistence example. #!/usr/bin/env python # persist.py from datetime import datetime from...