grafana/public/app/plugins/datasource/elasticsearch
Chris Cowan 3af193358c
Elasticsearch: Support chained pipeline aggregations (#27945)
* Elasticsearch: Support multiple pipeline aggregations for a query

* Ensuring descendents are deleted with their parents.

* Update public/app/plugins/datasource/elasticsearch/metric_agg.ts

Co-authored-by: Giordano Ricci <grdnricci@gmail.com>

* Update public/app/plugins/datasource/elasticsearch/query_def.ts

Co-authored-by: Giordano Ricci <grdnricci@gmail.com>

* Update public/app/plugins/datasource/elasticsearch/specs/query_def.test.ts

Co-authored-by: Giordano Ricci <grdnricci@gmail.com>

* Fixing typo

Co-authored-by: Giordano Ricci <grdnricci@gmail.com>
2020-10-08 11:24:54 +01:00
..
components Editor: New line on Enter, run query on Shift+Enter (#24654) 2020-05-14 15:13:45 +02:00
configuration Auth: Add Sigv4 auth option to datasources (#27552) 2020-10-08 10:03:20 +02:00
img Chore: fix modes for non-executable files (#16864) 2019-05-03 09:51:53 +02:00
partials Fix self cloosing bracket to display input (#26552) 2020-07-23 16:37:00 +02:00
specs Elasticsearch: Support chained pipeline aggregations (#27945) 2020-10-08 11:24:54 +01:00
bucket_agg.ts Elasticsearch: Add query's refId to each series returned by a query (#27614) 2020-09-24 18:06:19 +01:00
datasource.test.ts Revert "Elasticsearch: add frozen indices search support (#27472)" (#27726) 2020-09-23 12:24:46 +01:00
datasource.ts Chore: Remove angular dependency from data sources (#27735) 2020-10-01 18:51:23 +01:00
elastic_response.ts Elasticsearch: Fix ad-hoc filter support for Raw Data query and new table panel (#28064) 2020-10-07 09:37:31 +01:00
index_pattern.ts Elasticsearch: Fixes localized dates in index pattern (#27351) 2020-09-07 18:27:56 +02:00
language_provider.test.ts Chore: Remove angular dependency from data sources (#27735) 2020-10-01 18:51:23 +01:00
language_provider.ts Explore: Transform prometheus query to elasticsearch query (#23670) 2020-09-08 12:34:11 +02:00
metric_agg.ts Elasticsearch: Support chained pipeline aggregations (#27945) 2020-10-08 11:24:54 +01:00
module.ts Explore: Unification of logs/metrics/traces user interface (#25890) 2020-07-09 15:14:55 +01:00
pipeline_variables.ts noImplicitAny: 1670 errors (#18035) 2019-07-11 17:05:45 +02:00
plugin.json Chore: show grafana labs not project (#23913) 2020-04-26 15:34:56 -07:00
query_builder.ts Elasticsearch: Create Raw Doc metric to render raw JSON docs in columns in the new table panel (#26233) 2020-07-15 15:20:39 +02:00
query_ctrl.ts Fix matrics comparison to know when to refresh (#26382) 2020-07-22 13:29:30 +02:00
query_def.ts Elasticsearch: Support chained pipeline aggregations (#27945) 2020-10-08 11:24:54 +01: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: Support chained pipeline aggregations (#27945) 2020-10-08 11:24:54 +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:

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