Skip to content

Commit

Permalink
Merge pull request #1591 from kkirsche/exampleIndexPattern-patch
Browse files Browse the repository at this point in the history
[Fixes #1562] Add example index pattern to Settings > Indices
  • Loading branch information
w33ble committed Oct 10, 2014
2 parents ac415cb + 44156a0 commit 46a0815
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/kibana/apps/settings/sections/indices/_create.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ <h1>Configure an index pattern</h1>
</div>
<div class="form-group">
<label>
Index name
or pattern &mdash;
<small><a href="http://momentjs.com/docs/#/displaying/format/">docs</a></small>
Index name or pattern
</label>
<p class="help-block" ng-if="!index.nameIsPattern">Patterns allow you to define dynamic index names using * as a wildcard. Example: logstash-*</p>
<p class="help-block" ng-if="index.isTimeBased && index.nameIsPattern">Patterns allow you to define dynamic index names. Static text in an index name is denoted using brackets. Example: [logstash-]YYYY.MM.DD &mdash;
<small><a href="http://momentjs.com/docs/#/displaying/format/">Date Format Documentation</a></small></p>
<input
ng-model="index.name"
ng-attr-placeholder="{{index.defaultName}}"
Expand Down

0 comments on commit 46a0815

Please sign in to comment.