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
Giordano Ricci d8b4ed3a0e
Elasticsearch: fix handling of null values in query_builder (#30234)
5 years ago
..
components InlineSwitch: Added missing InlineSwitch component and fixed two places that used unaligned inline switch (#30162) 5 years ago
configuration Elasticsearch: Remove timeSrv dependency (#29770) 5 years ago
hooks Elasticsearch: Fix broken alerting when using pipeline aggregations (#29903) 5 years ago
img Chore: fix modes for non-executable files (#16864) 6 years ago
partials Elasticsearch: Migrate queryeditor to React (#28033) 5 years ago
specs Elasticsearch: fix handling of null values in query_builder (#30234) 5 years ago
README.md Docs: Fixed broken links of Datasource doc at Grafana plugin page (#21363) 6 years ago
datasource.test.ts Elastic: Support request cancellation properly (Uses new backendSrv.fetch Observable request API) (#30009) 5 years ago
datasource.ts Elastic: Support request cancellation properly (Uses new backendSrv.fetch Observable request API) (#30009) 5 years ago
elastic_response.ts Elasticsearch: View in context feature for logs (#28764) 5 years ago
index_pattern.ts Elasticsearch: Remove timeSrv dependency (#29770) 5 years ago
language_provider.test.ts Elasticsearch: Remove timeSrv dependency (#29770) 5 years ago
language_provider.ts Explore: Transform prometheus query to elasticsearch query (#23670) 5 years ago
module.ts Elasticsearch: Migrate queryeditor to React (#28033) 5 years ago
plugin.json Chore: show grafana labs not project (#23913) 5 years ago
query_builder.ts Elasticsearch: fix handling of null values in query_builder (#30234) 5 years ago
query_def.ts Elasticsearch: Migrate queryeditor to React (#28033) 5 years ago
query_help.md feat: finished work on the interval changes #9161 8 years ago
types.ts Elasticsearch: Remove timeSrv dependency (#29770) 5 years ago
utils.test.ts Elasticsearch: Migrate queryeditor to React (#28033) 5 years ago
utils.ts Elasticsearch: Migrate queryeditor to React (#28033) 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/