grafana/public/app/plugins/datasource/elasticsearch
Andrej Ocenas 2ca6df814e
Elastic: Internal data links (#25942)
* Allow internal datalinks for elastic

* Add docs

* Update docs/sources/features/datasources/elasticsearch.md

Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>

Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-07-01 09:45:21 +02:00
..
components Editor: New line on Enter, run query on Shift+Enter (#24654) 2020-05-14 15:13:45 +02:00
configuration Elastic: Internal data links (#25942) 2020-07-01 09:45:21 +02:00
img Chore: fix modes for non-executable files (#16864) 2019-05-03 09:51:53 +02:00
partials Elasticsearch: Support using a variable for histogram and terms min doc count (#25392) 2020-06-17 10:04:38 +02:00
specs Elasticsearch: Support using a variable for histogram and terms min doc count (#25392) 2020-06-17 10:04:38 +02: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: Internal data links (#25942) 2020-07-01 09:45:21 +02:00
datasource.ts Elastic: Internal data links (#25942) 2020-07-01 09:45:21 +02:00
elastic_response.ts Elastic: prevents datasource from throwing unexpected errors for invalid JSON (#24999) 2020-06-09 17:32:47 +02: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 Chore: show grafana labs not project (#23913) 2020-04-26 15:34:56 -07:00
query_builder.ts Elasticsearch: Support using a variable for histogram and terms min doc count (#25392) 2020-06-17 10:04:38 +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 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: Internal data links (#25942) 2020-07-01 09:45:21 +02: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/