-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
S
Context:
In the logs we can observe some deprecation warnings regarding our date histogram intervals on the elasticsearch API we should resolve (see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-datehistogram-aggregation.html#calendar_and_fixed_intervals)
AT:
- date histrogram warning is resolved:
code
20:17:52.981 [qtp1090057640-37722] WARN org.elasticsearch.client.RestClient - request [POST http://localhost:9200/optimize-process-instance/_search?typed_keys=true&ignore_unavailable=false&expand_wildcards=open&allow_no_indices=true&search_type=query_then_fetch&batched_reduce_size=512&ccs_minimize_roundtrips=true] returned 1 warnings: [299 Elasticsearch-7.2.1-fe6cb20 "[interval] on [date_histogram] is deprecated, use [fixed_interval] or [calendar_interval] in the future."]
This is the controller panel for Smart Panels app
- depends on
-
OPT-3922 Remove support for Elasticsearch 7.0, 7.1, and 7.2 versions
- Done