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
Josh Hunt 2f2be24e01
Chore: Remove unnecessary type assertions (#78009)
2 years ago
..
components Chore: Various type improvements (#77877) 2 years ago
configuration Elasticsearch: Remove LegacyForms and gf-form from DataLink (#76397) 2 years ago
hooks Chore: Upgrade to react 18 (#64428) 2 years ago
img
test-helpers Chore: ESlint import order (#44959) 3 years ago
ElasticResponse.test.ts FieldValues: Use plain arrays instead of Vector (part 3 of 2) (#66612) 2 years ago
ElasticResponse.ts Chore: Remove unnecessary type assertions (#78009) 2 years ago
IndexPattern.test.ts Elasticsearch: Rename public/app/plugins/datasource/elasticsearch/index_pattern.ts to follow convention (#55532) 3 years 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) 2 years ago
LegacyQueryRunner.ts Elasticsearch: Make it compatible with the new log context functionality (#70697) 2 years ago
QueryBuilder.test.ts Elasticsearch: Added support for calendar_interval in ES date histogram queries (#75459) 2 years ago
QueryBuilder.ts Chore: Various type improvements (#77877) 2 years ago
README.md Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 4 years ago
dataquery.cue Chore: Remove pfs.GrafanaPlugin from schemas (#71884) 2 years ago
dataquery.gen.ts Chore: Generate plugin version and remove lineage version (#69781) 2 years ago
datasource.test.ts Elasticsearch: decouple from timeSrv and templateSrv (#76894) 2 years ago
datasource.ts Chore: Remove unnecessary type assertions (#78009) 2 years 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: decouple from timeSrv and templateSrv (#76894) 2 years ago
modifyQuery.test.ts Elasticsearch: Implement modify query using a Lucene parser (#71954) 2 years ago
modifyQuery.ts Chore: Update to typescript 5 (#76511) 2 years 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 Plugins: Set backend metadata property for core plugins (#43349) 3 years 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 Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 4 years ago
tracking.ts Elasticsearch: remove usages of any (#69575) 2 years ago
types.ts Elasticsearch: HTTP settings migration (#72840) 2 years ago
utils.test.ts Elasticsearch: Enable logs samples for metric queries (#70258) 2 years ago
utils.ts Elasticsearch: Enable logs samples for metric queries (#70258) 2 years 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/