You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need time to check this.
To solve last bug I had to force v5 library .
I must admit this was because I had no time to go into go modules required to use the v7 library.
I had the discussion on a recent Elastic training about how to handle elastic on an application-level (@melvynator).
I feel that rather than upgrade to the elastic v7 library, we should foresee a simpler backend whos role would only be to push data to elastic.
In this sense index management would be by default left to the elastic administrator (mapping or mapping template, ilm, ...).
I would propose the following:
simple post to bulk API
create a mapping template (optional; config file)
use a template for index (i.e vsphere-yyyy-mm-dd; optional; config file)
Would you implement that as an alternative to the elastic backend or as a replacement for it?
With Elastic search 7.0 , types were removed and when creating a mapping it no longer accepts types which is a breaking change.
Reference Urls: https://www.elastic.co/guide/en/elasticsearch/reference/master/removal-of-types.html
The text was updated successfully, but these errors were encountered: