Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UI] Select regions for federated search #3439

Open
hengfeiyang opened this issue May 9, 2024 · 0 comments
Open

[UI] Select regions for federated search #3439

hengfeiyang opened this issue May 9, 2024 · 0 comments
Assignees
Labels
Milestone

Comments

@hengfeiyang
Copy link
Contributor

Which OpenObserve functionalities are relevant/related to the feature request?

log search

Description

We need add region filter on the logs page with super cluster.

i already added the API for list regions:

GET /api/clusters

{
	"us-east-1": [
		"dev3"
	],
	"us-west-2": [
		"dev4"
	]
}

The key is region name, the value is the clusters in the region.

Proposed solution

Alternatives considered

@bjp232004 bjp232004 added the testing In Testing label May 11, 2024
@oasisk oasisk added this to the v0.10.6 milestone May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants