grafana/public/app/plugins/datasource/elasticsearch
Andreas Christou c1a46fdcb5
Elasticsearch: Decoupling from core (#115900)
* Complete decoupling of backend

- Replace usage of featuremgmt
- Copy simplejson
- Add standalone logic

* Complete frontend decoupling

- Fix imports
- Copy store and reducer logic

* Add required files for full decoupling

* Regen cue

* Prettier

* Remove unneeded script

* Jest fix

* Add jest config

* Lint

* Lit

* Prune suppresions
2026-01-14 12:54:21 +00:00
..
components Elasticsearch: Decoupling from core (#115900) 2026-01-14 12:54:21 +00:00
configuration Elasticsearch: Add support for serverless connections (#114855) 2026-01-14 12:51:42 +00:00
docs
hooks
img
reducers Elasticsearch: Decoupling from core (#115900) 2026-01-14 12:54:21 +00:00
store Elasticsearch: Decoupling from core (#115900) 2026-01-14 12:54:21 +00:00
test-helpers
types Elasticsearch: Decoupling from core (#115900) 2026-01-14 12:54:21 +00:00
CHANGELOG.md Elasticsearch: Decoupling from core (#115900) 2026-01-14 12:54:21 +00:00
dataquery.cue Elasticsearch: Raw query editor for DSL (#114066) 2025-12-15 19:11:05 +00:00
dataquery.gen.ts Elasticsearch: Raw query editor for DSL (#114066) 2025-12-15 19:11:05 +00:00
datasource.test.ts ElasticSearch: Update annotation time-range properties (#115500) 2025-12-18 14:38:15 +00:00
datasource.ts ElasticSearch: Update annotation time-range properties (#115500) 2025-12-18 14:38:15 +00:00
guards.test.ts
guards.ts
IndexPattern.test.ts
IndexPattern.ts
jest-setup.js Elasticsearch: Decoupling from core (#115900) 2026-01-14 12:54:21 +00:00
jest.config.js Elasticsearch: Decoupling from core (#115900) 2026-01-14 12:54:21 +00:00
LanguageProvider.test.ts
LanguageProvider.ts Chore: Remove some anys (#110661) 2025-09-08 16:49:57 +01:00
mocks.ts
modifyQuery.test.ts
modifyQuery.ts
module.test.ts
module.ts
package.json Elasticsearch: Decoupling from core (#115900) 2026-01-14 12:54:21 +00:00
plugin.json Elasticsearch: Decoupling from core (#115900) 2026-01-14 12:54:21 +00:00
project.json Elasticsearch: Decoupling from core (#115900) 2026-01-14 12:54:21 +00:00
query_help.md
QueryBuilder.test.ts
QueryBuilder.ts Elasticsearch: Add default query mode config setting (#112540) 2025-12-10 15:07:22 +00:00
queryDef.test.ts Elasticsearch: Add default query mode config setting (#112540) 2025-12-10 15:07:22 +00:00
queryDef.ts Elasticsearch: Add default query mode config setting (#112540) 2025-12-10 15:07:22 +00:00
README.md
tracking.test.ts
tracking.ts
tsconfig.json Elasticsearch: Decoupling from core (#115900) 2026-01-14 12:54:21 +00:00
types.ts Elasticsearch: Add support for serverless connections (#114855) 2026-01-14 12:51:42 +00:00
utils.test.ts
utils.ts
webpack.config.ts Elasticsearch: Decoupling from core (#115900) 2026-01-14 12:54:21 +00: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/