For my application logging I am planning to forward the log from my on-premise servers to AWS Kinesis firehose. I am trying to use Logstash and the log-stash-output-plugin https://github.com/samcday/logstash-output-kinesis
But I think this plugin requires to forward the log data to Kinesis Data Stream and then we can create a pipe to Kinesis Firehose. If we point to the Kinesis Firehose Delivery stream then we are getting the error - ResourceNotFoundException Message: Stream test under account XXXX not found
But if we point the log-stash to Kinesis data stream and then pipe it to Kinesis Firehose then it is working fine.
Have anyone used this log-stashoutput plugin to forward the log data directly to Kinesis Firehose.