The Wayback Machine - https://web.archive.org/web/20220324092537/https://github.com/topics/dashboards
Skip to content
#

dashboards

Here are 458 public repositories matching this topic...

jportner
jportner commented Mar 21, 2022

In the Unified Docs, we describe how to start the Stack with Security enabled: https://www.elastic.co/guide/en/elasticsearch/reference/8.1/configuring-stack-security.html#stack-start-with-security

However, we don't mention that Kibana will only enter interactive setup mode if it doesn't have ES hosts/credentials specified:

https://github.com/elastic/kibana/blob/fa5ccfedbda8e9dea1a6673742

good first issue Team:Security docs
kedarisetti
kedarisetti commented Feb 16, 2022

ALL software version info

Panel version '0.12.6'
Python 3.9.2
OS Mac Monterey

Description of expected behavior and the observed behavior

when a given video URL contains query parameter, the URL is not recognized as an URL

Complete, minimal, self-contained example code that reproduces the issue

import panel as pn
Video = pn.pane.Video
 url="https://www.videoserve
type: bug good first issue

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