kibana
Here are 1,354 public repositories matching this topic...
-
Updated
Dec 13, 2020 - Shell
-
Updated
Dec 17, 2020 - Python
-
Updated
Sep 20, 2020
-
Updated
Dec 15, 2020 - Jupyter Notebook
In kibana I am updating the advanced settings page to sync the search text to the query URL search params (elastic/kibana#81829). This allows the URL to possibly be formatted incorrectly. Thus, running Query.parse('category:(accessibility))') will throw an error.
I am testing Query.parse before passing to EuiSearchBar and displaying a warning toast in case of an
-
Updated
Dec 11, 2020 - TypeScript
-
Updated
Nov 29, 2020 - Shell
-
Updated
Aug 4, 2020 - Java
-
Updated
Dec 17, 2020 - Java
-
Updated
Dec 10, 2020 - Python
-
Updated
Dec 11, 2020 - JavaScript
Improve chaos job
The chaos job introduced in #3706 could be improved to make the process less "predictable":
- Chaos job could immediately scale-up the number of operator replicas
- As described in elastic/cloud-on-k8s#3706 (comment) we could use something like https://github.com/lthibault/jitterbug to make the delay between operations random.
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Dec 17, 2020 - Scala
-
Updated
Mar 31, 2020 - Python
-
Updated
Nov 7, 2017 - JavaScript
-
Updated
Nov 23, 2020 - Scala
-
Updated
Jun 22, 2020
-
Updated
Jul 21, 2020 - JavaScript
-
Updated
Sep 13, 2018 - Roff
-
Updated
Nov 11, 2020 - Swift
-
Updated
Dec 16, 2020 - Shell
Improve this page
Add a description, image, and links to the kibana topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kibana topic, visit your repo's landing page and select "manage topics."
Kibana version: 7.10.1
Elasticsearch version: 7.10.1
Describe the bug:
The user role management screen does not allow you to add specific index privileges, even if they exist within Elasticsearch, such as
indices:data/write/reindex.This is the same as elastic/kibana#42975, except for index permissions instead of cluster ones.
**Steps to reprodu