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.