- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi everyone,
I am trying to redirect logs from Splunk Enterprise locally installed to OpenSearch Logstash or to Aws Kinesis.
I am quite new to Splunk so it brings troubles in getting the idea how it can be achieved.
Am I right ? :
1. We can use heavy forwarder so the output can be send to Logstash host and port ?
2. No way to stream data to Aws Kinesis even with add-ons nither CLI nor Web Splunk.
Probably it is possible to use splunk sdk / api for getting stream of data so it can be programmatically transferred to Kinesis by aws jdk.
I hope someone has some experience with it.
Thanks !
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

@nikk - Answers to your questions below:
- Yes, you need to use HF
- Splunk Add-on for AWS is to collect the data in Splunk from AWS, not to send data to AWS Kinesis
- To do that you could use the above-given reference
- forward the data to another Linux machine
- write a custom script to retrieve the data being sent on a port by Splunk
- and send it to AWS Kinesis
I hope this helps!!! Kindly upvote if it does!!!
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

@nikk - Answers to your questions below:
- Yes, you need to use HF
- Splunk Add-on for AWS is to collect the data in Splunk from AWS, not to send data to AWS Kinesis
- To do that you could use the above-given reference
- forward the data to another Linux machine
- write a custom script to retrieve the data being sent on a port by Splunk
- and send it to AWS Kinesis
I hope this helps!!! Kindly upvote if it does!!!
