grafana/public/app/plugins/datasource/elasticsearch
Torkel Ödegaard bc60f9c403
Theme: Typography variables overhaul, theme cleanup, improvents to storybook ThemeColors component (#23531)
* Began text theme refactoring

* Consolidating blue varaibles

* Theme: Typography overhaul and theme cleanup

* Theme updates, alignment and fixes

* Updated snapshots

* Restored template variable class

* Updates

* added container

* Updated snapshot
2020-04-14 11:32:14 +02:00
..
components Explore: adds QueryRowErrors component, moves error display to QueryRow (#22438) 2020-03-11 10:01:58 +01:00
configuration Components: IconButton (#23510) 2020-04-11 16:07:18 +02:00
img Chore: fix modes for non-executable files (#16864) 2019-05-03 09:51:53 +02:00
partials Theme: Typography variables overhaul, theme cleanup, improvents to storybook ThemeColors component (#23531) 2020-04-14 11:32:14 +02:00
specs Chore: reduces strict null errors to 824 (#22744) 2020-03-12 10:22:33 +01:00
bucket_agg.ts Chore/Tech debt: Remove (most) instances of $q angular service use (#20668) 2019-12-05 09:04:03 +00:00
datasource.test.ts Elastic: To get fields, start with today's index and go backwards (#22318) 2020-03-02 10:45:31 +01:00
datasource.ts Elastic: To get fields, start with today's index and go backwards (#22318) 2020-03-02 10:45:31 +01:00
elastic_response.ts Elastic: Map level field based on config. (#22182) 2020-02-17 16:49:24 +01:00
index_pattern.ts noImplicitAny: 1670 errors (#18035) 2019-07-11 17:05:45 +02:00
metric_agg.ts Chore/Tech debt: Remove (most) instances of $q angular service use (#20668) 2019-12-05 09:04:03 +00:00
module.ts Chore: Reorg packages (#20111) 2019-10-31 10:48:05 +01:00
pipeline_variables.ts noImplicitAny: 1670 errors (#18035) 2019-07-11 17:05:45 +02:00
plugin.json Elasticsearch: Visualize logs in Explore (#17605) 2019-06-24 21:15:03 +01:00
query_builder.ts Plugins: Apply adhoc filter in Elasticsearch logs query (#21346) 2020-01-21 09:39:55 +00:00
query_ctrl.ts Types: Adds type safety to appEvents (#19418) 2019-10-14 09:27:47 +01:00
query_def.ts Chore: Bumps prettier version for new typescript syntax support (#20463) 2019-11-19 13:59:39 +00:00
query_help.md feat: finished work on the interval changes #9161 2017-09-04 13:27:28 +02:00
README.md Docs: Fixed broken links of Datasource doc at Grafana plugin page (#21363) 2020-01-10 12:38:16 +01:00
types.ts Elastic: Add data links in datasource config (#20186) 2019-12-11 17:40:56 +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/