grafana/public/app/plugins/datasource/elasticsearch
Ivana Huckova d88da205f6
Elasticsearch: Migrate annotation calls to be run trough resources (#68075)
* Update

* Remove comment

* Add annotation to test dashboard

* Update devenv dashboard to correctly use textField
2023-05-10 09:30:57 +02:00
..
components elastic: refactor: simplify query-type handling (#67921) 2023-05-10 08:50:59 +02:00
configuration Elastic: Store index in jsonData (#62808) 2023-04-19 09:30:09 +01:00
hooks Chore: Upgrade to react 18 (#64428) 2023-04-11 10:51:54 +01:00
img Chore: fix modes for non-executable files (#16864) 2019-05-03 09:51:53 +02:00
test-helpers Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
dataquery.cue Elastic Search: Fix BasePipelineMetricAggregation schema type (#64335) 2023-03-08 13:12:44 +02:00
dataquery.gen.ts Elastic Search: Fix BasePipelineMetricAggregation schema type (#64335) 2023-03-08 13:12:44 +02:00
datasource.test.ts Elasticsearch: Migrate annotation calls to be run trough resources (#68075) 2023-05-10 09:30:57 +02:00
datasource.ts Elasticsearch: Migrate annotation calls to be run trough resources (#68075) 2023-05-10 09:30:57 +02:00
ElasticResponse.test.ts FieldValues: Use plain arrays instead of Vector (part 3 of 2) (#66612) 2023-04-20 17:59:18 +03:00
ElasticResponse.ts FieldValues: Use plain arrays instead of Vector (part 3 of 2) (#66612) 2023-04-20 17:59:18 +03:00
IndexPattern.test.ts Elasticsearch: Rename public/app/plugins/datasource/elasticsearch/index_pattern.ts to follow convention (#55532) 2022-09-22 14:04:16 +00:00
IndexPattern.ts Elasticsearch: Run log context queries through backend (#65805) 2023-04-05 18:32:02 +02:00
LanguageProvider.test.ts Elasticsearch: Fix adding of adhoc filters when jumping to explore (#60691) 2022-12-22 16:06:30 +01:00
LanguageProvider.ts Elasticsearch: Fix adding of adhoc filters when jumping to explore (#60691) 2022-12-22 16:06:30 +01:00
LegacyQueryRunner.ts Elasticsearch: Migrate annotation calls to be run trough resources (#68075) 2023-05-10 09:30:57 +02:00
mocks.ts Elasticsearch: Removed reference to obsolete esVersion value (#65415) 2023-03-28 17:04:56 +03:00
module.test.ts Elasticsearch: Add tracking for plugin adoption stats (#59954) 2022-12-08 11:28:40 +01:00
module.ts Elasticsearch: Add tracking for plugin adoption stats (#59954) 2022-12-08 11:28:40 +01:00
plugin.json Plugins: Set backend metadata property for core plugins (#43349) 2021-12-22 17:59:26 +01:00
query_help.md Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 2021-09-29 14:34:40 +02:00
QueryBuilder.test.ts Elasticsearch: Unify adhoc variables processing (#65274) 2023-03-23 17:46:33 +01:00
QueryBuilder.ts Elasticsearch: Unify adhoc variables processing (#65274) 2023-03-23 17:46:33 +01:00
queryDef.test.ts Elasticsearch: rename public/app/plugins/source/elasticsearch/query_def.ts to follow convention (#55415) 2022-09-21 10:25:04 +02:00
queryDef.ts Elasticsearch: Use generated types in data source (#62753) 2023-02-03 12:04:12 -05:00
README.md Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 2021-09-29 14:34:40 +02:00
tracking.ts Elasticsearch: Deprecate index setting for annotation queries (#67046) 2023-04-24 17:02:55 +02:00
types.ts elastic: refactor: simplify query-type handling (#67921) 2023-05-10 08:50:59 +02:00
utils.test.ts Elasticsearch: Removed reference to obsolete esVersion value (#65415) 2023-03-28 17:04:56 +03:00
utils.ts Elasticsearch: Update required database version to 7.16 (#66928) 2023-04-21 13:37:04 +02:00

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/