grafana/public/app/plugins/datasource/elasticsearch
Hugo Häggmark b2d5466933
Elastic: Support request cancellation properly (Uses new backendSrv.fetch Observable request API) (#30009)
* Elastic: Fixes so templating queries work

* Chore: fixes test

* Fix: fixes getFields from metricFindQuery

* Elastic: Support request cancellation properly

* Refactor: refactors tests

Co-authored-by: Elfo404 <gio.ricci@grafana.com>
2021-01-11 06:47:51 +01:00
..
components Elastic: Support request cancellation properly (Uses new backendSrv.fetch Observable request API) (#30009) 2021-01-11 06:47:51 +01:00
configuration Elasticsearch: Remove timeSrv dependency (#29770) 2020-12-17 14:24:20 +03:00
hooks Elasticsearch: Fix broken alerting when using pipeline aggregations (#29903) 2021-01-06 15:51:21 +00:00
img Chore: fix modes for non-executable files (#16864) 2019-05-03 09:51:53 +02:00
partials Elasticsearch: Migrate queryeditor to React (#28033) 2020-12-04 14:29:40 +00:00
specs Elasticsearch: Add Support for Serial Differencing Pipeline Aggregation (#28618) 2021-01-08 11:52:23 +00:00
datasource.test.ts Elastic: Support request cancellation properly (Uses new backendSrv.fetch Observable request API) (#30009) 2021-01-11 06:47:51 +01:00
datasource.ts Elastic: Support request cancellation properly (Uses new backendSrv.fetch Observable request API) (#30009) 2021-01-11 06:47:51 +01:00
elastic_response.ts Elasticsearch: View in context feature for logs (#28764) 2020-12-10 11:19:14 +00:00
index_pattern.ts Elasticsearch: Remove timeSrv dependency (#29770) 2020-12-17 14:24:20 +03:00
language_provider.test.ts Elasticsearch: Remove timeSrv dependency (#29770) 2020-12-17 14:24:20 +03:00
language_provider.ts Explore: Transform prometheus query to elasticsearch query (#23670) 2020-09-08 12:34:11 +02:00
module.ts Elasticsearch: Migrate queryeditor to React (#28033) 2020-12-04 14:29:40 +00:00
plugin.json Chore: show grafana labs not project (#23913) 2020-04-26 15:34:56 -07:00
query_builder.ts Elasticsearch: View in context feature for logs (#28764) 2020-12-10 11:19:14 +00:00
query_def.ts Elasticsearch: Migrate queryeditor to React (#28033) 2020-12-04 14:29:40 +00:00
query_help.md feat: finished work on the interval changes #9161 2017-09-04 13:27:28 +02:00
README.md Docs: Fixed broken links of Datasource doc at Grafana plugin page (#21363) 2020-01-10 12:38:16 +01:00
types.ts Elasticsearch: Remove timeSrv dependency (#29770) 2020-12-17 14:24:20 +03:00
utils.test.ts Elasticsearch: Migrate queryeditor to React (#28033) 2020-12-04 14:29:40 +00:00
utils.ts Elasticsearch: Migrate queryeditor to React (#28033) 2020-12-04 14:29:40 +00: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:

https://grafana.com/docs/grafana/latest/features/datasources/elasticsearch/