grafana/public/app/plugins/datasource/elasticsearch
2020-02-13 16:00:01 +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 Elastic: Replace range as number not string (#22173) 2020-02-13 16:00:01 +01:00
datasource.ts Elastic: Replace range as number not string (#22173) 2020-02-13 16:00:01 +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/