grafana/public/app/plugins/datasource/elasticsearch
Sven Grossmann 3d033839d7
Elasticsearch: Fix URL creation and allowlist for /_mapping requests (#80970)
* Elasticsearch: Fix URL creation for mapping requests

* remove leading slash by default

* add comment for es route

* hardcode `_mapping`

* update doc
2024-01-23 12:41:13 +01:00
..
components Chore: Remove gf-form in UserPermission & Annotation Query (#78785) 2023-12-14 09:27:30 +02:00
configuration Divider: Remove core component and replace with grafana/ui components (#80574) 2024-01-16 13:27:51 +02: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 Chore: Remove pfs.GrafanaPlugin from schemas (#71884) 2023-07-19 03:46:13 -04:00
dataquery.gen.ts Chore: Generate plugin version and remove lineage version (#69781) 2023-06-27 12:47:14 +03:00
datasource.test.ts Elasticsearch: Fix URL creation and allowlist for /_mapping requests (#80970) 2024-01-23 12:41:13 +01:00
datasource.ts Elasticsearch: Fix URL creation and allowlist for /_mapping requests (#80970) 2024-01-23 12:41:13 +01: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 Chore: Remove unnecessary type assertions (#78009) 2023-11-14 09:17:29 +00:00
guards.test.ts Elasticsearch: remove usages of any (#69575) 2023-06-19 11:01:08 +02:00
guards.ts Elasticsearch: remove usages of any (#69575) 2023-06-19 11:01:08 +02: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 Chore: Upgrade prettier to v3 (#71764) 2023-07-17 15:58:22 +01:00
LanguageProvider.test.ts Elasticsearch: decouple from timeSrv and templateSrv (#76894) 2023-10-24 10:25:23 +02: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: Make it compatible with the new log context functionality (#70697) 2023-06-27 14:04:29 +02:00
mocks.ts Elasticsearch: Fix URL creation and allowlist for /_mapping requests (#80970) 2024-01-23 12:41:13 +01:00
modifyQuery.test.ts Elasticsearch: Fix modify query with backslashes (#79430) 2023-12-13 14:07:46 +01:00
modifyQuery.ts Elasticsearch: Fix modify query with backslashes (#79430) 2023-12-13 14:07:46 +01: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: Added support for calendar_interval in ES date histogram queries (#75459) 2023-10-09 12:37:38 +02:00
QueryBuilder.ts Chore: Various type improvements (#77877) 2023-11-09 17:39:02 +00: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: Unify default value for geo hash grid precision across the code to 3 (#73922) 2023-08-28 16:38:44 +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.test.ts Loki/Elasticsearch: prevent errors in onDashboardLoadedHandler (#79451) 2023-12-13 15:37:21 +02:00
tracking.ts Loki/Elasticsearch: prevent errors in onDashboardLoadedHandler (#79451) 2023-12-13 15:37:21 +02:00
types.ts Elasticsearch: HTTP settings migration (#72840) 2023-09-26 17:17:17 +02:00
utils.test.ts Elasticsearch: Enable logs samples for metric queries (#70258) 2023-06-22 12:53:05 +01:00
utils.ts Elasticsearch: Enable logs samples for metric queries (#70258) 2023-06-22 12:53:05 +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/