grafana/public/app/plugins/datasource/elasticsearch
kay delaney 185442115c
Chore: Remove angular dependency from data sources (#27735)
* Chore: Remove angular dependency from data sources

* Removes default export for time and template srvs
Also uses @grafana/runtime versions of the interfaces where possible

* Replace usage of internal templateSrv where possible

* Use runtime templateSrv in a couple more places
2020-10-01 18:51:23 +01:00
..
components Editor: New line on Enter, run query on Shift+Enter (#24654) 2020-05-14 15:13:45 +02:00
configuration Chore: Upgrade typescript and related packages (#27316) 2020-09-25 15:48:41 +01: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: Add query's refId to each series returned by a query (#27614) 2020-09-24 18:06:19 +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: Add query's refId to each series returned by a query (#27614) 2020-09-24 18:06:19 +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: 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
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: 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_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 Revert "Elasticsearch: add frozen indices search support (#27472)" (#27726) 2020-09-23 12:24:46 +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/