grafana/public/app/plugins/datasource/elasticsearch
Piotr Jamróz 19374fce39
Explore: Generic query import/export (#40987)
* Add basic implementation

* Split import/export query interface

* Rename abstract query type

* Rename abstract query type

* Split loki/prom parsing

* Update docs

* Test importing abstract queries to Elastic

* Test exporting abstract queries from Graphite

* Test Prom and Loki query import/export

* Give better control to import/export all queries to data sources

* Fix unit test

* Fix unit test

* Filter out non-existing labels when importing queries to Loki

* Fix relative imports, names and docs

* Fix import type

* Move toPromLike query to Prometheus code

* Dedup label operator mappings

* importAbstractQueries -> importFromAbstractQueries

* Fix unit tests
2021-12-14 14:36:47 +01:00
..
components Elasticsearch: Fix fastpass A11y issues (#42657) 2021-12-06 13:00:10 +00:00
configuration Elasticsearch: Display custom values in version select (#42051) 2021-11-22 15:14:11 +01:00
hooks Elasticsearch: Only show numbers in histogram field autocomplete (#38631) 2021-08-27 17:19:44 +01: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: omit query_string filter when no lucene query is provided (#42060) 2021-11-24 14:09:10 +00:00
test-helpers Elasticsearch: Prevent pipeline aggregations to show up in terms order by options (#38448) 2021-09-02 16:00:40 +02:00
datasource.test.ts Elasticsearch: omit query_string filter when no lucene query is provided (#42060) 2021-11-24 14:09:10 +00:00
datasource.ts Explore: Generic query import/export (#40987) 2021-12-14 14:36:47 +01:00
elastic_response.ts Explore: Prevent empty Elasticsearch logs query responses from hiding the logs panel (#40217) 2021-10-12 13:59:28 +01:00
index_pattern.ts Elasticsearch: revert to isoWeek when resolving weekly indices (#31709) 2021-03-05 09:28:46 +00:00
language_provider.test.ts Explore: Generic query import/export (#40987) 2021-12-14 14:36:47 +01:00
language_provider.ts Explore: Generic query import/export (#40987) 2021-12-14 14:36:47 +01: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: omit query_string filter when no lucene query is provided (#42060) 2021-11-24 14:09:10 +00:00
query_def.ts Elasticsearch: automatically set date_histogram field based on data source configuration (#33840) 2021-05-10 14:28:47 +01:00
query_help.md Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 2021-09-29 14:34:40 +02:00
README.md Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 2021-09-29 14:34:40 +02:00
types.ts Elasticsearch: omit query_string filter when no lucene query is provided (#42060) 2021-11-24 14:09:10 +00:00
utils.test.ts Elasticsearch: Migrate queryeditor to React (#28033) 2020-12-04 14:29:40 +00:00
utils.ts Elasticsearch: use semver strings to identify ES version (#33646) 2021-05-11 09:44:00 +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/