-
Notifications
You must be signed in to change notification settings - Fork 892
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
[FEATURE] Create a visualization to show service up/down #1114
Labels
enhancement
New feature or request
help wanted
Community development is encouraged
visualizations
Issues and PRs related to visualizations
Comments
kavilla
changed the title
create a visualization to show service up/down
[FEATURE] Create a visualization to show service up/down
Jan 7, 2022
AMoo-Miki
pushed a commit
to AMoo-Miki/OpenSearch-Dashboards
that referenced
this issue
Feb 10, 2022
…1114) Co-authored-by: Robert Monfera <monfera@users.noreply.github.com>
AMoo-Miki
pushed a commit
to AMoo-Miki/OpenSearch-Dashboards
that referenced
this issue
Feb 10, 2022
# [28.1.0](elastic/elastic-charts@v28.0.1...v28.1.0) (2021-04-13) ### Bug Fixes * **legend:** sizing for short labels with scrollbar ([opensearch-project#1115](elastic/elastic-charts#1115)) ([ebf2552](elastic/elastic-charts@ebf2552)) * **xy:** negative bar highlight and click ([opensearch-project#1109](elastic/elastic-charts#1109)) ([065673c](elastic/elastic-charts@065673c)), closes [opensearch-project#1100](elastic/elastic-charts#1100) ### Features * **a11y:** improve chart figure ([opensearch-project#1104](elastic/elastic-charts#1104)) ([373ea72](elastic/elastic-charts@373ea72)) * **partition:** order slices and sectors ([opensearch-project#1112](elastic/elastic-charts#1112)) ([72c0d1b](elastic/elastic-charts@72c0d1b)) * **partitions:** small multipies events pass on smAccessorValue ([opensearch-project#1106](elastic/elastic-charts#1106)) ([0e1f7de](elastic/elastic-charts@0e1f7de)) * **xy:** optionally rounds the domain to nice values ([opensearch-project#1087](elastic/elastic-charts#1087)) ([9c2eefc](elastic/elastic-charts@9c2eefc)) * **xy:** specify pixel and ratio width for bars ([opensearch-project#1114](elastic/elastic-charts#1114)) ([6294d5f](elastic/elastic-charts@6294d5f)) * mosaic ([opensearch-project#1113](elastic/elastic-charts#1113)) ([15c0d78](elastic/elastic-charts@15c0d78))
@tianleh I just found a few grafana plugins that would worthwhile reviewing for this use case; |
@ahopp need some guidance from the priority standpoint for the visualizations team |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
help wanted
Community development is encouraged
visualizations
Issues and PRs related to visualizations
Is your feature request related to a problem? Please describe.
Visualization to show if a service is up or down
Describe the solution you'd like
Can OpenSearch Dashboards have a visualization which display if the service is up (with green color) and down (red color)? The data structure couble be liked: {time : '2022/01/06 11:11:11' machine:'A' , status : 'on'}
Describe alternatives you've considered
Could have a visualization that for specific components (e.g. machine:'A') but doesn't fully have the specific visualization to this request.
Additional context
The text was updated successfully, but these errors were encountered: