bergquist
873024b917
tech(elastic): use bool conditions for all es queries
2016-12-09 11:13:28 +01: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
Leandro Piccilli
f844cd844b
Fix for annotations query on ES 5.x
2016-08-11 22:24:58 +02:00
Leandro Piccilli
df9ace8ac2
Change annotations query for ES 5.x
2016-07-21 00:42:36 +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
Torkel Ödegaard
2ceb58d0c4
feat(elasticsearch): removed dashboard import migration
2016-06-16 08:11:40 +02:00
Torkel Ödegaard
38790e2c4b
fix(elasticsearch): fixed templating lucene / json escaping issue, fixes #5228 , fixes #5227
2016-06-02 09:54:28 +02:00
Torkel Ödegaard
dc77d555f9
fix(elasticsearch): fixed templating issue with elasticsearch, fixes #5135
2016-05-23 10:58:31 +02:00
Leandro Piccilli
0d34740a62
Add support to ElasticSearch 5.0
2016-05-10 19:38:22 +02:00
Volker Fröhlich
45186255cf
Solve issue 3728
...
Conditionally add a format element to ES annotation queries
2016-03-24 17:58:03 +01:00
Torkel Ödegaard
f3ad71d751
feat(templating): lots of progress on template variable context specific formats, #2918 , all elasticsearch / lucene use cases seem to work now
2016-03-01 08:43:54 +01:00
Torkel Ödegaard
078e69d06d
feat(templating): simplified templating forms removed all formats
2016-02-29 17:07:53 +01:00
Torkel Ödegaard
0bea6aba63
feat(plugins): migrated elasticsearch to new plugin editor model, also minor fixes
2016-02-03 16:31:07 +01:00
Gueust
269583a6a1
Serialize an elasticsearch error previously printed as 'Object'
2016-01-26 23:15:54 +01:00
Torkel Ödegaard
cf98a16db0
feat(plugins): made data source custom edit view into a directive instead of html path config in plugin.json
2016-01-09 18:07:42 +01:00
Torkel Ödegaard
f813b4c58f
feat(plugins): converted graphite plugin to new format
2016-01-09 13:30:02 +01:00
Torkel Ödegaard
c5635f9c89
feat(plugins): changed what datasources should return, they should now return the datasource constructor
2016-01-09 13:21:16 +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
55fab0493d
Merge pull request #3393 from pepl/master
...
Fixed spelling error
2015-12-11 16:12:19 +01:00
Mitsuhiro Tanda
8264c76642
add separate datasource parameter withCredentials
2015-12-09 14:44:28 +09: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
354bfcea15
Merge branch 'master' of https://github.com/skbkontur/grafana
2015-12-03 18:03:55 +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
Alexey Larkov
d6935847b4
Web. Fix double slash
2015-12-03 17:36:29 +05:00
Michael Kröll
1bb1ddcd29
Fixed spelling error
2015-12-02 11:14:28 +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
9d1906d333
fix(elasticsearch): fixed issue with disabling (hiding) query, fixes #3300
2015-11-21 10:22:59 +01:00
Torkel Ödegaard
4e37290a7f
feat(tablepanel/elasticsearch): extended elasticsearch data source and query editor to support document queries
2015-11-05 09:56:19 +01:00
Torkel Ödegaard
7d3146ed8d
feat(tablepanel): fixed header, and pagination styling
2015-11-05 08:36:51 +01:00
Torkel Ödegaard
6cf46b1635
refactoring: more moving stuff around
2015-10-30 14:44:40 +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
Torkel Ödegaard
ae93f2b936
fix(elasticsearch): fixed proper json escaping for lucene query, fixes #2981
2015-10-22 16:23:21 -04:00
Torkel Ödegaard
8a39b32b5c
refactor: moved elasticsearch specs to plugin folder and to typescript
2015-09-28 16:28:19 +02:00
Torkel Ödegaard
f632b3b029
feat(elasticsearch): added new templating all format and muli format named , also added automatic setting of correct all and multi format depending on data source, closes #2696
2015-09-22 14:29:41 +02:00
Torkel Ödegaard
bc3c394210
feat(elasticsearch): worked on elasticsearch templating support, #2696
2015-09-22 09:31:58 +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
a30f73fe36
feat(timepicker): more work on getting new time formats to work in all data sources
2015-09-17 12:40:04 +02:00
Torkel Ödegaard
1a9c52e17f
feat(timepicker): lots of big changes, moving to datemath from kbn.parseDateMath, moving to moment dates instead of native javascript dates
2015-09-17 11:21:38 +02:00
Torkel Ödegaard
1f959272c5
feat(migration): added back support to import old dashboard from from Elasticsearch
2015-09-16 16:28:41 +02:00