Reputation: 1379
I am looking for Elastic Search configuration for index mapping which can be used by all index.
For example - We will create index per customer with same set of mappings. So for this can we set this mapping somewhere in Elastic Search? So that we can create index directly without sending mapping all the time?
Thanks, Sameer
Upvotes: 0
Views: 82
Reputation: 16362
You're probably looking for a template, which you can define to apply to a new index with a given name. Check out the official doc or maybe this blog will help.
Upvotes: 1