grafana/public/app/features/explore/state
Marcus Efraimsson eecd8d1064 Elasticsearch: Visualize logs in Explore (#17605)
* explore: try to use existing mode when switching datasource

* elasticsearch: initial explore logs support

* Elasticsearch: Adds ElasticsearchOptions type
Updates tests accordingly

* Elasticsearch: Adds typing to query method

* Elasticsearch: Makes maxConcurrentShardRequests optional

* Explore: Allows empty query for elasticsearch datasource

* Elasticsearch: Unifies ElasticsearchQuery interface definition
Removes check for context === 'explore'

* Elasticsearch: Removes context property from ElasticsearchQuery interface
Adds field property
Removes metricAggs property
Adds typing to metrics property

* Elasticsearch: Runs default 'empty' query when 'clear all' button is pressed

* Elasticsearch: Removes index property from ElasticsearchOptions interface

* Elasticsearch: Removes commented code from ElasticsearchQueryField.tsx

* Elasticsearch: Adds comment warning usage of for...in to elastic_response.ts

* Elasticsearch: adds tests related to log queries
2019-06-24 21:15:03 +01:00
..
epics Explore: Queries the datasource once per run query and uses DataStreamObserver (#17263) 2019-06-03 14:54:32 +02:00
actions.test.ts Explore: Update the way Loki retrieve log context (#17204) 2019-05-22 23:10:05 +02:00
actions.ts Explore: Clear queries when switching between metrics and logs (#17505) 2019-06-11 16:18:33 +02:00
actionTypes.ts Explore: Queries the datasource once per run query and uses DataStreamObserver (#17263) 2019-06-03 14:54:32 +02:00
reducers.test.ts Explore: Queries the datasource once per run query and uses DataStreamObserver (#17263) 2019-06-03 14:54:32 +02:00
reducers.ts Elasticsearch: Visualize logs in Explore (#17605) 2019-06-24 21:15:03 +01:00
selectors.test.ts Explore: Update the way Loki retrieve log context (#17204) 2019-05-22 23:10:05 +02:00
selectors.ts explore: fix issues when loading and both graph/table are collapsed (#17113) 2019-05-17 12:45:11 +02:00