# I have a use case where I have to send logs data from AWS kinesis firehose to Elastic. Aws Kinesis supports Elastic as a destination with http url and API key but how to secure the data while in transit via internet. any suggestions?

**URL:** https://discuss.elastic.co/t/i-have-a-use-case-where-i-have-to-send-logs-data-from-aws-kinesis-firehose-to-elastic-aws-kinesis-supports-elastic-as-a-destination-with-http-url-and-api-key-but-how-to-secure-the-data-while-in-transit-via-internet-any-suggestions/354682
**Category:** Elastic Search
**Tags:** elastic-app-search
**Created:** [March 5, 2024, 12:21am UTC](https://discuss.elastic.co/t/i-have-a-use-case-where-i-have-to-send-logs-data-from-aws-kinesis-firehose-to-elastic-aws-kinesis-supports-elastic-as-a-destination-with-http-url-and-api-key-but-how-to-secure-the-data-while-in-transit-via-internet-any-suggestions/354682 "2024-03-05T00:21:51Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Tejdeep806](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/tejdeep806/32/132322_2.png) [@Tejdeep806](https://discuss.elastic.co/u/Tejdeep806)
#### Post date: [March 5, 2024, 12:21am UTC](https://discuss.elastic.co/t/i-have-a-use-case-where-i-have-to-send-logs-data-from-aws-kinesis-firehose-to-elastic-aws-kinesis-supports-elastic-as-a-destination-with-http-url-and-api-key-but-how-to-secure-the-data-while-in-transit-via-internet-any-suggestions/354682/1 "2024-03-05T00:21:51Z")

</div>

I have a use case where I have to send logs data from AWS kinesis firehose to Elastic. Aws Kinesis supports Elastic as a destination with http url and API key but how to secure the data while in transit via internet. any suggestions?  
Private link is not supported by Elastic, so looking for any suggestions relating to this?  
Note: I have a transformation lambda attached to kinesis which formats and process records accordingly to elastic index.

---

<div class="post-metadata">

### Author: ![stephenb](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/stephenb/32/40856_2.png) [@stephenb](https://discuss.elastic.co/u/stephenb)
#### Post date: [March 5, 2024, 3:46am UTC](https://discuss.elastic.co/t/i-have-a-use-case-where-i-have-to-send-logs-data-from-aws-kinesis-firehose-to-elastic-aws-kinesis-supports-elastic-as-a-destination-with-http-url-and-api-key-but-how-to-secure-the-data-while-in-transit-via-internet-any-suggestions/354682/2 "2024-03-05T03:46:39Z")

</div>

Hi @Tejdeep806 Welcome to the community.

Are you referring to this integration

> **[Amazon Kinesis Data Firehose setup guide | Amazon Kinesis Data Firehose...](https://www.elastic.co/guide/en/kinesis/current/aws-firehose-setup-guide.html#aws-firehose-config-destination-settings)**

Absolutely supports https / TLS

or are you looking at something else...

---

<div class="post-metadata">

### Author: ![Tejdeep806](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/tejdeep806/32/132322_2.png) [@Tejdeep806](https://discuss.elastic.co/u/Tejdeep806)
#### Post date: [March 5, 2024, 8:23pm UTC](https://discuss.elastic.co/t/i-have-a-use-case-where-i-have-to-send-logs-data-from-aws-kinesis-firehose-to-elastic-aws-kinesis-supports-elastic-as-a-destination-with-http-url-and-api-key-but-how-to-secure-the-data-while-in-transit-via-internet-any-suggestions/354682/3 "2024-03-05T20:23:45Z")

</div>

Hello Stephen,

Thanks for the reply. My main concern was relating to data in transit. If I am sending logs from kinesis to elastic suing https elastic endpoint , would that be enough ?any other way to do it?

---

<div class="post-metadata">

### Author: ![stephenb](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/stephenb/32/40856_2.png) [@stephenb](https://discuss.elastic.co/u/stephenb)
#### Post date: [March 5, 2024, 8:56pm UTC](https://discuss.elastic.co/t/i-have-a-use-case-where-i-have-to-send-logs-data-from-aws-kinesis-firehose-to-elastic-aws-kinesis-supports-elastic-as-a-destination-with-http-url-and-api-key-but-how-to-secure-the-data-while-in-transit-via-internet-any-suggestions/354682/4 "2024-03-05T20:56:37Z")

</div>

HTTPS is the standard encryption in transit mechanisms used 100s of millions times a day across the Internet ..

It is also the mechanism that Elasticsearch supports.

Elasticsearch also supports traffic filters.

If you want to increase security, you can use your own traffic filters, Firewalls and or AWS private link as well.

Those are all your decisions

---

<div class="post-metadata">

### Author: ![Tejdeep806](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/tejdeep806/32/132322_2.png) [@Tejdeep806](https://discuss.elastic.co/u/Tejdeep806)
#### Post date: [March 6, 2024, 2:29am UTC](https://discuss.elastic.co/t/i-have-a-use-case-where-i-have-to-send-logs-data-from-aws-kinesis-firehose-to-elastic-aws-kinesis-supports-elastic-as-a-destination-with-http-url-and-api-key-but-how-to-secure-the-data-while-in-transit-via-internet-any-suggestions/354682/5 "2024-03-06T02:29:37Z")

</div>

![image](https://us1.discourse-cdn.com/elastic/original/3X/d/5/d57604745fc0855d3e2a56b983c7c99980d10691.png)

based on the documentation Private link is not supported by elastic it seems. Will look in to more on https. THanks.

---

<div class="post-metadata">

### Author: ![stephenb](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/stephenb/32/40856_2.png) [@stephenb](https://discuss.elastic.co/u/stephenb)
#### Post date: [March 6, 2024, 4:17am UTC](https://discuss.elastic.co/t/i-have-a-use-case-where-i-have-to-send-logs-data-from-aws-kinesis-firehose-to-elastic-aws-kinesis-supports-elastic-as-a-destination-with-http-url-and-api-key-but-how-to-secure-the-data-while-in-transit-via-internet-any-suggestions/354682/6 "2024-03-06T04:17:04Z")

</div>

Yes for that particular Agent-Less integration does not support Private Link however all the normal Elastic Agent based integration can use Private Link

> **[Amazon Kinesis Data Stream | Documentation](https://docs.elastic.co/integrations/aws/kinesis)**
>
> Collect Amazon Kinesis Data Stream metrics with Elastic Agent

---

<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: [April 3, 2024, 4:17am UTC](https://discuss.elastic.co/t/i-have-a-use-case-where-i-have-to-send-logs-data-from-aws-kinesis-firehose-to-elastic-aws-kinesis-supports-elastic-as-a-destination-with-http-url-and-api-key-but-how-to-secure-the-data-while-in-transit-via-internet-any-suggestions/354682/7 "2024-04-03T04:17:32Z")

</div>

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