Elasticsearch, port binding, and snapshots to S3

I inherited a two, two-node ES clusters, version 1.0.1 (dev, and
production). Now I'm setting up snapshots to write to S3.

My dev hosts are bound to localhost:9200. Production hosts are bound to
$host.ip:9200 instead of localhost:9200.

Snap to S3 works in dev.

My question is: will having the prod hosts bound to IP:9200 screw up the
works?

~brian

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/c0022324-c686-4d5f-a3ef-2fc12086e199%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

The snapshot does not store any info about your host ip, if that matters.
Are you asking if you can snapshot from dev and then restore to prod
through s3? I don't see why not.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/4d65b862-e592-4230-83be-dc69cece4a19%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.