I am trying to stream twitter to elasticsearch. I am having no problems if i do not create any index before streaming, but in such a way i can't filter by date and create timelines. I tried to use this mapping:
https://gist.github.com/christinabo/ca99793a5d160fe12fd9a31827e74444
that allegedly allows for "date" to be correctly picked by ES, but i receive this error when creating the index:
"type": "illegal_argument_exception", "reason": "unknown setting [index.twitter.mappings._doc.properties.coordinates.properties.coordinates.type] please check that any required plugins are installed, or check the breaking changes documentation for removed settings"
what's wrong?
thanks