dashboards
Here are 257 public repositories matching this topic...
Kibana version: 7.7.0
Elasticsearch version: 7.7.0
Server OS version: Ubuntu 18.04
Browser version: Chrome 81
Browser OS version: Windows 10
Original install method (e.g. download page, yum, from source, etc.): default tar.gz files
Describe the bug: If you select one or more follower indices in Management >
Cross-Cluster Replication, and click the `
-
Updated
Jul 10, 2020 - JavaScript
When you open page UI Elements -> Cards i see TABS are not showing content until you click on other and back on first, same for pills.
Possible fix : ( worked for me )
<script type="text/javascript"> $(document).ready(function(){ $('.nav-item').tab('show'); $('.nav-tabs li a:first').trigger('click'); }); </script>
Export events as CSV
Is your feature request related to a problem? Please describe.
I want to export a list of events as CSV.
Describe the solution you'd like
Whenever there's an EventTable, I'd like a button to export the currently filtered list by CSV.
Additional context
This should be pretty easy, see #441. It is worth putting in a sensible limit (10k?) to avoid exporting the entire database.
-
Updated
Jun 4, 2020 - JavaScript
-
Updated
Feb 24, 2019 - JavaScript
Default Prometheus ClusterRole is missing permissions compared to prometheus-operator documentation
What happened?
The default Prometheus ClusteRole in kube-prometheus is missing some permissions compared to the Prometheus ClusterRole from documentation from the do
online demo
hi, could you please add a online test demo for playing with.
just like grafana
-
Updated
Jul 15, 2020 - CSS
-
Updated
Jul 9, 2020 - Go
Should exist in the installation manual an example of a systemd documizer-conversion.service
in order to launch at boot the docker appliance with syslog and dns options .
-
Updated
May 20, 2020 - HTML
What you expected to happen?
We should have a Links class defined for the optional dashboard links in the top right.
Current workaround is to paste the links in JSON Model format:
return Dashboard(
title="Grafana Metrics",
links=[
{
"icon": "external link",
"tags": [],
"targetBlank": True,
"titl
https://github.com/emoncms/emoncms/blob/b934e97/readme.md#requirements says
PHP (tested with 7.0.30)
But we don't define an actual PHP requirement anywhere (composer.json for example), nor do we enforce this anywhere...
https://github.com/emoncms/emoncms/blob/master/.travis.yml has 5.6, 7.2 and 7.3 which is an odd mix
5.6 is EOL since 31 Dec 2018
7.0 is EOL since 10 Jan 2019
7.1 is
Tutorial
Is there any tutorial other than quick tutorial, which is good for start, but where to find answers to slightly difficult questions like
- how to create columns like year / month of date columns.
- how to create columns like amount which is computed by a formula.
- how to create drill-down report.
all these samples are available in code but how to create on your tables, right from scra
-
Updated
Jul 16, 2020 - CSS
Add PDF Pane
My Pain
Once in a while I get a request to embed a pdf onto into a page. The use case is that someone might have written a pdf analysis, some documentation or a guide. And for the product owner its not enough to download and read this document. They wan't it to appear as a part of the application. And it enables some users to contribute to an app via Word and Pdf without knowing anything a
-
Updated
Apr 30, 2020 - JavaScript
-
Updated
Jun 18, 2019
The table component is an elegant solution, especially when importing the table from a pandas dataframe in python. However, it does not seem to have an option to enable pagination. This makes it less useful for large tables. Am I missing something or has this not been implemented yet. This would also go well with more table features like sorting, filtering, highlighting, etc.
If we can do this
REPRO STEPS:
- Navigate to the Argus viewmetrics page
- Paste in the following to the text input box
GROUPBY(-15m:-2m:foo.bar.-.-:some.metric.*.here{tag=baz}:avg:3m-avg, #(someRegexForGrouping)#, #SUM#)
- Click the Prettify button
EXPECTED:
The query entered should be formatted without changing the actual text of the query
GROUPBY(
-15m:-2m:foo.bar.-.-:some.metric.*.h
I set up grafana w/ google login, so I'm trying to use an API key to connect wizzy to the dashboards.
I see that 'grafana:api_key' is an entry in validConfigs from config.js L:21.
EDIT: Using something like
{
"config": {
"grafana": {
"url": "[URL]",
"api_key": "[KEY]"
}
}
}
in the wizzy.json appeared to work. Maybe it should be a documented op
Hi,
Rails 6 is using webpacker for javascript assets.
Sprockets js assets pipeline is removed from Rails 6.
How to use this gem in Rails 6 ?
Thanks.
The master-source as of 17.09.2019 is missing a requirement and has a grammar-error.
Requirements.txt is missing "textblob", to install it over pip simply type
pip install textblob
or click here get informations how to install it or simply open requirements.txt and simply add
textblob
into a new line.
Under twitter_stream.p
-
Updated
Aug 6, 2019 - Python
-
Updated
Jul 13, 2020 - Go
-
Updated
Jun 18, 2020 - JavaScript
-
Updated
Jul 9, 2020
Improve this page
Add a description, image, and links to the dashboards topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dashboards topic, visit your repo's landing page and select "manage topics."
When you render an alert within a modal the
closeclasses clash impacting the alert icon.Device
To reproduce
Steps to reproduce the behavior:
https://jsfiddle.net/1xejsv5w/
Screenshots
See jsfiddle above.