config.html 757 B

12345678910111213141516
  1. <datasource-http-settings current="ctrl.current" no-direct-access="true">
  2. </datasource-http-settings>
  3. <div class="gf-form-group">
  4. <div class="gf-form-inline">
  5. <div class="gf-form">
  6. <span class="gf-form-label width-8">Maximum lines</span>
  7. <input type="text" class="gf-form-input width-8" ng-model="ctrl.current.jsonData.maxLines" spellcheck='false' placeholder="1000"></input>
  8. <info-popover mode="right-absolute">
  9. Loki queries must contain a limit of the maximum number of lines returned (default: 1000).
  10. Increase this limit to have a bigger result set for ad-hoc analysis.
  11. Decrease this limit if your browser becomes sluggish when displaying the log results.
  12. </info-popover>
  13. </div>
  14. </div>
  15. </div>