grafana/public/app/plugins/datasource/elasticsearch
2017-05-25 11:43:29 -04:00
..
img missing space 2017-02-13 18:47:59 -08:00
partials refactoring: Elasticearch filter label PR #8420 2017-05-23 15:14:23 +02:00
specs fix: Elasticsearch table aggregation and support for many aggregations of same type, now uses field name if more than 1 aggregation of same type, fixes #4709 2017-05-17 11:33:08 +02:00
bucket_agg.js elasticsearch: changed default terms min_doc_count to 1 and order by to desc, closes #8231 2017-05-09 08:33:37 +02:00
config_ctrl.ts feat(elastic): remove support for ES 1.x 2016-12-09 11:34:19 +01:00
datasource.d.ts feat(plugins): migrated elasticsearch to new plugin editor model, also minor fixes 2016-02-03 16:31:07 +01:00
datasource.js elasticsearch: improve validation and error message when adding/testing elasticsearch ds, #7836 2017-03-29 16:03:28 +02:00
elastic_response.d.ts tech(systemjs): almost all tests are passing 2015-12-21 16:00:58 +01:00
elastic_response.js fix: Elasticsearch table aggregation and support for many aggregations of same type, now uses field name if more than 1 aggregation of same type, fixes #4709 2017-05-17 11:33:08 +02:00
index_pattern.d.ts tech(systemjs): almost all tests are passing 2015-12-21 16:00:58 +01:00
index_pattern.js Fix elasticsearch hourly indexes 2016-01-07 14:39:20 -08:00
metric_agg.js Allowing "Unique Count"s of any data type (#7704) 2017-03-07 08:36:33 +01:00
module.ts feat(plugins): made it possible to have relative plugin template urls 2016-02-09 18:17:32 +01:00
plugin.json chore: update all grafana.org urls to .com 2017-03-21 15:37:55 +01:00
query_builder.d.ts tech(systemjs): almost all tests are passing 2015-12-21 16:00:58 +01:00
query_builder.js use fielddata_fields in elasticsearch 2.x queries 2017-05-25 11:43:29 -04:00
query_ctrl.ts tech(lodash): began migration work 2016-09-13 22:10:44 +02:00
query_def.d.ts tech(systemjs): almost all tests are passing 2015-12-21 16:00:58 +01:00
query_def.js elasticearch: added support for histogram aggregations, closes #3164 2017-03-29 13:44:50 +02:00
README.md docs(elastic): updates readme 2016-06-02 14:56:31 +02:00

Elasticsearch Datasource - 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/