mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[indexPattern/field] touchup the field.exclude message
This commit is contained in:
parent
1dee6f173f
commit
ec0c3341d1
1 changed files with 2 additions and 6 deletions
|
@ -106,12 +106,8 @@
|
|||
</h4>
|
||||
|
||||
<p>
|
||||
If checked, this field will not be retrieved as part of the <b>_source</b> object. This is thanks to the
|
||||
<a target="_window" href="https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-source-filtering.html">
|
||||
source filtering API
|
||||
<i aria-hidden="true" class="fa-link fa"></i>
|
||||
</a>
|
||||
of Elasticsearch.
|
||||
If checked, this field will be filtered from the <b>_source</b> of each document using
|
||||
<a target="_window" href="https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-source-filtering.html">source filtering<i aria-hidden="true" class="fa-link fa"></i></a>. This only impacts views that fetch the _source for documents, like Discover or the doc table.
|
||||
</p>
|
||||
<p>
|
||||
If this field is explicitly selected in your saved search, then it will not be excluded.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue