grafana/public/app/plugins/datasource/elasticsearch
Ivana Huckova da1d34e83d
Elasticsearch: Add deprecation notice for < 7.10 versions (#48506)
* Elasticsearch: Add deprecation notice for old versions

* Add option to remove notice

* Remove deprecation from editor

* Update

* Update public/app/plugins/datasource/elasticsearch/configuration/ConfigEditor.tsx

* Simplify

* Update documentation

* Update

* Update docs/sources/datasources/elasticsearch.md

Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>

Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2022-05-02 17:08:47 +02:00
..
components Select: Improve usability slightly (#47796) 2022-04-28 12:25:51 +02:00
configuration Elasticsearch: Add deprecation notice for < 7.10 versions (#48506) 2022-05-02 17:08:47 +02:00
hooks Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +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 Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
test-helpers Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
datasource.test.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
datasource.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
elastic_response.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
index_pattern.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
language_provider.test.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
language_provider.ts Explore: Generic query import/export (#40987) 2021-12-14 14:36:47 +01:00
module.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
plugin.json Plugins: Set backend metadata property for core plugins (#43349) 2021-12-22 17:59:26 +01:00
query_builder.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01: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 Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
utils.test.ts Elasticsearch: Migrate queryeditor to React (#28033) 2020-12-04 14:29:40 +00:00
utils.ts Elasticsearch: Add deprecation notice for < 7.10 versions (#48506) 2022-05-02 17:08:47 +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/