grafana/public/app/plugins/datasource/elasticsearch
Kevin Retzke 51d1261a4b
Elasticsearch: Adds cumulative sum aggregation support (#24820)
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
2020-06-01 23:55:15 +02:00
..
components Editor: New line on Enter, run query on Shift+Enter (#24654) 2020-05-14 15:13:45 +02:00
configuration Datasources: fixes async mount errors (#24579) 2020-05-14 14:25:52 +02:00
img
partials Elasticsearch: Adds cumulative sum aggregation support (#24820) 2020-06-01 23:55:15 +02:00
specs Elasticsearch: Adds cumulative sum aggregation support (#24820) 2020-06-01 23:55:15 +02:00
README.md Docs: Fixed broken links of Datasource doc at Grafana plugin page (#21363) 2020-01-10 12:38:16 +01:00
bucket_agg.ts Chore: changes elastic terms min_doc_count default from 1 to 0 (#24204) 2020-05-04 11:31:52 +02:00
datasource.test.ts Elastic: To get fields, start with today's index and go backwards (#22318) 2020-03-02 10:45:31 +01:00
datasource.ts Elastic: To get fields, start with today's index and go backwards (#22318) 2020-03-02 10:45:31 +01:00
elastic_response.ts Explore: Fix showing of results of queries in table (#24018) 2020-04-30 12:41:03 +02:00
index_pattern.ts
metric_agg.ts Chore/Tech debt: Remove (most) instances of $q angular service use (#20668) 2019-12-05 09:04:03 +00:00
module.ts Chore: Reorg packages (#20111) 2019-10-31 10:48:05 +01:00
pipeline_variables.ts
plugin.json Chore: show grafana labs not project (#23913) 2020-04-26 15:34:56 -07:00
query_builder.ts Elastic: Fix building of raw document queries resulting in error Unknown BaseAggregationBuilder error (#24403) 2020-05-07 21:43:41 +02:00
query_ctrl.ts Types: Adds type safety to appEvents (#19418) 2019-10-14 09:27:47 +01:00
query_def.ts Elasticsearch: Adds cumulative sum aggregation support (#24820) 2020-06-01 23:55:15 +02:00
query_help.md
types.ts Elastic: Add data links in datasource config (#20186) 2019-12-11 17:40:56 +01:00

README.md

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/