Skip to content

Commit

Permalink
update es index argument desc to include note about type ahead support
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Nov 14, 2017
1 parent 99f7f60 commit d833bdc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ export default new Datasource('es', {
{
name: 'index',
types: ['string', 'null'],
help: 'Index to query, wildcards accepted. Provide Index Pattern name for scripted field support.'
help: 'Index to query, wildcards accepted. Provide Index Pattern name for scripted fields and ' +
'field name type ahead suggestions for metrics, split, and timefield arguments.'
},
{
name: 'timefield',
Expand Down

0 comments on commit d833bdc

Please sign in to comment.