# Shards failed The data might be incomplete or wrong

**URL:** https://discuss.elastic.co/t/shards-failed-the-data-might-be-incomplete-or-wrong/351244
**Category:** Elasticsearch
**Created:** [January 17, 2024, 9:41am UTC](https://discuss.elastic.co/t/shards-failed-the-data-might-be-incomplete-or-wrong/351244 "2024-01-17T09:41:55Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Bhavani90](https://avatars.discourse-cdn.com/v4/letter/b/a6a055/32.png) [@Bhavani90](https://discuss.elastic.co/u/Bhavani90)
#### Post date: [January 17, 2024, 9:41am UTC](https://discuss.elastic.co/t/shards-failed-the-data-might-be-incomplete-or-wrong/351244/1 "2024-01-17T09:41:55Z")

</div>

Hi I'm Bhavani.

When I try to search for data within a message using quotation marks, I encounter an error like  
( No results found

- **1 of 2868 shards failed**

The data might be incomplete or wrong.).  
How can I resolve this issue, and what's the correct way to search for a specific sentence within a message

---

<div class="post-metadata">

### Author: ![yago82](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/yago82/32/97755_2.png) [@yago82](https://discuss.elastic.co/u/yago82)
#### Post date: [January 17, 2024, 11:01am UTC](https://discuss.elastic.co/t/shards-failed-the-data-might-be-incomplete-or-wrong/351244/2 "2024-01-17T11:01:57Z")

</div>

> [@Bhavani90](#):
>
> Hi I'm Bhavani.
> 
> When I try to search for data within a message using quotation marks, I encounter an error like  
> ( No results found
> 
> - **1 of 2868 shards failed**
> 
> The data might be incomplete or wrong.).  
> How can I resolve this issue, and what's the correct way to search for a specific sentence within a message

Hi,

to get more information about the unassigned shards. Run the following command:

```auto
GET _cluster/allocation/explain?filter_path=index,shard,primary, **.node_name,**.node_decision, **.decider,**.decision, **.*explanation,**.unassigned_info,**.*delay

```

Regards

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [February 14, 2024, 11:02am UTC](https://discuss.elastic.co/t/shards-failed-the-data-might-be-incomplete-or-wrong/351244/3 "2024-02-14T11:02:09Z")

</div>

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