Hello

I try to query Kibana with this query:
{
“index”: “publication”,
“query” : “_type:news”,
“fields” : [“author.first_name”],
“size”: 50
}

and having this error : Error running query: Expecting value: line 1 column 1 (char 0)

Kibana connection is OK.

AFAIK this JSON is valid.

Hi Sophie,

I am receiving the same error when trying to run a similar query.

Did you happen to find a solution?

Thanks