-
Updated
Sep 17, 2021 - Java
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,907 public repositories matching this topic...
-
Updated
Sep 30, 2021 - Java
Under https://grafana.com/docs/grafana/latest/http_api/admin/#reload-provisioning-configurations:
POST /api/admin/provisioning/accesscontrol/reload
should read
POST /api/admin/provisioning/access-control/reload
I.e., there should be a hyphen in access-control.
I tested this, and confirmed that accesscontrol endpoint does not exist, while access-control does exi
All APM apis with very few exceptions should be marked as internal. We can do that easily by prefxing a route with /internal/. APM apis are defined in: x-pack/plugins/apm/server/routes
Public APIs:
- [Agent configuration APIs](https://www.elastic.co/guide/en/kibana/master/ag
-
Updated
Mar 2, 2021 - Java
-
Updated
Sep 24, 2021 - Java
-
Updated
Sep 23, 2021 - Shell
-
Updated
Sep 30, 2021 - Python
-
Updated
Sep 27, 2021 - Java
-
Updated
Aug 3, 2021
-
Updated
Sep 12, 2021 - Python
-
Updated
Sep 25, 2021 - Java
-
Updated
Sep 16, 2021 - JavaScript
-
Updated
Sep 10, 2021 - CSS
-
Updated
Aug 22, 2021 - Java
-
Updated
Sep 4, 2021 - Java
-
Updated
Sep 24, 2021 - JavaScript
-
Updated
Sep 30, 2021 - Objective-C
-
Updated
Dec 23, 2020 - Python
-
Updated
Sep 8, 2021 - Java
-
Updated
Sep 3, 2021 - JavaScript
-
Updated
Jul 16, 2021 - JavaScript
Released February 2010
Latest release 9 days ago
- Repository
- elastic/elasticsearch
- Website
- www.elastic.co
- Wikipedia
- Wikipedia
We should ignore java.io.tmpdir and override it with ES_TMPDIR. I think that variable should be taken into account from the beginning of startup scripts (including JavaVersionChecker) and the value should be applied as java option to all java processes.
Java processes started before ES_JAVA_OPTS are parsed (JavaVersionChecker, TempDirectory, JvmOptionParser) can also create temporary files in /