# No index found in kibana index pattern after ship a json-format log file to ES

**URL:** https://discuss.elastic.co/t/no-index-found-in-kibana-index-pattern-after-ship-a-json-format-log-file-to-es/134053
**Category:** Beats
**Tags:** filebeat
**Created:** [May 31, 2018, 12:55pm UTC](https://discuss.elastic.co/t/no-index-found-in-kibana-index-pattern-after-ship-a-json-format-log-file-to-es/134053 "2018-05-31T12:55:08Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Kevin.Wu](https://avatars.discourse-cdn.com/v4/letter/k/a5b964/32.png) [@Kevin.Wu](https://discuss.elastic.co/u/Kevin.Wu)
#### Post date: [May 31, 2018, 12:55pm UTC](https://discuss.elastic.co/t/no-index-found-in-kibana-index-pattern-after-ship-a-json-format-log-file-to-es/134053/1 "2018-05-31T12:55:08Z")

</div>

Hi, guys

I'm a newbee to FileBeat. Recently, I was trying to ship a custom json-format log file to ES. The file looks like this:

> {"id":"8cb66f382d418648d0a26f5de7369e315eb06a82","status":"running","configPath":"/mnt/sdb1/storj/storage1","uptime":"9d 5h 40m 22s","restarts":0,"peers":22,"allocs":29,"dataReceivedCount":0,"delta":"39ms","port":4000,"shared":"23.32MB","sharedPercent":"0","bridgeConnectionStatus":"connected"}  
> {"id":"1295583a1c2367f1eda991ab438519dbea1d4ef1","status":"running","configPath":"/mnt/sdb1/storj/storage3","uptime":"9d 5h 39m 56s","restarts":0,"peers":42,"allocs":33,"dataReceivedCount":0,"delta":"42ms","port":40002,"shared":"...","sharedPercent":"...","bridgeConnectionStatus":"connected"}

And the filebeat.yml :

> filebeat.prospectors:  
> -type: log  
> enabled: true  
> paths: - /root/data.json  
> json.keys\_under\_root: true  
> json.overwrite\_keys: true  
> json.add\_error\_key: true  
> json.message\_key: log  
> output.elasticsearch:  
> hosts: ["192.168.8.232:9200"]  
> #Optional protocol and basic auth credentials.  
> #protocol: "https"  
> username: "elastic"  
> password: "LzxOPeLupVovJSmJTXkq"

I saw that the log file can be sended to ES. and I want to use kibana to show the json data, but except the default index filebeat\*, There is no index associated with the log file I want. What can I do now? Any suggestions , Thank you .

---

<div class="post-metadata">

### Author: ![exekias](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/exekias/32/28718_2.png) [@exekias](https://discuss.elastic.co/u/exekias)
#### Post date: [May 31, 2018, 10:25pm UTC](https://discuss.elastic.co/t/no-index-found-in-kibana-index-pattern-after-ship-a-json-format-log-file-to-es/134053/2 "2018-05-31T22:25:18Z")

</div>

Hi @Kevin.Wu,

Filebeat sends logs to `filebeat-*` indices by default, if everything is working correctly your logs should appear there. Did you check in under that index pattern?

Best regards

---

<div class="post-metadata">

### Author: ![Kevin.Wu](https://avatars.discourse-cdn.com/v4/letter/k/a5b964/32.png) [@Kevin.Wu](https://discuss.elastic.co/u/Kevin.Wu)
#### Post date: [June 1, 2018, 3:02am UTC](https://discuss.elastic.co/t/no-index-found-in-kibana-index-pattern-after-ship-a-json-format-log-file-to-es/134053/3 "2018-06-01T03:02:13Z")

</div>

Thanks for reply @exekias , Yes, I found the messages I need among all of these

 ![QQ%E6%88%AA%E5%9B%BE20180601110050](https://us1.discourse-cdn.com/elastic/original/3X/3/c/3cd7c7243d0632b4bd173573c3e5582f3ceb08ef.png)

I just missed it. Now everything is working well , Thanks.

---

<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: [June 29, 2018, 3:02am UTC](https://discuss.elastic.co/t/no-index-found-in-kibana-index-pattern-after-ship-a-json-format-log-file-to-es/134053/4 "2018-06-29T03:02:17Z")

</div>

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