mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
* Elasticsearch: Add generic support for template variables * format MovingAverage settings as numbers * Move formatting logic to query builder & forma serial_diff settings as numbers * modify presence check * add todo * minor fixes * transform string values to numbers * Move casting logic * Slightly cleaner implementation * Add BE tests * Leverage elastic validation when string doesn't resolve to a numeric value * move newly introduced test to testify * add FE query_builder tests * check error * Parse values to float instead of int * Fix tests & ParseFloat bit size |
||
---|---|---|
.. | ||
components | ||
configuration | ||
hooks | ||
img | ||
partials | ||
specs | ||
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/