mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
17 lines
786 B
HTML
17 lines
786 B
HTML
<datasource-http-settings current="ctrl.current" no-direct-access="true">
|
|
</datasource-http-settings>
|
|
|
|
<div class="gf-form-group">
|
|
<div class="gf-form-inline">
|
|
<div class="gf-form">
|
|
<span class="gf-form-label width-8">Maximum lines</span>
|
|
<input type="text" class="gf-form-input width-8 gf-form-input--has-help-icon" ng-model="ctrl.current.jsonData.maxLines" spellcheck='false' placeholder="1000"></input>
|
|
<info-popover mode="right-absolute">
|
|
Loki queries must contain a limit of the maximum number of lines returned (default: 1000).
|
|
Increase this limit to have a bigger result set for ad-hoc analysis.
|
|
Decrease this limit if your browser becomes sluggish when displaying the log results.
|
|
</info-popover>
|
|
</div>
|
|
</div>
|
|
</div>
|