# Can't connect to http-input of Logstash on Elastic Cloud

**URL:** https://discuss.elastic.co/t/cant-connect-to-http-input-of-logstash-on-elastic-cloud/283822
**Category:** Logstash
**Created:** [September 9, 2021, 9:37pm UTC](https://discuss.elastic.co/t/cant-connect-to-http-input-of-logstash-on-elastic-cloud/283822 "2021-09-09T21:37:05Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Samuel\_Wehrli](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/samuel_wehrli/32/78663_2.png) [@Samuel\_Wehrli](https://discuss.elastic.co/u/Samuel_Wehrli)
#### Post date: [September 9, 2021, 9:37pm UTC](https://discuss.elastic.co/t/cant-connect-to-http-input-of-logstash-on-elastic-cloud/283822/1 "2021-09-09T21:37:05Z")

</div>

Hi, i just deployed an elastic cloud instance on google cloud. I want to use the http input plugin of Logstash to receive sensor data (from "the things network") via webhook requests. I configured the Logstash pipeline on the elastic cloud as follows:

```auto
input {
  http {
    host => "0.0.0.0"
    port => "8080"
  }
}
filter {
}
output {
  elasticsearch {
    index => "mytestindex"
  }
}

```

I would like to use the port 8080 for the incoming requests. However, I cannot connect to this port on the elastic cloud as it is probably closed. How can I enable this? And is my intended solution a good one for receiving data from a webhook?

Thanks! Samuel

---

<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: [September 9, 2021, 11:29pm UTC](https://discuss.elastic.co/t/cant-connect-to-http-input-of-logstash-on-elastic-cloud/283822/2 "2021-09-09T23:29:12Z")

</div>

Welcome to our community! 😃

Elastic Cloud doesn't provide hosted Logstash, you need to have this hosted externally.

---

<div class="post-metadata">

### Author: ![Samuel\_Wehrli](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/samuel_wehrli/32/78663_2.png) [@Samuel\_Wehrli](https://discuss.elastic.co/u/Samuel_Wehrli)
#### Post date: [September 10, 2021, 5:07am UTC](https://discuss.elastic.co/t/cant-connect-to-http-input-of-logstash-on-elastic-cloud/283822/3 "2021-09-10T05:07:11Z")

</div>

Dear Mark

Thanks for you reply. I thought so too before I deployed. But then, to my suprise, I found it integrated in elastic cloud:

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

So know I'm wondering how to configure the ports für the http input.

---

<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: [September 10, 2021, 5:11am UTC](https://discuss.elastic.co/t/cant-connect-to-http-input-of-logstash-on-elastic-cloud/283822/4 "2021-09-10T05:11:23Z")

</div>

That's the UI for [Centralized Pipeline Management | Logstash Reference [7.14] | Elastic](https://www.elastic.co/guide/en/logstash/current/logstash-centralized-pipeline-management.html).

---

<div class="post-metadata">

### Author: ![Samuel\_Wehrli](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/samuel_wehrli/32/78663_2.png) [@Samuel\_Wehrli](https://discuss.elastic.co/u/Samuel_Wehrli)
#### Post date: [September 10, 2021, 6:05am UTC](https://discuss.elastic.co/t/cant-connect-to-http-input-of-logstash-on-elastic-cloud/283822/5 "2021-09-10T06:05:53Z")

</div>

Mark, thanks, my understanding now is that I need to run logstash somewhere else and then connect to elastic cloud which would allow me to configure my logstash with the elastic cloud UI. Right?

---

<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: [September 13, 2021, 12:44am UTC](https://discuss.elastic.co/t/cant-connect-to-http-input-of-logstash-on-elastic-cloud/283822/6 "2021-09-13T00:44:25Z")

</div>

That is correct.

---

<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: [October 11, 2021, 12:44am UTC](https://discuss.elastic.co/t/cant-connect-to-http-input-of-logstash-on-elastic-cloud/283822/7 "2021-10-11T00:44:55Z")

</div>

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