The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/public/app/plugins/datasource/elasticsearch
Isabella Siu b3a12f486e
Elasticsearch: Use _field_caps instead of _mapping to get fields (#97607)
7 months ago
..
components Chore: Finish converting emotion styles to object syntax (#95399) 8 months ago
configuration Chore: Finish converting emotion styles to object syntax (#95399) 8 months ago
docs Elasticsearch: Add developer documentation (#89050) 1 year ago
hooks Elasticsearch: Use _field_caps instead of _mapping to get fields (#97607) 7 months ago
img
test-helpers React: Use new JSX transform (#88802) 1 year ago
ElasticResponse.test.ts Elasticsearch: Decouple frontend dependencies from core (#82179) 1 year ago
ElasticResponse.ts Chore: Improve types (#85659) 1 year ago
IndexPattern.test.ts Elasticsearch: Decouple frontend dependencies from core (#82179) 1 year ago
IndexPattern.ts Chore: Upgrade prettier to v3 (#71764) 2 years ago
LanguageProvider.test.ts Elasticsearch: decouple from timeSrv and templateSrv (#76894) 2 years ago
LanguageProvider.ts Elasticsearch: Fix adding of adhoc filters when jumping to explore (#60691) 3 years ago
QueryBuilder.test.ts Chore: Some test type fixes (#81812) 1 year ago
QueryBuilder.ts Chore: Various type improvements (#77877) 2 years ago
README.md
dataquery.cue Chore: Remove pfs.GrafanaPlugin from schemas (#71884) 2 years ago
dataquery.gen.ts Schemas: Reduce duplicated jenny code (#84061) 1 year ago
datasource.test.ts Elasticsearch: Use _field_caps instead of _mapping to get fields (#97607) 7 months ago
datasource.ts Elasticsearch: Use _field_caps instead of _mapping to get fields (#97607) 7 months ago
guards.test.ts Elasticsearch: remove usages of any (#69575) 2 years ago
guards.ts Elasticsearch: remove usages of any (#69575) 2 years ago
mocks.ts Elasticsearch: Remove `enableElasticsearchBackendQuerying` feature toggle (#88668) 1 year ago
modifyQuery.test.ts Elasticsearch: Fix modify query with backslashes (#79430) 2 years ago
modifyQuery.ts Elasticsearch: Stop escaping backslash in regex adhoc filter (#94577) 8 months ago
module.test.ts Elasticsearch: Add tracking for plugin adoption stats (#59954) 3 years ago
module.ts Elasticsearch: Add tracking for plugin adoption stats (#59954) 3 years ago
plugin.json ElasticSearch: Add keywords to plugin.json (#94174) 9 months ago
queryDef.test.ts Elasticsearch: rename public/app/plugins/source/elasticsearch/query_def.ts to follow convention (#55415) 3 years ago
queryDef.ts Elasticsearch: Unify default value for geo hash grid precision across the code to 3 (#73922) 2 years ago
query_help.md
tracking.test.ts Loki/Elasticsearch: prevent errors in onDashboardLoadedHandler (#79451) 2 years ago
tracking.ts Elasticsearch: Decouple frontend dependencies from core (#82179) 1 year ago
types.ts Frontend: Enable TS IsolatedModules (#95586) 8 months ago
utils.test.ts Elasticsearch: Decouple frontend dependencies from core (#82179) 1 year ago
utils.ts Elasticsearch: Decouple frontend dependencies from core (#82179) 1 year ago

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/