Elasticsearch returns IndexMissingException Elasticsearch returns IndexMissingException mongoose mongoose

Elasticsearch returns IndexMissingException


As the error suggest there is no index named 'ads' in your cluster. Index is automatically created unless you have set the property "action.auto_create_index" to false in your elasticsearch configuration. You can create the index programmatically or by running a curl request.Refer to create index api.