Describe the bug
Using 4.0.6 against ES 7.17.5 triggers warnings in GN logs at each request:
WARN [org.elasticsearch.client.RestClient] - request [GET http://localhost:9400/_settings/index.blocks.read_only_allow_delete?master_timeout=30s&ignore_throttled=false&ignore_unavailable=false&expand_wildcards=open%2Cclosed&allow_no_indices=true] returned 1 warnings: [299 Elasticsearch-7.17.5-8d61b4f7ddf931f219e3745f295ed2bbc50c8e84 "[ignore_throttled] parameter is deprecated because frozen indices have been deprecated. Consider cold or frozen tiers in place of frozen indices."]
this comes from elastic/elasticsearch#77479 and is fixed by updating the client to 7.17 cf elastic/elasticsearch#84827
i know in the GN community that there's a debate between ES vs opensearch, but still filing the issue anyway. The last update to the ES version used was in 6324ae9
Describe the bug
Using 4.0.6 against ES 7.17.5 triggers warnings in GN logs at each request:
this comes from elastic/elasticsearch#77479 and is fixed by updating the client to 7.17 cf elastic/elasticsearch#84827
i know in the GN community that there's a debate between ES vs opensearch, but still filing the issue anyway. The last update to the ES version used was in 6324ae9