# s3 Input plugin is not sending ELB Data

**URL:** https://discuss.elastic.co/t/s3-input-plugin-is-not-sending-elb-data/42693
**Category:** Logstash
**Created:** [February 25, 2016, 10:16am UTC](https://discuss.elastic.co/t/s3-input-plugin-is-not-sending-elb-data/42693 "2016-02-25T10:16:06Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![aniamin](https://avatars.discourse-cdn.com/v4/letter/a/f08c70/32.png) [@aniamin](https://discuss.elastic.co/u/aniamin)
#### Post date: [February 25, 2016, 10:16am UTC](https://discuss.elastic.co/t/s3-input-plugin-is-not-sending-elb-data/42693/1 "2016-02-25T10:16:06Z")

</div>

I want to send log of ELB to s3 bucket. ELB logs of different service will be in different directory of my main log bucket. When I tried to put that in my input s3 conf, I am not getting any log

Here is my s3 input conf file:  
input {  
s3 {  
bucket =\> "production-logs"  
region =\> "us-east-1"  
prefix =\> "elb/"  
type =\> "elb"  
sincedb\_path =\> "log\_sincedb"  
}  
}

But If I set a name of filepath as prefix then I can view the log in Kibana. (example: elb/production-XXXX/AWSLogs/XXXXXX/elasticloadbalancing/us-east-1/2016/02/24/). But I want to send log from all subdirectory of my bucket

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [February 25, 2016, 11:06pm UTC](https://discuss.elastic.co/t/s3-input-plugin-is-not-sending-elb-data/42693/2 "2016-02-25T23:06:54Z")

</div>

Please don't create multiple threads on the same question - [S3 input plugin](https://discuss.elastic.co/t/s3-input-plugin/42694)

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [February 25, 2016, 11:06pm UTC](https://discuss.elastic.co/t/s3-input-plugin-is-not-sending-elb-data/42693/3 "2016-02-25T23:06:57Z")

</div>


