Skip to content
#

dashboards

Here are 366 public repositories matching this topic...

Dosant
Dosant commented May 31, 2021

Kibana version: master (~7.14)
Describe the bug:

Human-readable duration field formatter outputs a few seconds for 0 value

Steps to reproduce:

  1. Create a duration human-readable field formatter on index pattern
  2. Check-in discover how a 0 value shown as a few seconds

Expected behavior:

I think we should output 0 following other formatting options. e.g

posthog
corywatilo
corywatilo commented May 26, 2021

Is your feature request related to a problem?

When an event's definition is scoped to a DOM element and the HTML structure of the page changes, the event is obviously unusable. But it isn't entirely clear until after you try graphing the event that something is wrong with the definition.

Describe the solution you'd like

A simple fix would be to display an alert indicating the even

DiazRock
DiazRock commented Jun 8, 2021

What happened?
I wanted to configure my kubeadm-like cluster to get monitored by prometheus-operator. I started using the following file:

apiVersion: kubeadm.k8s.io/v1alpha1
kind: MasterConfiguration
api:
  advertiseAddress: 192.168.1.173 (I changed the IP from here)
  bindPort: 6443
authorizationModes:
- Node
- RBAC
certificatesDir: /etc/kubernetes/pki
cloudProvider:

Improve this page

Add a description, image, and links to the dashboards 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 dashboards topic, visit your repo's landing page and select "manage topics."

Learn more