Skip to content
#

opensearch

Here are 125 public repositories matching this topic...

joshuarrrr
joshuarrrr commented May 6, 2022

These have been deprecated since node v11.0.0. The recommendation is to "Use the WHATWG URL API" instead.

Parsing can generally be done through the new URL() constructor pattern.

format() still exists, although the signature has changed, and it may no longer be needed in many places.

(via opensearch-project/OpenSearch-Dashboards#1553 (comment))

good first issue dependencies
lukas-vlcek
lukas-vlcek commented May 5, 2022

Currently, the metrics include label cluster holding the cluster name but we should add also cluster_uuid to better support cases where metrics from multiple clusters are collected into shared storage. At this moment if multiple clusters have the same name we can not distinguish between them.

enhancement good first issue
amitgalitz
amitgalitz commented Apr 13, 2022

Is your feature request related to a problem?
This enhancement suggestion is a more specific follow up from this issue from @prpaluch: #150

Currently we provide users the ability to create a custom query for filtering data. However for unexperienced users this can provide some added confusion as they won’t be sure how to even approach such queries at times.



A suggestion was made to a

enhancement good first issue UX / UI

Improve this page

Add a description, image, and links to the opensearch topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the opensearch topic, visit your repo's landing page and select "manage topics."

Learn more