discuss elasticsearch
These APIs are responsible for managing all the aspects of index like settings, aliases, mappings, index templates. Create Index This API helps you to create index. Index can be created automatically when a user is passing JSON objects to any index or it can be created before that. To create an index, you just need …