Commit f163ceff by Torkel Ödegaard

fix(elasticsearch): fixes spelling of lucene, #3519

parent 38f4cfb7
...@@ -109,8 +109,7 @@ in combination with the new Table panel to show raw log data stored in InfluxDB. ...@@ -109,8 +109,7 @@ in combination with the new Table panel to show raw log data stored in InfluxDB.
If you have Elasticsearch 2.x and Grafana 2.6 or above then you can use pipeline metric aggregations like If you have Elasticsearch 2.x and Grafana 2.6 or above then you can use pipeline metric aggregations like
**Moving Average** and **Derivative**. Elasticsearch pipeline metrics require another metric to be based on. Use the eye icon next to the metric **Moving Average** and **Derivative**. Elasticsearch pipeline metrics require another metric to be based on. Use the eye icon next to the metric
to hide metrics from appearing in the graph. This is useful for metrics you only have in the query to be used to hide metrics from appearing in the graph.
in a pipeline metric.
![](/img/elasticsearch/pipeline_metrics_editor.png) ![](/img/elasticsearch/pipeline_metrics_editor.png)
......
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
Query {{$index + 1}} Query {{$index + 1}}
</li> </li>
<li> <li>
<input type="text" class="tight-form-input input-large" ng-model="filter.query" spellcheck='false' placeholder="Lucence query" ng-blur="onChangeInternal()"> <input type="text" class="tight-form-input input-large" ng-model="filter.query" spellcheck='false' placeholder="Lucene query" ng-blur="onChangeInternal()">
</li> </li>
<li class="tight-form-item last" ng-if="$first"> <li class="tight-form-item last" ng-if="$first">
<a class="pointer" ng-click="addFiltersQuery()"><i class="fa fa-plus"></i></a> <a class="pointer" ng-click="addFiltersQuery()"><i class="fa fa-plus"></i></a>
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
Query Query
</li> </li>
<li> <li>
<input type="text" class="tight-form-input" style="width: 345px;" ng-model="target.query" spellcheck='false' placeholder="Lucence query" ng-blur="get_data()"> <input type="text" class="tight-form-input" style="width: 345px;" ng-model="target.query" spellcheck='false' placeholder="Lucene query" ng-blur="get_data()">
</li> </li>
<li class="tight-form-item query-keyword"> <li class="tight-form-item query-keyword">
Alias Alias
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment