Sha256: 37b8ae993faf6c9258e2876ada013d0a2518239666ac258f67ccfeb8f4263791

Contents?: true

Size: 1.93 KB

Versions: 6

Compression:

Stored size: 1.93 KB

Contents

<h4>Charted</h4><div ng-include="" src="'app/partials/querySelect.html'"></div><div class="editor-row"><h4>Markers</h4><div class="small">Here you can specify a query to be plotted on your chart as a marker. Hovering over a marker will display the field you specify below. If more documents are found than the limit you set, they will be scored by Elasticsearch and events that best match your query will be displayed.</div><style>.querySelect .query {
      margin-right: 5px;
    }
    .querySelect .selected {
      border: 3px solid;
    }
    .querySelect .unselected {
      border: 0px solid;
    }</style><p><div class="editor-option"><label class="small">Enable</label><input type="checkbox" ng-change="set_refresh(true)" ng-model="panel.annotate.enable" ng-checked="panel.annotate.enable"></div><div class="editor-option" ng-show="panel.annotate.enable"><label class="small">Marker Query</label><input type="text" ng-change="set_refresh(true)" class="input-large" ng-model="panel.annotate.query"></div><div class="editor-option" ng-show="panel.annotate.enable"><label class="small">Tooltip field</label><input type="text" class="input-small" ng-model="panel.annotate.field" bs-typeahead="fields.list"></div><div class="editor-option" ng-show="panel.annotate.enable"><label class="small">Limit<tip>Max markers on the chart</tip></label><input type="number" class="input-mini" ng-model="panel.annotate.size" ng-change="set_refresh(true)"></div><div class="editor-option" ng-show="panel.annotate.enable"><label class="small">Sort<tip>Determine the most relevant markers using this field</tip></label><input type="text" class="input-small" bs-typeahead="fields.list" ng-model="panel.annotate.sort[0]" ng-change="set_refresh(true)"><i ng-click="panel.annotate.sort[1] = _.toggle(panel.annotate.sort[1],'desc','asc');set_refresh(true)" ng-class="{'icon-chevron-up': panel.annotate.sort[1] == 'asc','icon-chevron-down': panel.annotate.sort[1] == 'desc'}"></i></div></p></div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
kibana-rack-0.2.0 web/assets/app/panels/histogram/queriesEditor.html
kibana-rack-0.1.4 web/assets/app/panels/histogram/queriesEditor.html
kibana-rack-0.1.3 web/assets/app/panels/histogram/queriesEditor.html
kibana-rack-0.1.2 web/assets/app/panels/histogram/queriesEditor.html
kibana-rack-0.1.1 web/assets/app/panels/histogram/queriesEditor.html
kibana-rack-0.1.0 web/assets/app/panels/histogram/queriesEditor.html