Skip to content

Commit

Permalink
Merge pull request #2068 from lukasolson/issue-2067
Browse files Browse the repository at this point in the history
Enumerate the fields allowed by the terms aggregation
  • Loading branch information
rashidkpc committed Dec 3, 2014
2 parents 059a936 + c271cfc commit 9953745
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/kibana/components/agg_types/buckets/terms.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ define(function (require) {
params: [
{
name: 'field',
scriptable: true
scriptable: true,
filterFieldTypes: ['number', 'boolean', 'date', 'ip', 'string']
},
{
name: 'size',
Expand Down

0 comments on commit 9953745

Please sign in to comment.