carl bergquist
|
80d757b371
|
feat(elasticsearch): move default query parameters to new table
|
2015-12-17 10:00:53 +01:00 |
|
carl bergquist
|
5bdf0cd136
|
Merge branch 'global_interval' of https://github.com/felixbarny/grafana into felixbarny-global_interval
Conflicts:
public/app/plugins/datasource/elasticsearch/partials/config.html
|
2015-12-17 09:53:02 +01:00 |
|
carl bergquist
|
e498503428
|
fix(elastic): fixed typo
|
2015-12-17 09:05:01 +01:00 |
|
Torkel Ödegaard
|
f163ceffd0
|
fix(elasticsearch): fixes spelling of lucene, #3519
|
2015-12-15 08:29:24 +01:00 |
|
Torkel Ödegaard
|
aca9d3965d
|
feat(elasticsearch): added unit option to derivative metric, closes #3512
|
2015-12-14 18:49:53 +01:00 |
|
carl bergquist
|
f5eb54e595
|
feat(elasticsearch): only show pipeline agg for es version >= 2
|
2015-12-14 15:08:34 +01:00 |
|
Torkel Ödegaard
|
10f66fa78f
|
feat(elasticsearch): adds support for inline script and missing options to all elasticsearch metrics, closes #3500
|
2015-12-11 18:20:53 +01:00 |
|
Torkel Ödegaard
|
7e9963ae05
|
fix(elasticsearch): minor markup fix
|
2015-12-11 12:51:39 +01:00 |
|
Torkel Ödegaard
|
9f294e3565
|
feat(elasticsearch): completed initial implementation of moving average and derivative pipleline aggregations, closes #3451
|
2015-12-11 12:41:40 +01:00 |
|
carl bergquist
|
4fa92198a0
|
feat(elasticsearch): add support for model setting
|
2015-12-11 09:19:05 +01:00 |
|
carl bergquist
|
662430d5db
|
feat(elasticsearch): adds last class for derivatives
|
2015-12-11 09:14:40 +01:00 |
|
carl bergquist
|
c8c9e0a7e7
|
feat(elasticsearch): improve pipeline aggs structure
|
2015-12-10 17:05:23 +01:00 |
|
Carl Bergquist
|
85094fc74d
|
feat(elasticsearch): add pipeline settings
|
2015-12-10 13:34:49 +01:00 |
|
Carl Bergquist
|
2d2ad8b237
|
show pipeline agg source for derivative
|
2015-12-10 13:06:46 +01:00 |
|
Torkel Ödegaard
|
1bb0530c69
|
feat(elasticsearch): metric options alignement
|
2015-12-10 12:15:11 +01:00 |
|
Carl Bergquist
|
e86dfcf55c
|
rename mavgoptions to more generic pipelineaggs
|
2015-12-10 10:43:00 +01:00 |
|
carl bergquist
|
8e18f2c5d2
|
refactor es pipeline aggregation variables to match ES
|
2015-12-09 16:25:05 +01:00 |
|
carl bergquist
|
d3ff4bf75e
|
changes to using an array for mavg options
|
2015-12-09 13:55:06 +01:00 |
|
carl bergquist
|
f51d74fa68
|
change the way options are added
|
2015-12-09 09:47:56 +01:00 |
|
carl bergquist
|
ad79df9b74
|
changes implementation direction
moving average will now be based on another metric
instead of having moving average on itself
|
2015-12-09 09:04:48 +01:00 |
|
Carl Bergquist
|
dd7a13930f
|
adds null check for response parser
|
2015-12-08 18:04:30 +01:00 |
|
Carl Bergquist
|
8ad10149ab
|
adds basic support for moving avg in es queries
|
2015-12-08 18:04:30 +01:00 |
|
utkarshcmu
|
005271d24b
|
Fixed missing closing tag
|
2015-12-07 05:41:18 -08:00 |
|
Torkel Ödegaard
|
ce58486850
|
fix(html): removed unneeded tag
|
2015-12-05 14:22:39 +01:00 |
|
Torkel Ödegaard
|
2345b41a74
|
feat(elasticsearch): added min_doc_count option for date histogram, closes #3416
|
2015-12-04 10:06:44 +01:00 |
|
Torkel Ödegaard
|
db9c288050
|
fix(elasticsearch): refactoring of #3321
|
2015-12-03 18:30:36 +01:00 |
|
Torkel Ödegaard
|
f1cb8f2f25
|
Merge branch 'keep_es_version' of https://github.com/replay/grafana into replay-keep_es_version
|
2015-12-03 18:08:26 +01:00 |
|
Torkel Ödegaard
|
419251ed35
|
fix(elasticsearch): fixed issue with default state of elasticsearch query, result in error before query controller could set defaults, moved defaults to query builder, also removed raw query mode as it is pretty broken, fixes #3396
|
2015-12-03 16:32:35 +01:00 |
|
Torkel Ödegaard
|
a1afd2328d
|
fix(elasticsearch): made interval template variable appear in group by time interval dropdown, fixes #3241
|
2015-11-23 14:19:10 +01:00 |
|
Mauro Stettler
|
ada9bfcae8
|
keep track of elastic search version and generate query according to version
|
2015-11-22 21:39:56 +09:00 |
|
Torkel Ödegaard
|
730d4857ba
|
feat(elasticsearch): added caret arrow for metric / group by collapse/expand options
|
2015-11-19 11:04:21 +01:00 |
|
Torkel Ödegaard
|
7d3146ed8d
|
feat(tablepanel): fixed header, and pagination styling
|
2015-11-05 08:36:51 +01:00 |
|
Torkel Ödegaard
|
3de4707c98
|
feat(elasticsearch): Annotation queries now use the daily index patterns defined in data source options, for old annotations that have an index property that will be used, so will not break existing dashboard/annotation configs, closes #3061
|
2015-10-29 14:05:05 +01:00 |
|
Felix Barnsteiner
|
e4fecb48e3
|
Add ability to set a global time interval
The interval is configurable in the data source.
This commit only adds the ability to Elasticsearch datasources
|
2015-10-26 08:47:46 +01:00 |
|
Felix Barnsteiner
|
eb8c2d9053
|
Ability to set a low limit for Elasticsearch date histogram interval
closes #2901
|
2015-10-22 13:16:36 +02:00 |
|
Torkel Ödegaard
|
bc3c394210
|
feat(elasticsearch): worked on elasticsearch templating support, #2696
|
2015-09-22 09:31:58 +02:00 |
|
Torkel Ödegaard
|
792b194d0e
|
feat(elasticsearch): finished work on adding support for filters aggregate, you can now split series by query using group by filters, closes #2785
|
2015-09-21 20:29:05 +02:00 |
|
Torkel Ödegaard
|
e694a74c9d
|
feat(elasticsearch): work on supporting filters aggregate, #2785
|
2015-09-21 19:23:18 +02:00 |
|
Torkel Ödegaard
|
9de016bfe3
|
feat(elasticseach): alias and lucene query fields are now visible/usable when using raw json query, #1034
|
2015-09-21 12:07:03 +02:00 |
|
Torkel Ödegaard
|
f8b61a4ebe
|
changelog(): added #1034 to changelog
|
2015-09-08 09:16:41 +02:00 |
|
Torkel Ödegaard
|
35cc3837a0
|
feat(elasticsearch): more work on alias pattern, #1034
|
2015-09-08 09:10:26 +02:00 |
|
Torkel Ödegaard
|
572a80d1d1
|
feat(elasticsearch): metric response handling and processsing now supports alias patterns, {{term field name}} and {{metric}} now works, #1034
|
2015-09-07 23:15:49 +02:00 |
|
Torkel Ödegaard
|
f361f324da
|
feat(elasticsearch): more polish to editor, made interval configurable per query, #1034
|
2015-09-07 16:35:40 +02:00 |
|
Torkel Ödegaard
|
3999a3caa2
|
feat(elasticsearch): extended stats like std deviation now works, and sigma option as well, added unique count (cardinality as well, #1034
|
2015-09-07 13:13:27 +02:00 |
|
Torkel Ödegaard
|
efc3def7f2
|
feat(elasticsearch): small refactoring and polish
|
2015-09-07 09:36:56 +02:00 |
|
Torkel Ödegaard
|
6c304924f7
|
feat(elastic_ds): moving time field name to dataasource option, it is no longer specified for each query and date_histogram
|
2015-09-07 08:57:46 +02:00 |
|
Torkel Ödegaard
|
0960360b35
|
feat(elasticsearch): added support for index time based patterns, #1034
|
2015-09-06 16:09:42 +02:00 |
|
Torkel Ödegaard
|
14cb2b0143
|
began work on support index time patterns
|
2015-09-06 12:58:53 +02:00 |
|
Torkel Ödegaard
|
52eeefa6d9
|
feat(elasticsearch): fields are fetch from mapping instead of docs, you can enter custom value in field options, other fixes, #1034
|
2015-09-05 19:55:58 +02:00 |
|
Torkel Ödegaard
|
f942ec952e
|
feat(elasticsearch): worked on percentiles metric aggregator in editor and in elasticsearch response processing
|
2015-09-05 18:31:42 +02:00 |
|