# Make Elastic Stack listen on localhost AND external IPs?

**URL:** https://discuss.elastic.co/t/make-elastic-stack-listen-on-localhost-and-external-ips/259275
**Category:** Elasticsearch
**Created:** [December 21, 2020, 3:02pm UTC](https://discuss.elastic.co/t/make-elastic-stack-listen-on-localhost-and-external-ips/259275 "2020-12-21T15:02:32Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![riahc3](https://avatars.discourse-cdn.com/v4/letter/r/d6d6ee/32.png) [@riahc3](https://discuss.elastic.co/u/riahc3)
#### Post date: [December 21, 2020, 3:02pm UTC](https://discuss.elastic.co/t/make-elastic-stack-listen-on-localhost-and-external-ips/259275/1 "2020-12-21T15:02:33Z")

</div>

Hello

I want to able to make my Elastic Stack (Elasticsearch, Logstash, Kibana, and Beats) all listen on the localhost AND on the external IP (or at least bind it to a IP)

All I see is creating a reverse proxy with Nginx and its something I rather avoid.

How can I do this?

---

<div class="post-metadata">

### Author: ![DavidTurner](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/davidturner/32/22453_2.png) [@DavidTurner](https://discuss.elastic.co/u/DavidTurner)
#### Post date: [December 21, 2020, 3:13pm UTC](https://discuss.elastic.co/t/make-elastic-stack-listen-on-localhost-and-external-ips/259275/2 "2020-12-21T15:13:03Z")

</div>

For Elasticsearch, you can give a list of addresses to which to bind in `elasticsearch.yml`:

```auto
http.bind_host: ["127.0.0.1", "192.168.1.79"]

```

I can't comment on the other products, sorry.

---

<div class="post-metadata">

### Author: ![riahc3](https://avatars.discourse-cdn.com/v4/letter/r/d6d6ee/32.png) [@riahc3](https://discuss.elastic.co/u/riahc3)
#### Post date: [December 21, 2020, 3:27pm UTC](https://discuss.elastic.co/t/make-elastic-stack-listen-on-localhost-and-external-ips/259275/3 "2020-12-21T15:27:35Z")

</div>

Thanks....I didnt want to make a thread for EACH product but......

---

<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: [December 21, 2020, 9:47pm UTC](https://discuss.elastic.co/t/make-elastic-stack-listen-on-localhost-and-external-ips/259275/4 "2020-12-21T21:47:37Z")

</div>

Have you looked at the documentation for each product, it does state how to do this.

---

<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: [January 18, 2021, 9:47pm UTC](https://discuss.elastic.co/t/make-elastic-stack-listen-on-localhost-and-external-ips/259275/5 "2021-01-18T21:47:50Z")

</div>

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