Skip to content

Commit

Permalink
[indexPattern/field] touchup the field.exclude message
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger authored and scampi committed Jun 2, 2016
1 parent 1dee6f1 commit ec0c334
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/ui/public/field_editor/field_editor.html
Expand Up @@ -106,12 +106,8 @@ <h4 class="hintbox-heading">
</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.
Expand Down

0 comments on commit ec0c334

Please sign in to comment.