Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
f163ceff
Commit
f163ceff
authored
Dec 15, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(elasticsearch): fixes spelling of lucene, #3519
parent
38f4cfb7
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
docs/sources/guides/whats-new-in-v2-6.md
+1
-2
public/app/plugins/datasource/elasticsearch/partials/bucket_agg.html
+1
-1
public/app/plugins/datasource/elasticsearch/partials/query.editor.html
+1
-1
No files found.
docs/sources/guides/whats-new-in-v2-6.md
View file @
f163ceff
...
@@ -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)
...
...
public/app/plugins/datasource/elasticsearch/partials/bucket_agg.html
View file @
f163ceff
...
@@ -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=
"Lucen
c
e 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>
...
...
public/app/plugins/datasource/elasticsearch/partials/query.editor.html
View file @
f163ceff
...
@@ -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=
"Lucen
c
e 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment