mirror of
https://github.com/grafana/grafana.git
synced 2025-01-09 07:33:42 -06:00
65b1e536d7
* Elasticsearch: Add word highlighting to logs * Remove unused deps; refactor matching code to remove matchAll * Adding searchWords test * Adding two matches for highlighting * Adding code comments * formatting comments |
||
---|---|---|
.. | ||
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/