grafana/public/app/plugins/datasource/elasticsearch
Dominik Prokop e612d7a2f9
New panel edit: data links edit (#22077)
* Move data links suggestions to grafana-data

* Data links -  field config and overrides

* Lint

* Fix test

* Add variable suggestions  to field override context

* Revert "Move data links suggestions to grafana-data"

This reverts commit 5d8d01a65e.

* Move FieldConfigEditor to core
2020-02-11 13:48:36 +01:00
..
components Explore: Fix interpolation of error message (#20301) 2019-11-11 16:29:11 +01:00
configuration New panel edit: data links edit (#22077) 2020-02-11 13:48:36 +01:00
img Chore: fix modes for non-executable files (#16864) 2019-05-03 09:51:53 +02:00
partials ReactMigration: Migrate Loki and Elastic config pages to React (#19979) 2019-10-25 16:43:20 +02:00
specs Plugins: Apply adhoc filter in Elasticsearch logs query (#21346) 2020-01-21 09:39:55 +00:00
bucket_agg.ts Chore/Tech debt: Remove (most) instances of $q angular service use (#20668) 2019-12-05 09:04:03 +00:00
datasource.test.ts Chore: Remove angular dependency from backendSrv (#20999) 2020-01-21 10:08:07 +01:00
datasource.ts Loki: Fix Loki with repeated panels and interpolation for Explore (#21685) 2020-01-24 09:50:09 +01:00
elastic_response.ts Elastic: Fix parsing for millisecond number timestamps (#20290) 2019-12-04 14:43:43 +01:00
index_pattern.ts noImplicitAny: 1670 errors (#18035) 2019-07-11 17:05:45 +02:00
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 noImplicitAny: 1670 errors (#18035) 2019-07-11 17:05:45 +02:00
plugin.json Elasticsearch: Visualize logs in Explore (#17605) 2019-06-24 21:15:03 +01:00
query_builder.ts Plugins: Apply adhoc filter in Elasticsearch logs query (#21346) 2020-01-21 09:39:55 +00:00
query_ctrl.ts Types: Adds type safety to appEvents (#19418) 2019-10-14 09:27:47 +01:00
query_def.ts Chore: Bumps prettier version for new typescript syntax support (#20463) 2019-11-19 13:59:39 +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 Elastic: Add data links in datasource config (#20186) 2019-12-11 17:40:56 +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/