grafana/public/app/plugins/datasource/elasticsearch
Ivana Huckova 3fd810417f
Elasticsearch: Create Raw Doc metric to render raw JSON docs in columns in the new table panel (#26233)
* test

* WIP: Create v2 version

* Update tests, remove conosole logs, refactor

* Remove incorrect types

* Update type

* Rename legacy and new metrics

* Update

* Run request when Raw Data tto Raw Document switch

* Fix size updating

* Remove _source field from table results as we are showing each source field as column

* Remove _source just for metrics, not logs

* Revert "Remove _source just for metrics, not logs"

This reverts commit 611b6922f7.

* Revert "Remove _source field from table results as we are showing each source field as column"

This reverts commit 31a9d5f81b.

* Add vis preference for logs

* Update visualisation to logs

* Revert "Revert "Remove _source just for metrics""

This reverts commit a102ab2894.

Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
2020-07-15 15:20:39 +02:00
..
components Editor: New line on Enter, run query on Shift+Enter (#24654) 2020-05-14 15:13:45 +02:00
configuration Chore: Fix typescript strict null fixes now at 298 (#26125) 2020-07-08 11:05:20 +02:00
img Chore: fix modes for non-executable files (#16864) 2019-05-03 09:51:53 +02:00
partials Elasticsearch: Create Raw Doc metric to render raw JSON docs in columns in the new table panel (#26233) 2020-07-15 15:20:39 +02:00
specs Elasticsearch: Create Raw Doc metric to render raw JSON docs in columns in the new table panel (#26233) 2020-07-15 15:20:39 +02:00
bucket_agg.ts Chore: changes elastic terms min_doc_count default from 1 to 0 (#24204) 2020-05-04 11:31:52 +02:00
datasource.test.ts Chore: Fix all Typescript strict null errors (#26204) 2020-07-10 12:46:59 +02:00
datasource.ts Chore: Removes some unneeded console logging and changes logs to errors (#26235) 2020-07-10 15:07:04 +01:00
elastic_response.ts Elasticsearch: Create Raw Doc metric to render raw JSON docs in columns in the new table panel (#26233) 2020-07-15 15:20:39 +02:00
index_pattern.ts Chore: Fix typescript strict null fixes now at 298 (#26125) 2020-07-08 11:05:20 +02:00
metric_agg.ts Elasticsearch: Create Raw Doc metric to render raw JSON docs in columns in the new table panel (#26233) 2020-07-15 15:20:39 +02:00
module.ts Explore: Unification of logs/metrics/traces user interface (#25890) 2020-07-09 15:14:55 +01:00
pipeline_variables.ts noImplicitAny: 1670 errors (#18035) 2019-07-11 17:05:45 +02:00
plugin.json Chore: show grafana labs not project (#23913) 2020-04-26 15:34:56 -07:00
query_builder.ts Elasticsearch: Create Raw Doc metric to render raw JSON docs in columns in the new table panel (#26233) 2020-07-15 15:20:39 +02:00
query_ctrl.ts Elasticsearch: Create Raw Doc metric to render raw JSON docs in columns in the new table panel (#26233) 2020-07-15 15:20:39 +02:00
query_def.ts Elasticsearch: Create Raw Doc metric to render raw JSON docs in columns in the new table panel (#26233) 2020-07-15 15:20:39 +02: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 Chore: Fix typescript strict null fixes now at 298 (#26125) 2020-07-08 11:05:20 +02: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/