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 / histogram / queriesEditor.html

<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>