grafana/public/app/plugins/datasource/elasticsearch
Ivana Huckova ccfa9a4ef0
Elasticsearch: Implement schema for query (#62147)
* Elasticsearch: Implement schema for query

* Comment out types I am not sure how to do

* Manually fix typing for PipelineMetricAggregationWithMultipleBucketPaths and BasePipelineMetricAggregation

* Import types to types.ts to have single source of truth

* Cleanup, reorder

* Remove unnecesary Schema.

* Fix test

* Refactor
2023-02-02 09:01:02 +01:00
..
components Elasticsearch: Support nested aggregation (#62301) 2023-01-27 16:18:36 +01:00
configuration Plugins: add UI for more supported datasources with secure socks proxy feature toggle (#61962) 2023-01-25 08:39:17 -07:00
hooks Elasticsearch: rename public/app/plugins/source/elasticsearch/query_def.ts to follow convention (#55415) 2022-09-21 10:25:04 +02: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 Elasticsearch: Implement schema for query (#62147) 2023-02-02 09:01:02 +01:00
dataquery.gen.ts Elasticsearch: Implement schema for query (#62147) 2023-02-02 09:01:02 +01:00
datasource.test.ts Elasticsearch: Implement schema for query (#62147) 2023-02-02 09:01:02 +01:00
datasource.ts Explore: Add feature to open log sample in split view (#62097) 2023-01-26 16:06:10 +01:00
ElasticResponse.test.ts Elastic: always return DataFrames from the datasource's query method (#58636) 2022-11-28 08:57:56 +01:00
ElasticResponse.ts Elasticsearch: Support nested aggregation (#62301) 2023-01-27 16:18:36 +01: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: Rename public/app/plugins/datasource/elasticsearch/index_pattern.ts to follow convention (#55532) 2022-09-22 14:04:16 +00: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
mocks.ts Elasticsearch: fix types in test and add mock factory (#54582) 2022-09-06 14:35:54 +02: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: Support nested aggregation (#62301) 2023-01-27 16:18:36 +01:00
QueryBuilder.ts Elasticsearch: Support nested aggregation (#62301) 2023-01-27 16:18:36 +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: rename public/app/plugins/source/elasticsearch/query_def.ts to follow convention (#55415) 2022-09-21 10:25:04 +02: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 Loki/ES: Add further items to query tracking (#60347) 2022-12-15 09:59:50 +01:00
types.ts Elasticsearch: Implement schema for query (#62147) 2023-02-02 09:01:02 +01:00
utils.test.ts fix(elasticsearch): remove deprecated elastic versions (#54632) 2022-09-06 09:42:39 -04:00
utils.ts Chore: Upgrade Typescript to 4.8.2 (#54901) 2022-09-09 16:17:58 +01: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/