How can i solve 404 error?

{
"error": {
"root_cause": [
{
"type": "index_not_found_exception",
"reason": "no such index [sources]",
"resource.type": "index_or_alias",
"resource.id": "sources",
"index_uuid": "na",
"index": "sources"
}
],
"type": "index_not_found_exception",
"reason": "no such index [sources]",
"resource.type": "index_or_alias",
"resource.id": "sources",
"index_uuid": "na",
"index": "sources"
},
"status": 404
}

Hi @shan7 Welcome to the community!

But you are going to need to provide a lot more information.

What command were you trying to run?

What version are you on?

What are you trying to accomplish?

It looks like you tried to access index named sources but that index does not exist.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.