grafana/public/app/plugins/datasource/elasticsearch
Ashley Harrison a95f556e24
Chore: Remove some `any`s (#110661)
* removing some (hopefully) dead code

* fix some more any

* more any fixes

* manually add suppressions

* remove type assertion

* couple more
2025-09-08 16:49:57 +01:00
..
components Chore: reduces barrel files part II (#107688) 2025-07-09 06:15:33 +02:00
configuration Accessibility: Make either `tooltip` or `aria-label` required when no button children present (#109131) 2025-08-05 12:04:35 +01:00
docs
hooks Chore: reduces barrel files (#107512) 2025-07-07 09:23:27 +02:00
img
test-helpers
IndexPattern.test.ts
IndexPattern.ts
LanguageProvider.test.ts Chore: reduces barrel files (#107512) 2025-07-07 09:23:27 +02:00
LanguageProvider.ts Chore: Remove some `any`s (#110661) 2025-09-08 16:49:57 +01:00
QueryBuilder.test.ts Chore: reduces barrel files (#107512) 2025-07-07 09:23:27 +02:00
QueryBuilder.ts Chore: reduces barrel files (#107512) 2025-07-07 09:23:27 +02:00
README.md
dataquery.cue
dataquery.gen.ts
datasource.test.ts Chore: reduces barrel files (#107512) 2025-07-07 09:23:27 +02:00
datasource.ts Chore: reduces barrel files (#107512) 2025-07-07 09:23:27 +02:00
guards.test.ts
guards.ts
mocks.ts Chore: reduces barrel files (#107512) 2025-07-07 09:23:27 +02:00
modifyQuery.test.ts
modifyQuery.ts Elasticsearch: Replace level in adhoc filters with level field name (#100315) 2025-02-25 09:16:55 -05:00
module.test.ts
module.ts Chore: reduces barrel files (#107512) 2025-07-07 09:23:27 +02:00
plugin.json Plugins: Update all core plugins with raise issue and docs links (#101929) 2025-03-12 14:15:46 +01:00
queryDef.test.ts
queryDef.ts Chore: reduces barrel files (#107512) 2025-07-07 09:23:27 +02:00
query_help.md
tracking.test.ts Chore: reduces barrel files (#107512) 2025-07-07 09:23:27 +02:00
tracking.ts Chore: reduces barrel files (#107512) 2025-07-07 09:23:27 +02:00
types.ts Chore: reduces barrel files (#107512) 2025-07-07 09:23:27 +02:00
utils.test.ts Chore: reduces barrel files (#107512) 2025-07-07 09:23:27 +02:00
utils.ts Chore: reduces barrel files (#107512) 2025-07-07 09:23:27 +02: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/