Sometimes i use tcpmon to control tcp requests/responses while developing.
http://java.net/projects/tcpmon
Am Samstag, 15. September 2012 03:29:47 UTC+2 schrieb Kevin Tran:
I am using Django Haystack with Elasticsearch for my Web application.
I hit a problem where using Haystack's
rebuild_indexcommand in certain
environments results in an Elasticsearch index that does not match the
structure it should.I want to check exactly what requests are being sent to Elasticsearch. Is
there a way for me to log requests sent to Elasticsearch or otherwise see
what is being received?I am using:
Elasticsearch 0.19.9
Django 1.4.1
Haystack 2.0.0-beta
Mac OS X 10.7
--