grafana/public/app/plugins/datasource/elasticsearch
Alcides Viamontes E cff2be0d66 elasticsearch: add 7.x version support (#16646)
Adds a new version option 7.0+ (70 internally).
Version 7.0+ doesn't include document types in index mappings 
so support for handling this have been added.
Version 7.0+ returns number of hits in a different way so 
support for handling this have been added.
Version 7.0+ doesn't support sending 
max_concurrent_shard_requests in multisearch header so 
support for sending this in query string have been added.
Update elastic6 docker block and dashboards (devenv) to use 
6.7.1 images, filebeat index name is now filebeat-YYYY.MM.DD 
and dashboard include correct tags and links.
Add elastic7 docker block and provisioning (devenv).
Updates documentation regarding new version.

Closes #15622
2019-04-25 09:41:13 +02:00
..
img missing space 2017-02-13 18:47:59 -08:00
partials fix: Add class for input fields with help icon to avoid icon hiding the text #15771 2019-03-06 14:45:13 +01:00
specs elasticsearch: add 7.x version support (#16646) 2019-04-25 09:41:13 +02:00
bucket_agg.ts Fix elastic ng-inject (build issue) (#14195) 2018-11-28 00:20:49 -08:00
config_ctrl.ts elasticsearch: add 7.x version support (#16646) 2019-04-25 09:41:13 +02:00
datasource.ts elasticsearch: add 7.x version support (#16646) 2019-04-25 09:41:13 +02:00
elastic_response.ts elasticsearch: add 7.x version support (#16646) 2019-04-25 09:41:13 +02:00
index_pattern.ts changed var to const 2 (#13068) 2018-08-29 14:27:29 +02:00
metric_agg.ts Chore: Adds typings to lodash (#16590) 2019-04-15 12:11:52 +02:00
module.ts removed QueryOptionsCtrl references 2018-06-09 16:06:03 -04:00
pipeline_variables.ts add missing ngInject annotation 2019-01-31 16:45:32 +01:00
plugin.json cleanup plugin versions 2019-03-05 23:40:03 -08:00
query_builder.ts elasticsearch: support bucket script pipeline aggregations 2018-12-20 01:24:36 +01:00
query_ctrl.ts Chore: Adds typings to lodash (#16590) 2019-04-15 12:11:52 +02:00
query_def.ts Chore: Adds typings to lodash (#16590) 2019-04-15 12:11:52 +02:00
query_help.md feat: finished work on the interval changes #9161 2017-09-04 13:27:28 +02:00
README.md plugins: update meta data for all core plugins 2018-02-15 16:50:38 +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:

http://docs.grafana.org/datasources/elasticsearch/