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 d832bde270
Upgrade `@testing-library/user-event` to v14 (#47898)
4 years ago
..
components Upgrade `@testing-library/user-event` to v14 (#47898) 4 years ago
configuration Added button type to avoid trigger on enter (#47147) 4 years ago
hooks Update dependency prettier to v2.5.1 (#43473) 4 years ago
img
partials Elasticsearch: Migrate queryeditor to React (#28033) 5 years ago
specs Update dependency prettier to v2.5.1 (#43473) 4 years ago
test-helpers Elasticsearch: Prevent pipeline aggregations to show up in terms order by options (#38448) 4 years ago
README.md Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 4 years ago
datasource.test.ts Update dependency prettier to v2.5.1 (#43473) 4 years ago
datasource.ts TemplateSrv: exposing a function to detect if a target contains a template (#45214) 4 years ago
elastic_response.ts Update dependency prettier to v2.5.1 (#43473) 4 years ago
index_pattern.ts Elasticsearch: revert to isoWeek when resolving weekly indices (#31709) 5 years ago
language_provider.test.ts Explore: Generic query import/export (#40987) 4 years ago
language_provider.ts Explore: Generic query import/export (#40987) 4 years ago
module.ts Elasticsearch: Migrate queryeditor to React (#28033) 5 years ago
plugin.json Plugins: Set backend metadata property for core plugins (#43349) 4 years ago
query_builder.ts Elasticsearch: omit query_string filter when no lucene query is provided (#42060) 4 years ago
query_def.ts Elasticsearch: automatically set date_histogram field based on data source configuration (#33840) 5 years ago
query_help.md Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 4 years ago
types.ts Elasticsearch: omit query_string filter when no lucene query is provided (#42060) 4 years ago
utils.test.ts Elasticsearch: Migrate queryeditor to React (#28033) 5 years ago
utils.ts Elasticsearch: use semver strings to identify ES version (#33646) 5 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/