elasticsearch

Elasticsearch is a distributed, open source search and analytics engine for all types of data, including textual, numerical, geospatial, structured, and unstructured. Elasticsearch is built on Apache Lucene and was first released in 2010 by Elasticsearch N.V. (now known as Elastic).
Here are 6,146 public repositories matching this topic...
-
Updated
Dec 7, 2020 - Java
-
Updated
Dec 9, 2020 - Java
What happened:
- user is on a viewPanel page
- user clicks on top-nav "share" icon, expecting it to share the panel view
- the generated link is for the dashboard, not the panel
What you expected to happen:
Maybe very experienced Grafana users will know that 1) the top-nav share link is always for the dashboard, even if you're on a panel view; and 2) panels have their own sha
Currently there is no explicit way to "refresh" the alerts list or the alert details view, to view the most recent data. Unless you make some UI action on the page, the data will never be updated, once it's rendered.
You can implicitly refresh those pages with current data by performing some other action on the view:
- on the alerts list, you can switch from the the "Alerts" tab to the "C
-
Updated
Nov 19, 2020 - Java
-
Updated
Dec 2, 2020 - Java
-
Updated
Dec 6, 2020 - Shell
-
Updated
Nov 11, 2020 - Java
-
Updated
Dec 11, 2020 - Python
-
Updated
Dec 4, 2020 - Python
-
Updated
Dec 6, 2020 - Java
-
Updated
Sep 4, 2020 - CSS
-
Updated
Nov 29, 2020 - JavaScript
-
Updated
Dec 10, 2020 - Objective-C
-
Updated
Dec 7, 2020 - Java
-
Updated
Dec 9, 2020 - Java
-
Updated
Jun 20, 2020 - Python
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Sep 24, 2020 - JavaScript
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Nov 29, 2020 - JavaScript
-
Updated
Nov 24, 2020 - C#
Released February 2010
Latest release 2 days ago
- Repository
- elastic/elasticsearch
- Website
- www.elastic.co
- Wikipedia
- Wikipedia
Currently, it's possible to create an ILM policy with a Delete phase with an empty
actions
object so that the phase doesn't contain a delete action. This will result in a policy that will not delete indices.How to reproduce: