Hi all,

I have a query that specify the fields to be returned as described 
here: 
http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-request-fields.html
However, it does not return the fields with a dot in their name, like 
"response.user".

For example, 
Ex:
{
  "size": 1000,
  "fields": ["@timestamp", "request", "response", "response.user", 
"clientip"],
  "query": {"match_all": {} },
  "filter": {
    "and": [
      { "range": { "@timestamp": { "from": ... 

    ]
  }
}

The timestamp, request, response and clientip fields are returned. The 
response.user is not.

Any idea why?

Regards,
BenoƮt

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/cc08476f-0c6e-47bc-870a-2008386636c5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to