mirror of
https://github.com/grafana/grafana.git
synced 2026-02-18 18:20:52 -05:00
* Complete decoupling of backend - Replace usage of featuremgmt - Copy simplejson - Add standalone logic * Complete frontend decoupling - Fix imports - Copy store and reducer logic * Add required files for full decoupling * Regen cue * Prettier * Remove unneeded script * Jest fix * Add jest config * Lint * Lit * Prune suppresions |
||
|---|---|---|
| .. | ||
| components | ||
| configuration | ||
| docs | ||
| hooks | ||
| img | ||
| reducers | ||
| store | ||
| test-helpers | ||
| types | ||
| CHANGELOG.md | ||
| dataquery.cue | ||
| dataquery.gen.ts | ||
| datasource.test.ts | ||
| datasource.ts | ||
| guards.test.ts | ||
| guards.ts | ||
| IndexPattern.test.ts | ||
| IndexPattern.ts | ||
| jest-setup.js | ||
| jest.config.js | ||
| LanguageProvider.test.ts | ||
| LanguageProvider.ts | ||
| mocks.ts | ||
| modifyQuery.test.ts | ||
| modifyQuery.ts | ||
| module.test.ts | ||
| module.ts | ||
| package.json | ||
| plugin.json | ||
| project.json | ||
| query_help.md | ||
| QueryBuilder.test.ts | ||
| QueryBuilder.ts | ||
| queryDef.test.ts | ||
| queryDef.ts | ||
| README.md | ||
| tracking.test.ts | ||
| tracking.ts | ||
| tsconfig.json | ||
| types.ts | ||
| utils.test.ts | ||
| utils.ts | ||
| webpack.config.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/