# Elastic Not loading data

**URL:** https://discuss.elastic.co/t/elastic-not-loading-data/341993
**Category:** Elastic Agent
**Created:** [August 30, 2023, 3:31pm UTC](https://discuss.elastic.co/t/elastic-not-loading-data/341993 "2023-08-30T15:31:05Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Sachin\_Sharma](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/sachin_sharma/32/112079_2.png) [@Sachin\_Sharma](https://discuss.elastic.co/u/Sachin_Sharma)
#### Post date: [August 30, 2023, 3:31pm UTC](https://discuss.elastic.co/t/elastic-not-loading-data/341993/1 "2023-08-30T15:31:05Z")

</div>

Hi,

We are using BulkProcessor in java to insert records into Elastic Server. We have ExecutorService that creates 12 threads and also 12 connection pools in db. Each thread sends multiple requests to one BulkProcessor which inserts into Elastic. We have a QA cluster for Elastic that loads it perfectly fine. However prod cluster it says it inserted those records but we can't see it in ElasticVue. Are we missing a setting or why could this be happening? Thank you for your help.

---

<div class="post-metadata">

### Author: ![dadoonet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dadoonet/32/137187_2.png) [@dadoonet](https://discuss.elastic.co/u/dadoonet)
#### Post date: [August 30, 2023, 3:42pm UTC](https://discuss.elastic.co/t/elastic-not-loading-data/341993/2 "2023-08-30T15:42:27Z")

</div>

What is ElasticVue?

Is the index refreshed before you are searching in it? Did you change the refresh settings of the index?

---

<div class="post-metadata">

### Author: ![Sachin\_Sharma](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/sachin_sharma/32/112079_2.png) [@Sachin\_Sharma](https://discuss.elastic.co/u/Sachin_Sharma)
#### Post date: [August 30, 2023, 3:44pm UTC](https://discuss.elastic.co/t/elastic-not-loading-data/341993/3 "2023-08-30T15:44:22Z")

</div>

ElasticVue is an google chrom extension which you can connect to a cluster. That will show the indexes and its basically a UI where u can refresh an index and see real time data. So in that I saw the count which was not matching with how many I counted using afterBulk (Listener).

---

<div class="post-metadata">

### Author: ![dadoonet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dadoonet/32/137187_2.png) [@dadoonet](https://discuss.elastic.co/u/dadoonet)
#### Post date: [August 30, 2023, 3:59pm UTC](https://discuss.elastic.co/t/elastic-not-loading-data/341993/4 "2023-08-30T15:59:42Z")

</div>

May be share some screenshots...

But I'd first check using the Kibana Dev Console with something like:

```auto
GET /_cat/indices/INDEX_NAME?v

```

---

<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: [September 27, 2023, 4:00pm UTC](https://discuss.elastic.co/t/elastic-not-loading-data/341993/5 "2023-09-27T16:00:18Z")

</div>

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