# Data is not showing on kibana console after successful index creation

**URL:** https://discuss.elastic.co/t/data-is-not-showing-on-kibana-console-after-successful-index-creation/354371
**Category:** Elastic Search
**Tags:** elastic-app-search
**Created:** [February 28, 2024, 4:29pm UTC](https://discuss.elastic.co/t/data-is-not-showing-on-kibana-console-after-successful-index-creation/354371 "2024-02-28T16:29:16Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![2328943\_dc](https://avatars.discourse-cdn.com/v4/letter/2/a9adbd/32.png) [@2328943\_dc](https://discuss.elastic.co/u/2328943_dc)
#### Post date: [February 28, 2024, 4:29pm UTC](https://discuss.elastic.co/t/data-is-not-showing-on-kibana-console-after-successful-index-creation/354371/1 "2024-02-28T16:29:16Z")

</div>

we have created index to show documents count & document names.  
Successfully done with index creation but when we checked on our kibana console in discover tab data is coming for documents name only but no any data is available for doc count .  
We are using rsync method to take log file on kibana server also no any issue faced while doing rsync /autoexpect steps .

Attaching the log patterns screenshot .

---\> please find below added logstash code which we are using to show doc counts:

input {  
file  
{  
path =\>["/log/CORRUPTION/Node\_23.35/corrupted\_docs\_count.txt]

```
    sincedb_path => "/dev/null"
    start_position => "beginning"
    tags => ["corruptioncount"]

```

}  
}  
filter {  
if "corruptioncount" in [tags]  
{  
grok {  
match =\> { "message" =\> "(?\<corruption\_count\>[0-9]{0,30})" }  
}  
}  
}  
output { }

---

<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: [March 29, 2024, 5:34am UTC](https://discuss.elastic.co/t/data-is-not-showing-on-kibana-console-after-successful-index-creation/354371/3 "2024-03-29T05:34:47Z")

</div>

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