Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

vistahigherlearning / logstash   deb

Repository URL to install this package:

/ opt / logstash / vendor / kibana / app / panels / stats / editor.html

<div class="row-fluid"><h5>Details</h5><div class="editor-option"><label class="small">Function</label><select ng-change="set_refresh(true)" class="input-small" ng-model="panel.mode" ng-options="f for f in ['count','min','mean','max','total']"></select></div><div class="editor-option"><label class="small">Field<tip>This field must contain a numeric value</tip></label><input ng-change="set_refresh(true)" placeholder="Start typing" bs-typeahead="fields.list" type="text" class="input-large" ng-model="panel.field"></div><div class="editor-option"><label class="small">Unit</label><input type="text" class="input-large" ng-model="panel.unit"></div><h5>Formating</h5><div class="editor-option"><label class="small">Format</label><select ng-change="set_refresh(true)" class="input-small" ng-model="panel.format" ng-options="f for f in ['number','float','money','bytes']"></select></div><div class="editor-option"><label class="small">Font Size</label><select class="input-mini" ng-model="panel.style['font-size']" ng-options="f for f in ['7pt','8pt','9pt','10pt','12pt','14pt','16pt','18pt','20pt','24pt','28pt','32pt','36pt','42pt','48pt','52pt','60pt','72pt']"></select></div><div class="editor-option"><label class="small">Display Breakdowns</label><select class="input-mini" ng-model="panel.display_breakdown" ng-options="f for f in ['yes', 'no']"></select></div><div class="editor-option"><label class="small">Label column name</label><input type="text" class="input-large" ng-model="panel.label_name"></div><div class="editor-option"><label class="small">Value column name</label><input type="text" class="input-large" ng-model="panel.value_name"></div></div>