Giordano Ricci
15978900a9
Elasticsearch: Allow setting a custom limit for log queries ( #32422 )
2021-04-13 17:39:07 +01:00
Giordano Ricci and Piotr Jamróz
317909f0c9
Elasticsearch: Fix bucket script variable duplication in UI ( #32705 )
...
* Elasticsearch: Fix bucket script variable duplication
* Generate names based on previous value & fix list key
* Fix typos
Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com >
Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com >
2021-04-06 13:16:23 +01:00
Giordano Ricci
bc60991fae
CloudWarch: Fix service quotas link ( #32686 )
2021-04-05 12:59:59 +01:00
Giordano Ricci
fddc83ec7c
Elasticsearch: Disable Alias field for non-timeseries queries ( #32279 )
...
* Elasticsearch: Disable Alias field for non-timeseries queries
* Update public/app/plugins/datasource/elasticsearch/components/QueryEditor/index.test.tsx
2021-04-02 11:06:34 +01:00
Giordano Ricci
f7b408f99f
Elasticsearch: use application/x-ndjson content type for multisearch requests ( #32282 )
2021-03-29 23:41:45 +01:00
Giordano Ricci
85a6544198
Elasticsearch: Guess field type from first non-empty value ( #32290 )
2021-03-26 16:08:38 +00:00
Giordano Ricci
f7d079c0a5
Chore: Remove elasticsearch 1.x from devenv ( #32283 )
2021-03-24 14:57:32 +00:00
Giordano Ricci
a8ed304f82
Chore: remove checkout step ( #31614 )
2021-03-24 13:40:34 +00:00
Giordano Ricci
0c2045109e
Chore: Collect elasticsearch version usage stats ( #31787 )
...
* Chore: Collect elasticsearch version usage stats
* Fix lint error
* use GetDataSources from sqlstore
* Apply review suggestions
* Return error if datasource type is not specified
* Update pkg/services/sqlstore/datasource.go
* fix undefined var
2021-03-17 09:14:53 +00:00
Giordano Ricci
7e0b1f2619
Templating: use dashboard timerange when variables are set to refresh 'On Dashboard Load' ( #31721 )
...
* Templating: use dashboard timerange when variables are set to load 'On Dashboard Load'
* Add test
2021-03-09 09:20:21 +00:00
Giordano Ricci
64a8514e47
Elasticsearch: Fix script fields in query editor ( #31681 )
...
* Elasticsearch: Fix script fields in query editor
* properly name bucke_script deries
2021-03-05 12:48:45 +00:00
Giordano Ricci
bbee7da3e0
Elasticsearch: revert to isoWeek when resolving weekly indices ( #31709 )
...
* Elasticsearch: revert to isoWeek when resolving weekly indices
* Add type assertion explainer
2021-03-05 09:28:46 +00:00
Giordano Ricci and Ivana Huckova
3cf0103782
Elasticsearch: Fix impossibility to perform non-logs queries after importing queries from loki or prometheus in explore ( #31518 )
...
* Chore: remove isLogsQuery flag from ES datasource
* Minore chores
* Update public/app/plugins/datasource/elasticsearch/datasource.ts
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com >
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com >
2021-03-02 09:10:41 +00:00
Giordano Ricci
4429f2cf58
Elasticsearch: Fix query initialization logic & query transformation from Promethous/Loki ( #31322 )
...
* Elasticsearch: Fix query initialization logic
* Only import prometheus & loki queries as log queries
2021-02-23 21:58:07 +00:00
Giordano Ricci
9d36f3cc2e
Chore: Update latest.json ( #31139 )
2021-02-11 15:11:31 +01:00
Giordano Ricci
bc261a5219
Docs: add 7.4.1 relese notes link ( #31137 )
2021-02-11 14:58:03 +01:00
Giordano Ricci
c7e007d199
Elasticsearch: fix log row context erroring out ( #31088 )
2021-02-10 13:33:59 +00:00
Giordano Ricci
b46235715d
Elasticsearch: Fix alias field value not being shown in query editor ( #30992 )
...
* Make imports relative
* Fix Alias field value not being shown
2021-02-09 13:55:42 +00:00
Giordano Ricci
0a7c6c689f
Elasticsearch: Show Size setting for raw_data metric ( #30980 )
2021-02-08 11:10:52 +00:00
Giordano Ricci
3cfa8dad48
Docs: Add alias for what's new in 7.4 ( #30945 )
2021-02-05 18:59:06 +01:00
Giordano Ricci
32eb001919
Chore: Update latest.json ( #30905 )
2021-02-04 15:41:29 +00:00
Giordano Ricci
f3e96ca212
Docs: Update ES screenshots ( #30598 )
...
* Docs: Update ES screenshots
* Update file naming
2021-01-26 16:27:15 +00:00
Giordano Ricci
1c6897776a
Docs: fix typo in what's new doc ( #30489 )
2021-01-21 12:43:47 +01:00
Giordano Ricci
433fb505f0
Chore: update latest version to 7.4.0-beta1 ( #30452 )
2021-01-21 06:05:39 +01:00
Giordano Ricci
11447aaf0d
Chore: use old version format in package.json ( #30430 )
2021-01-20 13:24:40 +00:00
Giordano Ricci
cc272132c9
Chore: Update what's new URL ( #30424 )
2021-01-20 12:07:36 +01:00
Giordano Ricci
d8b4ed3a0e
Elasticsearch: fix handling of null values in query_builder ( #30234 )
2021-01-13 09:04:36 +00:00
Giordano Ricci
7b5a9cefc1
Chore: Fix intermittent time-related test failure in explore datasource instance update ( #30109 )
...
* Chore: Ensure base time is the same when calculating default time range
* Chore: Fix intermittent test failure due to timing
2021-01-07 14:39:23 +00:00
Giordano Ricci
c77fb9fa13
Elasticsearch: Fix broken alerting when using pipeline aggregations ( #29903 )
...
* Elasticsearch: Fix broken alerting when using pipeline aggregations
* call onRunQuery after every query change
2021-01-06 15:51:21 +00:00
Giordano Ricci
93649e1fb5
Elasticsearch: ensure query model has timeField configured in datasource settings ( #29807 )
2020-12-14 14:36:07 +00:00
Giordano Ricci
7f0802a9c9
Elasticsearch: Deprecate browser access mode ( #29649 )
...
* Elasticsearch: Show deprecation warning when selecting browser access mode
* Docs: Show deprecation warning for Elasticsearch Browser access mode
2020-12-09 13:27:40 +00:00
Giordano Ricci
58b63a1678
Elasticsearch: Fix query initialization action ( #29652 )
2020-12-09 12:53:59 +00:00
bb45f5fedc
Elasticsearch: Migrate queryeditor to React ( #28033 )
...
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com >
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
2020-12-04 14:29:40 +00:00
Giordano Ricci
f5916260bd
Chore: Allow reducerTester to work with every data type & payload-less actions ( #29241 )
2020-11-20 13:11:52 +00:00
Giordano Ricci
d99c553a71
Elasticsearch: interpolate variables in Filters Bucket Aggregation ( #28969 )
2020-11-11 12:56:43 +00:00
Giordano Ricci
17bfc8275f
Docs: Describe pipeline aggregation changes in v7.3 ( #28660 )
2020-10-29 15:13:58 +00:00
Giordano Ricci and Ivana Huckova
cb72242d95
Chore: use new Input component in Share Modal ( #28269 )
...
* Chore: Add dashboard-alt icon
* Chore: use new Input component in Share Modal
* Update packages/grafana-ui/src/types/icon.ts
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com >
* Update public/app/features/dashboard/components/ShareModal/ShareLink.tsx
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com >
* Update packages/grafana-ui/src/types/icon.ts
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com >
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com >
2020-10-14 18:11:19 +01:00
Giordano Ricci
09574547b8
Elasticsearch: Fix ad-hoc filter support for Raw Data query and new table panel ( #28064 )
2020-10-07 09:37:31 +01:00
Giordano Ricci
d4f785d20a
Elasticsearch: Add query's refId to each series returned by a query ( #27614 )
2020-09-24 18:06:19 +01:00
Giordano Ricci
4c7131425b
Revert "Elasticsearch: add frozen indices search support ( #27472 )" ( #27726 )
...
This reverts commit 61a3160c34 .
2020-09-23 12:24:46 +01:00
Giordano Ricci
61a3160c34
Elasticsearch: add frozen indices search support ( #27472 )
...
* Elasticsearch: Add frozen indices support for alerting
2020-09-18 18:27:25 +01:00
Giordano Ricci
0e34474099
Elasticsearch: Add support for date_nanos type ( #27538 )
2020-09-17 08:16:58 +02:00
Giordano Ricci
e350e1fff6
Elasticsearch: Increase maximum geohash aggregation precision to 12 ( #27539 )
2020-09-15 09:15:18 +01:00
Giordano Ricci
a0beaa3bbe
Elasticsearch: Allow fields starting with underscore ( #27520 )
2020-09-15 09:14:47 +01:00