# Kibana not showing logs from logstash-\* if input is from s3 bucket

**URL:** https://discuss.elastic.co/t/kibana-not-showing-logs-from-logstash-if-input-is-from-s3-bucket/86956
**Category:** Kibana
**Created:** [May 24, 2017, 11:30am UTC](https://discuss.elastic.co/t/kibana-not-showing-logs-from-logstash-if-input-is-from-s3-bucket/86956 "2017-05-24T11:30:55Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Sunil\_M](https://avatars.discourse-cdn.com/v4/letter/s/9f8e36/32.png) [@Sunil\_M](https://discuss.elastic.co/u/Sunil_M)
#### Post date: [May 24, 2017, 11:30am UTC](https://discuss.elastic.co/t/kibana-not-showing-logs-from-logstash-if-input-is-from-s3-bucket/86956/1 "2017-05-24T11:30:55Z")

</div>

Hi,  
I have one server with logstash installed and another one with elasticsearch and kibana.  
In logstash server  
if i use **input**  
file {  
path =\> "name.log"  
start\_position =\> "beginning"  
sincedb\_path =\> "/dev/null"  
codec =\> "json"  
}

then its inserted in leastic and kibana shows all the logs correctly.

But if i use **input{}**  
s3 {  
access\_key\_id =\> "XXXXXXX"  
bucket =\> "DFDFD"  
region =\> "REE"  
secret\_access\_key =\> "BHBHBHB"  
prefix =\> "myfile"  
sincedb\_path =\> "/dev/null"  
codec =\> "json"  
backup\_add\_prefix =\> "PNAME"  
backup\_to\_bucket =\> 'BNAME'  
delete =\> true  
}  
data is inserted in elastic but its not logged in the kibana.

Is there anything i am missing out in this?  
Help appreciated.

---

<div class="post-metadata">

### Author: ![Leandro\_Sampaio](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/leandro_sampaio/32/18409_2.png) [@Leandro\_Sampaio](https://discuss.elastic.co/u/Leandro_Sampaio)
#### Post date: [May 24, 2017, 11:52am UTC](https://discuss.elastic.co/t/kibana-not-showing-logs-from-logstash-if-input-is-from-s3-bucket/86956/2 "2017-05-24T11:52:56Z")

</div>

How do you see a data in elasticsearch?? Can you post something??

---

<div class="post-metadata">

### Author: ![Sunil\_M](https://avatars.discourse-cdn.com/v4/letter/s/9f8e36/32.png) [@Sunil\_M](https://discuss.elastic.co/u/Sunil_M)
#### Post date: [May 24, 2017, 11:55am UTC](https://discuss.elastic.co/t/kibana-not-showing-logs-from-logstash-if-input-is-from-s3-bucket/86956/3 "2017-05-24T11:55:37Z")

</div>

In Kibana =\> dev tool  
run  
GET /tests3index/tests3type/\_search

---

<div class="post-metadata">

### Author: ![Leandro\_Sampaio](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/leandro_sampaio/32/18409_2.png) [@Leandro\_Sampaio](https://discuss.elastic.co/u/Leandro_Sampaio)
#### Post date: [June 14, 2017, 6:36pm UTC](https://discuss.elastic.co/t/kibana-not-showing-logs-from-logstash-if-input-is-from-s3-bucket/86956/4 "2017-06-14T18:36:40Z")

</div>

I didnt understand yet... Why S3 and not elasticsearch tag on output... How do you could see a data in elasticsearch e didnt see in kibana.... Did you filter the date correctity??

---

<div class="post-metadata">

### Author: ![Sunil\_M](https://avatars.discourse-cdn.com/v4/letter/s/9f8e36/32.png) [@Sunil\_M](https://discuss.elastic.co/u/Sunil_M)
#### Post date: [June 22, 2017, 10:18am UTC](https://discuss.elastic.co/t/kibana-not-showing-logs-from-logstash-if-input-is-from-s3-bucket/86956/5 "2017-06-22T10:18:58Z")

</div>

Hi,  
I fixed the issue the kibana and YML files was not configured properly.

---

<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: [July 20, 2017, 10:19am UTC](https://discuss.elastic.co/t/kibana-not-showing-logs-from-logstash-if-input-is-from-s3-bucket/86956/6 "2017-07-20T10:19:26Z")

</div>

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