Login
Remember
Register
Ask a Question
Please explain the procedure to add or create an index in Elasticsearch Cluster?
+1
vote
asked
Feb 24, 2023
in
ElasticSearch
by
rajeshsharma
Please explain the procedure to add or create an index in Elasticsearch Cluster?
elasticseach
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 24, 2023
by
rajeshsharma
To add a new index, create an index API option should be used. The parameters required to create the index is Configuration setting of an index, Fields mapping in the index as well as Index aliases
...