grafana/public/app/plugins/datasource/elasticsearch
Daniel Lee 462e0d0c6f
Fix: Elasticsearch fix template variables in the alias field (#16629)
Fixes #16040

Fix so that a template variable in the alias field is not interpolated on blur and only the value sent in the query is interpolated. Does a deep clone of the options.targets to avoid changing the original alias field.
2019-03-26 16:15:23 +01:00
..
img missing space 2017-02-13 18:47:59 -08:00
partials fix: Add class for input fields with help icon to avoid icon hiding the text #15771 2019-03-06 14:45:13 +01:00
specs Fix: Elasticsearch fix template variables in the alias field (#16629) 2019-03-26 16:15:23 +01:00
bucket_agg.ts Fix elastic ng-inject (build issue) (#14195) 2018-11-28 00:20:49 -08:00
config_ctrl.ts Merge remote-tracking branch 'origin/develop' into unit-picker 2018-11-16 16:54:02 +01:00
datasource.ts Fix: Elasticsearch fix template variables in the alias field (#16629) 2019-03-26 16:15:23 +01:00
elastic_response.ts elasticsearch: support bucket script pipeline aggregations 2018-12-20 01:24:36 +01:00
index_pattern.ts changed var to const 2 (#13068) 2018-08-29 14:27:29 +02:00
metric_agg.ts elasticsearch: support bucket script pipeline aggregations 2018-12-20 01:24:36 +01:00
module.ts removed QueryOptionsCtrl references 2018-06-09 16:06:03 -04:00
pipeline_variables.ts add missing ngInject annotation 2019-01-31 16:45:32 +01:00
plugin.json cleanup plugin versions 2019-03-05 23:40:03 -08:00
query_builder.ts elasticsearch: support bucket script pipeline aggregations 2018-12-20 01:24:36 +01:00
query_ctrl.ts elasticsearch: support bucket script pipeline aggregations 2018-12-20 01:24:36 +01:00
query_def.ts elasticsearch: support bucket script pipeline aggregations 2018-12-20 01:24:36 +01:00
query_help.md feat: finished work on the interval changes #9161 2017-09-04 13:27:28 +02:00
README.md plugins: update meta data for all core plugins 2018-02-15 16:50:38 +01:00

Elasticsearch Data Source - Native Plugin

Grafana ships with advanced support for Elasticsearch. You can do many types of simple or complex elasticsearch queries to visualize logs or metrics stored in Elasticsearch. You can also annotate your graphs with log events stored in Elasticsearch.

Read more about it here:

http://docs.grafana.org/datasources/elasticsearch/