Elasticsearch parse failure error

Hi,

I am using ELK stack and have a cluster of 2 elasticsearch nodes. When I am
querying Elasticsearch from kibana. I am getting the following log error
message in the elasticsearch log file.

http://pastebin.com/sD539SNZ

I am not able to figure out what is causing the error to happen. Any input
will greatly appreciated.

Thank you.
-Shriyansh

--
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/d7e6b8c4-dc56-4512-854b-081a5aaf88d0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

On Thursday, September 11, 2014 at 22:50 CEST,
shriyansh jain shriyanshajain@gmail.com wrote:

I am using ELK stack and have a cluster of 2 elasticsearch nodes. When
I am querying Elasticsearch from kibana. I am getting the following
log error message in the elasticsearch log file.
[2014-09-11 11:48:30,506][DEBUG][action.search.type ] [Node1] [logstash-20 - Pastebin.com
I am not able to figure out what is causing the error to happen. Any
input will greatly appreciated.

Quoting your gist:

... "filtered":{"query":{"query_string":{"query":"tags:"sjc-array254"
AND proc" AND cmd:"pmd""}},"filter": ...

So, it looks like you're sending the following query:

tags:"sjc-array254" AND proc" AND cmd:"pmd"

There's a quote too many in there.

--
Magnus Bäck | Software Engineer, Development Tools
magnus.back@sonymobile.com | Sony Mobile Communications

--
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/20140912070341.GE3212%40seldlx20533.corpusers.net.
For more options, visit https://groups.google.com/d/optout.