grafana/public/app/plugins/datasource/elasticsearch
Giordano Ricci 7c3565379a
Elasticsearch: Fix fastpass A11y issues (#42657)
* Add labels to Date Histogram settings fields

* Add labels to Terms settings fields

* Add labels to Filters settings fields

* Add labels to Geo Hash Grid settings fields

* Add labels to Histogram settings fields

* Add labels to Percentiles settings fields

* Add labels to Moving Avg settings fields

* Add labels to Bucket Script settings fields
2021-12-06 13:00:10 +00:00
..
components Elasticsearch: Fix fastpass A11y issues (#42657) 2021-12-06 13:00:10 +00:00
configuration Elasticsearch: Display custom values in version select (#42051) 2021-11-22 15:14:11 +01:00
hooks Elasticsearch: Only show numbers in histogram field autocomplete (#38631) 2021-08-27 17:19:44 +01:00
img Chore: fix modes for non-executable files (#16864) 2019-05-03 09:51:53 +02:00
partials Elasticsearch: Migrate queryeditor to React (#28033) 2020-12-04 14:29:40 +00:00
specs Elasticsearch: omit query_string filter when no lucene query is provided (#42060) 2021-11-24 14:09:10 +00:00
test-helpers Elasticsearch: Prevent pipeline aggregations to show up in terms order by options (#38448) 2021-09-02 16:00:40 +02:00
datasource.test.ts Elasticsearch: omit query_string filter when no lucene query is provided (#42060) 2021-11-24 14:09:10 +00:00
datasource.ts Elasticsearch: omit query_string filter when no lucene query is provided (#42060) 2021-11-24 14:09:10 +00:00
elastic_response.ts Explore: Prevent empty Elasticsearch logs query responses from hiding the logs panel (#40217) 2021-10-12 13:59:28 +01:00
index_pattern.ts Elasticsearch: revert to isoWeek when resolving weekly indices (#31709) 2021-03-05 09:28:46 +00:00
language_provider.test.ts Elasticsearch: don't add bucket aggregations when importing log queries (#34281) 2021-05-18 14:40:53 +01:00
language_provider.ts Chore: Fix more TypeScript strict errors (#37066) 2021-07-22 08:09:55 +01:00
module.ts Elasticsearch: Migrate queryeditor to React (#28033) 2020-12-04 14:29:40 +00:00
plugin.json Chore: show grafana labs not project (#23913) 2020-04-26 15:34:56 -07:00
query_builder.ts Elasticsearch: omit query_string filter when no lucene query is provided (#42060) 2021-11-24 14:09:10 +00:00
query_def.ts Elasticsearch: automatically set date_histogram field based on data source configuration (#33840) 2021-05-10 14:28:47 +01:00
query_help.md Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 2021-09-29 14:34:40 +02:00
README.md Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 2021-09-29 14:34:40 +02:00
types.ts Elasticsearch: omit query_string filter when no lucene query is provided (#42060) 2021-11-24 14:09:10 +00:00
utils.test.ts Elasticsearch: Migrate queryeditor to React (#28033) 2020-12-04 14:29:40 +00:00
utils.ts Elasticsearch: use semver strings to identify ES version (#33646) 2021-05-11 09:44:00 +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/