mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
* Elasticsearch: Prevent pipeline aggregations to show up in terms order by options * fix optional props * Refactor & add tests * Fix & lower strict ts count * Update public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/SettingsEditor/TermsSettingsEditor.test.tsx Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com> * Update public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/SettingsEditor/TermsSettingsEditor.test.tsx Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com> Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com> |
||
---|---|---|
.. | ||
components | ||
configuration | ||
hooks | ||
img | ||
partials | ||
specs | ||
test-helpers | ||
datasource.test.ts | ||
datasource.ts | ||
elastic_response.ts | ||
index_pattern.ts | ||
language_provider.test.ts | ||
language_provider.ts | ||
module.ts | ||
plugin.json | ||
query_builder.ts | ||
query_def.ts | ||
query_help.md | ||
README.md | ||
types.ts | ||
utils.test.ts | ||
utils.ts |
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/