"reason": "Unrecognized character escape '['

anybody help...

1 Like

Please don't post pictures of text, they are difficult to read and some people may not be even able to see them.

Make sure you format any code using the </> button, or markdown style back ticks. It helps to make things easy to read which helps us help you :slight_smile:

GET filebeat-*/_search
{
  "query": {
      "bool": {
        "must": [
        {
           "query_string": {
            "analyze_wildcard": true,
             "query": "host:(web-) AND message:(*Exception*) AND NOT message:(\[Exception\])"
                  }
                }
             ]
            }
          }
}
{

&quot;error&quot;: {

&quot;root_cause&quot;: [

{

&quot;type&quot;: &quot;json_parse_exception&quot;,

&quot;reason&quot;: &quot;Unrecognized character escape '[' (code 91)\n at [Source: [org.elasticsearch.transport.netty4.ByteBufStreamInput@6ad6a098](mailto:org.elasticsearch.transport.netty4.ByteBufStreamInput@6ad6a098); line: 8, column: 81]&quot;

}

],

&quot;type&quot;: &quot;json_parse_exception&quot;,

&quot;reason&quot;: &quot;Unrecognized character escape '[' (code 91)\n at [Source: [org.elasticsearch.transport.netty4.ByteBufStreamInput@6ad6a098](mailto:org.elasticsearch.transport.netty4.ByteBufStreamInput@6ad6a098); line: 8, column: 81]&quot;

},

&quot;status&quot;: 500

}


like this?

1 Like

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