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
Ivana Huckova 4b56493789
Elasticsearch: Add tracking for plugin adoption stats (#59954)
3 years ago
..
components Revert: Query editor components from grafana-ui (#57436) 3 years ago
configuration Grafana UI: Add experimental InteractiveTable component (#58223) 3 years ago
hooks Elasticsearch: rename public/app/plugins/source/elasticsearch/query_def.ts to follow convention (#55415) 3 years ago
img
test-helpers Chore: ESlint import order (#44959) 3 years ago
ElasticResponse.test.ts Elastic: always return DataFrames from the datasource's query method (#58636) 3 years ago
ElasticResponse.ts Elastic: always return DataFrames from the datasource's query method (#58636) 3 years ago
IndexPattern.test.ts Elasticsearch: Rename public/app/plugins/datasource/elasticsearch/index_pattern.ts to follow convention (#55532) 3 years ago
IndexPattern.ts Elasticsearch: Rename public/app/plugins/datasource/elasticsearch/index_pattern.ts to follow convention (#55532) 3 years ago
LanguageProvider.test.ts Elasticsearch: Rename public/app/plugins/datasource/elasticsearch/language_provider.ts to follow convention (#55430) 3 years ago
LanguageProvider.ts Elasticsearch: Rename public/app/plugins/datasource/elasticsearch/language_provider.ts to follow convention (#55430) 3 years ago
QueryBuilder.test.ts Elasticsearch: Fix removing of empty settings from query in backend implementation (#59704) 3 years ago
QueryBuilder.ts elasticsearch: improved types in the typescript files (#56293) 3 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: Add tracking for plugin adoption stats (#59954) 3 years ago
datasource.ts Elasticsearch: Add tracking for plugin adoption stats (#59954) 3 years ago
mocks.ts Elasticsearch: fix types in test and add mock factory (#54582) 3 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: rename public/app/plugins/source/elasticsearch/query_def.ts to follow convention (#55415) 3 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: Add tracking for plugin adoption stats (#59954) 3 years ago
types.ts Chore: ESlint import order (#44959) 3 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/