# Kinesis Stream Output Not working

**URL:** https://discuss.elastic.co/t/kinesis-stream-output-not-working/90049
**Category:** Logstash
**Created:** [June 20, 2017, 7:04am UTC](https://discuss.elastic.co/t/kinesis-stream-output-not-working/90049 "2017-06-20T07:04:35Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Amir\_Gilad](https://avatars.discourse-cdn.com/v4/letter/a/ba8739/32.png) [@Amir\_Gilad](https://discuss.elastic.co/u/Amir_Gilad)
#### Post date: [June 20, 2017, 7:04am UTC](https://discuss.elastic.co/t/kinesis-stream-output-not-working/90049/1 "2017-06-20T07:04:35Z")

</div>

Hi,

I'm trying to use the Kinesis Stream Output Filter.  
I've found it here:  
[Kinesis Stream Output FIlter Git](https://github.com/samcday/logstash-output-kinesis)

This is the output section from my .conf file:

> ###############################################################################
> 
> ### Output Plugins
> 
> output {
> 
> ### To File:
> 
> file {  
> path =\> "/home/ubuntu/Funkey/LogStashGames/output-tst.txt"  
> }

> ### To Kinesis Stream
> 
> kinesis {  
> access\_key =\> "\<MY\_ACCESS\_KEY\>"  
> secret\_key =\> "MY\_SECRET\_KEY\>"
> 
> ```
> stream_name => "funkey-raw-logs-stream"
> region => "ap-south-1"
> 
> # randomized_partition_key => true		
> 
> ```
> 
> }  
> }  
> ###############################################################################

(I've used the file output as indicator that the flow works OK).  
Now, it seems like the data doesn't reach the stream (I've tested that Kinesis-Stream using other input methods and it worked OK).

I've tested different type of output-filters and they all worked fine.

Any ideas?

Thanks!

---

<div class="post-metadata">

### Author: ![jsvd](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jsvd/32/6203_2.png) [@jsvd](https://discuss.elastic.co/u/jsvd)
#### Post date: [June 20, 2017, 9:38am UTC](https://discuss.elastic.co/t/kinesis-stream-output-not-working/90049/2 "2017-06-20T09:38:49Z")

</div>

this seems to be a bug in that plugin, you'll need to contact the author through the issues page of the github repo [https://github.com/samcday/logstash-output-kinesis/issues](https://github.com/samcday/logstash-output-kinesis/issues)

---

<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 18, 2017, 9:39am UTC](https://discuss.elastic.co/t/kinesis-stream-output-not-working/90049/3 "2017-07-18T09:39:14Z")

</div>

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