Hi, We have a lot of documents that we send directly to ES. These documents contain certain fields which are at times quite large (included in document for full text indexing).
These documents are enough for kibana to wait for minutes before it can receive/render the results from ES. Is it possible to include something like this http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-request-source-filtering.html via Kibana UI or imported json schema? { "_source": { "include": [ "obj1.*", "obj2.*" ], "exclude": [ "*.description" ], } "query" : { "term" : { "user" : "kimchy" } } } -- 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/3b0c5ea5-4d78-47dd-be0a-d337c430372c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
