grafana/public/app/plugins/datasource/elasticsearch
2022-10-04 15:08:57 +02:00
..
components Fix: use type=button in editor (#55731) 2022-09-27 09:20:23 +01:00
configuration fix(elasticsearch): remove deprecated elastic versions (#54632) 2022-09-06 09:42:39 -04:00
hooks Elasticsearch: rename public/app/plugins/source/elasticsearch/query_def.ts to follow convention (#55415) 2022-09-21 10:25:04 +02:00
img
test-helpers Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
datasource.test.ts Elasticsearch: fix types in test and add mock factory (#54582) 2022-09-06 14:35:54 +02:00
datasource.ts Logs: move logs-functions from grafana-data to grafana-main (#55457) 2022-09-30 12:16:47 +02:00
ElasticResponse.test.ts Elasticsearch: Rename public/app/plugins/datasource/elasticsearch/elastic_response.ts to follow convention (#55533) 2022-09-26 16:53:25 +02:00
ElasticResponse.ts Elasticsearch: Rename public/app/plugins/datasource/elasticsearch/elastic_response.ts to follow convention (#55533) 2022-09-26 16:53:25 +02:00
IndexPattern.test.ts Elasticsearch: Rename public/app/plugins/datasource/elasticsearch/index_pattern.ts to follow convention (#55532) 2022-09-22 14:04:16 +00:00
IndexPattern.ts Elasticsearch: Rename public/app/plugins/datasource/elasticsearch/index_pattern.ts to follow convention (#55532) 2022-09-22 14:04:16 +00:00
LanguageProvider.test.ts Elasticsearch: Rename public/app/plugins/datasource/elasticsearch/language_provider.ts to follow convention (#55430) 2022-09-20 11:34:07 +02:00
LanguageProvider.ts Elasticsearch: Rename public/app/plugins/datasource/elasticsearch/language_provider.ts to follow convention (#55430) 2022-09-20 11:34:07 +02: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_help.md Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 2021-09-29 14:34:40 +02:00
QueryBuilder.test.ts elasticsearch: improved types in the typescript files (#56293) 2022-10-04 15:08:57 +02:00
QueryBuilder.ts elasticsearch: improved types in the typescript files (#56293) 2022-10-04 15:08:57 +02:00
queryDef.test.ts Elasticsearch: rename public/app/plugins/source/elasticsearch/query_def.ts to follow convention (#55415) 2022-09-21 10:25:04 +02:00
queryDef.ts Elasticsearch: rename public/app/plugins/source/elasticsearch/query_def.ts to follow convention (#55415) 2022-09-21 10:25:04 +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 fix(elasticsearch): remove deprecated elastic versions (#54632) 2022-09-06 09:42:39 -04:00
utils.ts Chore: Upgrade Typescript to 4.8.2 (#54901) 2022-09-09 16:17:58 +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/