grafana/public/app/plugins/datasource/elasticsearch
Matias Chomicki baffc3d948
fix(elasticsearch): remove deprecated elastic versions (#54632)
* fix(elasticsearch): remove deprecated elastic versions

* fix(elasticsearch): make 8 the default and fallback version
2022-09-06 09:42:39 -04:00
..
components Elasticsearch: Remove any from public/app/plugins/datasource/elasticsearch/components/AddRemove.test.tsx (#54232) 2022-08-25 17:33:16 +02:00
configuration fix(elasticsearch): remove deprecated elastic versions (#54632) 2022-09-06 09:42:39 -04:00
hooks Chore: Remove any from `public/app/plugins/datasource/elasticsearch/hooks/useNextId.test.tsx` (#53427) 2022-08-10 09:25:35 +02:00
img
specs elastic: use millisecond-intervals (#54202) 2022-08-26 08:56:39 +02:00
test-helpers Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
README.md
datasource.test.ts Elasticsearch: fix types in test and add mock factory (#54582) 2022-09-06 14:35:54 +02:00
datasource.ts Elasticsearch: Respect time range in ad hoc filters (#53874) 2022-08-25 09:29:15 +02:00
elastic_response.ts rename table_model.ts => TableModel.ts (#51659) 2022-08-03 10:33:13 +00:00
index_pattern.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
language_provider.test.ts Elasticsearch: fix types in test and add mock factory (#54582) 2022-09-06 14:35:54 +02:00
language_provider.ts Explore: Generic query import/export (#40987) 2021-12-14 14:36:47 +01:00
mocks.ts Elasticsearch: fix types in test and add mock factory (#54582) 2022-09-06 14:35:54 +02:00
module.ts Elasticsearch: Migrate annotation editor to react (#49529) 2022-05-31 09:26:40 +01:00
plugin.json Plugins: Set backend metadata property for core plugins (#43349) 2021-12-22 17:59:26 +01:00
query_builder.ts elastic: use millisecond-intervals (#54202) 2022-08-26 08:56:39 +02:00
query_def.ts
query_help.md
types.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
utils.test.ts fix(elasticsearch): remove deprecated elastic versions (#54632) 2022-09-06 09:42:39 -04:00
utils.ts fix(elasticsearch): remove deprecated elastic versions (#54632) 2022-09-06 09:42:39 -04:00

README.md

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/