lpic
a0c8380baf
ES: Change bool queries to use 'filter' clause ( #7313 )
...
Change all bool queries to use 'filter' clause instead of 'must' for
better performance
2017-01-21 08:31:29 +01:00
Torkel Ödegaard
49fe74228b
fix(browser history): fixes and enhancements to browser history, it now works properly again AND it can restore previous time ranges in dashboards, closes #7259
2017-01-13 17:37:53 +01:00
Torkel Ödegaard
8c39cd35f0
progress on interval built in variable
2017-01-11 10:18:21 +01:00
Torkel Ödegaard
e218837380
began work on built in template variables, #7190
2017-01-09 15:31:19 +01:00
Mekal Zheng
e57c764410
check validation of interval string before converting to seconds
2017-01-07 18:17:44 +08:00
Mekal Zheng
333aeb43c4
use methods of kbn to convert interval string to both second and millisecond
2017-01-07 16:33:40 +08:00
Mekal Zheng
af798092b7
add variable $intervalSecond
2017-01-07 00:28:32 +08:00
Torkel Ödegaard
20b7c2f2e2
feat(ES): refactoring PR #7154
2017-01-06 07:22:37 +01:00
Torkel Ödegaard
293fd93e6c
fix(elasticsearch): fixed predict default value, fixes #7145
2017-01-06 07:06:41 +01:00
Torkel Ödegaard
63f6e86e46
feat(ES): better support for text type, closes #7151
2017-01-06 06:35:08 +01:00
Torkel Ödegaard
658d39944b
feat(elasticsearch): add support for Elasticsearch scaled_type number type, closes #7155
2017-01-06 06:12:48 +01:00
Vaibhav Tandon
b97e784555
Moving average support for all models along with additional settings associated with each model
2017-01-05 23:17:24 +00:00
Torkel Ödegaard
36929c2a92
fix(elasticsearch): add support for text type filter in templating query, fixes #7136 , fixes #7135
2017-01-04 20:14:56 +01:00
Gabriel Nepomuceno
f3ebd2d849
upgrading bases and correcting identation missing tslint
2016-12-09 14:57:25 +00:00
bergquist
619c5c4f1b
Merge branch 'master' into elastic5_support
2016-12-09 11:41:23 +01:00
bergquist
ebec02ffae
style(elastic): minor code style changes
2016-12-09 11:40:00 +01:00
bergquist
99c5f7d571
feat(elastic): remove support for ES 1.x
2016-12-09 11:34:19 +01:00
bergquist
873024b917
tech(elastic): use bool conditions for all es queries
2016-12-09 11:13:28 +01:00
Torkel Ödegaard
e082d78697
fix(elasticsearch): removed unused code
2016-12-07 12:07:56 +01:00
Torkel Ödegaard
7b68e6ea3b
feat(elasticsearch): Added support for Missing option (bucket) for terms aggregation, refactoring PR #4244 , thx @shanielh
2016-12-07 12:06:47 +01:00
vaibhavinbayarea
24172fca01
Added feature request "predict value" in moving averages pipeline agg ( #5689 )
...
issue-id: #5688
2016-12-07 10:47:46 +01:00
bergquist
6440d884db
elastic: make sure old tests are for es2
2016-12-06 14:17:03 +01:00
Leandro Piccilli
717a96ab8d
Fix raw document query on ES 5.x
2016-11-08 22:18:59 +01:00
Leandro Piccilli
c9a69c3ed9
Merge branch 'master' of https://github.com/grafana/grafana
2016-10-27 19:00:23 +02:00
Leandro Piccilli
538e1fbc64
Fix templating using query
2016-10-27 18:59:24 +02:00
Uros Meglic
e1739b6025
(fix)elasticsearch: IP addresses don't survive terms aggregation ( #4393 ) ( #6246 )
2016-10-12 13:14:57 +02:00
Uros Meglic
dc680a41c8
fix(elasticsearch): Query editor allows to remove last group by ( #5692 ) ( #6223 )
2016-10-11 13:41:13 +02:00
Torkel Ödegaard
913f17ee8a
fix(plugin dashboards): fixed issue with plugin dashboard list, fixes #6215
2016-10-07 16:04:58 +02:00
Peter Dave Hello
bf4c3f3ae6
optimize png images using zopflipng ( #6197 )
2016-10-05 15:57:50 +02:00
Leandro Piccilli
0000065053
Merge branch 'master' of https://github.com/grafana/grafana
2016-10-02 16:59:25 +02:00
Torkel Ödegaard
0fc7405b95
fix(elasticsearch): for query template variable when looking up terms without query, no longer relies on elasticsearch default field, fixes #3887
2016-09-22 12:05:03 +02:00
Torkel Ödegaard
a01836e86d
feat(adhoc filters): basic implementation for ad hoc filters for elasticsearch, #6038
2016-09-21 08:48:49 +02:00
Torkel Ödegaard
0906312046
Merge branch 'adhoc-filters'
2016-09-20 17:34:57 +02:00
Leandro Piccilli
128de86d49
Merge branch 'master' of github.com:grafana/grafana
2016-09-19 20:12:02 +02:00
Torkel Ödegaard
9d6ecc6361
feat(templating): progress on variable system refactoring, #6048
2016-09-19 18:06:36 +02:00
Alexander Zobnin
3be84b00d5
ES nested fields autocomplete ( #6043 )
...
* Re-create PR #4527 from @arcolife:
fixes #4526 - add nested support to fieldname autocomplete; Also:
- update _mapping to first use given time range
for deducting index mapping, then fallback to
today's date based index name
* (elasticsearch): refactor getFields() method.
* (elasticsearch): add tests for getFields() method.
* (elasticsearch): fixed _get() method (tests was broken after @arcolife commit).
2016-09-15 07:30:08 +02:00
Torkel Ödegaard
0fa0066cd9
tech(lodash): began migration work
2016-09-13 22:10:44 +02:00
Leandro Piccilli
f844cd844b
Fix for annotations query on ES 5.x
2016-08-11 22:24:58 +02:00
Alexander Zobnin
f8f7543d4a
Fix Elastic datasource tests - use moment.utc() instead moment() to prevent timezone-related issues, fixes #5733 . ( #5746 )
2016-08-07 12:01:53 +02:00
Leandro Piccilli
3057c9747c
Change size on terms aggregation for ES 5.x
2016-07-26 22:05:49 +02:00
Leandro Piccilli
df9ace8ac2
Change annotations query for ES 5.x
2016-07-21 00:42:36 +02:00
Torkel Ödegaard
6c6dae1c92
Merge branch 'elasticsearch_precision_threshold' of https://github.com/lucasrodcosta/grafana into lucasrodcosta-elasticsearch_precision_threshold
2016-07-18 13:56:34 +02:00
Leandro Piccilli
2a501d6cdb
Merge branch 'master' of https://github.com/grafana/grafana
2016-07-18 10:34:11 +02:00
Alexander Akulov
010dbddf59
Fix double slashes in POST request to ES ( #5536 )
2016-07-08 18:24:08 +02:00
Leandro Piccilli
0ebf469f5f
Merge branch 'master' of https://github.com/grafana/grafana
2016-07-07 00:58:26 +02:00
Torkel Ödegaard
8bd6b953b8
fix(elasticsearch): fix json escape logic when doing terms template value lookup, fixes #5485
2016-07-02 12:01:04 -04:00
Leandro Piccilli
2205ce5354
Add some tests for ES 5.x
2016-06-20 00:40:16 +02:00
Torkel Ödegaard
9f9fca1e76
feat(datasource): added suggest urls for each data source, #4577
2016-06-17 13:35:29 +02:00
Torkel Ödegaard
2ceb58d0c4
feat(elasticsearch): removed dashboard import migration
2016-06-16 08:11:40 +02:00
bergquist
510360a509
docs(elastic): updates readme
2016-06-02 14:56:31 +02:00