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
Ashley Harrison 765a1f8533
Chore: fix some bad uses of `userEvent` (#82191)
2 years ago
..
components Chore: fix some bad uses of `userEvent` (#82191) 2 years ago
configuration Divider: Remove core component and replace with `grafana/ui` components (#80574) 2 years ago
hooks
img
test-helpers
ElasticResponse.test.ts
ElasticResponse.ts
IndexPattern.test.ts
IndexPattern.ts
LanguageProvider.test.ts
LanguageProvider.ts
LegacyQueryRunner.ts
QueryBuilder.test.ts Chore: Some test type fixes (#81812) 2 years ago
QueryBuilder.ts
README.md
dataquery.cue
dataquery.gen.ts
datasource.test.ts Elasticsearch: Apply ad-hoc filters to annotation queries (#82032) 2 years ago
datasource.ts Elasticsearch: Apply ad-hoc filters to annotation queries (#82032) 2 years ago
guards.test.ts
guards.ts
mocks.ts Elasticsearch: Fix URL creation and allowlist for `/_mapping` requests (#80970) 2 years ago
modifyQuery.test.ts Elasticsearch: Fix modify query with backslashes (#79430) 2 years ago
modifyQuery.ts Elasticsearch: Fix modify query with backslashes (#79430) 2 years ago
module.test.ts
module.ts
plugin.json
queryDef.test.ts
queryDef.ts
query_help.md
tracking.test.ts Loki/Elasticsearch: prevent errors in onDashboardLoadedHandler (#79451) 2 years ago
tracking.ts Loki/Elasticsearch: prevent errors in onDashboardLoadedHandler (#79451) 2 years ago
types.ts Elasticsearch: Apply ad-hoc filters to annotation queries (#82032) 2 years ago
utils.test.ts
utils.ts

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/