Indexing a document from a remote server

Hi,

We currently have a simple cluster of 3 ES nodes, pretty much installed on
each machine out of the box.

I have some PHP code that pulls documents out of mongodb and using curl
'PUTS' them back into ES, this all works perfectly.

The issue comes about when the same code runs from a remote server outside
of the network, I can communicate with ES and run queries from that
machine, but when I come to either add a new document or remove a document
it fails to do so, but doesn't give me an error message or anything to
suggest it has failed.

Any help gladly received!

Many thanks,

Tim

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

Are you running elasticsearch behind a firewall/load-balancer? They might
be configured to filter out POST/PUT/DELETE HTTP requests. Are your queries
GET requests? Try changing them to POST to test out the theory.

--
Ivan

On Wed, Jun 12, 2013 at 7:41 AM, Tim Haynes tim.thaynes@gmail.com wrote:

Hi,

We currently have a simple cluster of 3 ES nodes, pretty much installed on
each machine out of the box.

I have some PHP code that pulls documents out of mongodb and using curl
'PUTS' them back into ES, this all works perfectly.

The issue comes about when the same code runs from a remote server outside
of the network, I can communicate with ES and run queries from that
machine, but when I come to either add a new document or remove a document
it fails to do so, but doesn't give me an error message or anything to
suggest it has failed.

Any help gladly received!

Many thanks,

Tim

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

--
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.
For more options, visit https://groups.google.com/groups/opt_out.