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
Sven Grossmann a3ff758874
ElasticSearch: Fix dispatching queries at a wrong time (#55225)
3 years ago
..
components ElasticSearch: Fix dispatching queries at a wrong time (#55225) 3 years ago
configuration fix(elasticsearch): remove deprecated elastic versions (#54632) 3 years ago
hooks Chore: Remove any from `public/app/plugins/datasource/elasticsearch/hooks/useNextId.test.tsx` (#53427) 3 years ago
img
specs elastic: use millisecond-intervals (#54202) 3 years ago
test-helpers Chore: ESlint import order (#44959) 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 Elasticsearch: fix types in test and add mock factory (#54582) 3 years ago
datasource.ts Logs: move logs-components from grafana-ui to grafana-main (#55041) 3 years ago
elastic_response.ts rename table_model.ts => TableModel.ts (#51659) 3 years ago
index_pattern.ts Chore: ESlint import order (#44959) 4 years ago
language_provider.test.ts Elasticsearch: fix types in test and add mock factory (#54582) 3 years ago
language_provider.ts Explore: Generic query import/export (#40987) 4 years ago
mocks.ts Elasticsearch: fix types in test and add mock factory (#54582) 3 years ago
module.ts Elasticsearch: Migrate annotation editor to react (#49529) 4 years ago
plugin.json Plugins: Set backend metadata property for core plugins (#43349) 4 years ago
query_builder.ts elastic: use millisecond-intervals (#54202) 3 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 Chore: ESlint import order (#44959) 4 years ago
utils.test.ts fix(elasticsearch): remove deprecated elastic versions (#54632) 3 years ago
utils.ts Chore: Upgrade Typescript to 4.8.2 (#54901) 3 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/