-
The Kibana upgrade assistant has the ability to upgrades 5.x format indices by reindexing them into a new name and then aliasing the old name to the new name.
It includes the ability to do this for…
-
The `_type` field can currently be provided in the `docs` section of simulate pipeline request (as in the example https://www.elastic.co/guide/en/elasticsearch/reference/master/simulate-pipeline-api.…
-
Current SQL grammar allow to specify column w/o designated type.
As part of effort toward strict typing, let's prohibit this on grammar level.
Most of the work will be test fixes though.
-
We still have places in Kibana that are querying Elasticsearch using types, and this is logging deprecation warnings in ES. In addition to not wanting to have Kibana spamming deprecation logs for beha…
epixa updated
5 years ago
-
While trying to verify the definition of following operator using "evaluate constant expression", I am seeing some wired output.
Input:-
`{s \in SUBSET {1,2,3,4} : \A x \in s : IF x = Max(s) …
-
When the high-level client uses a low-level client that fails on deprecation warnings, that breaks the high-level client quite badly. The low-level client throws a `ResponseException` which is caught …
-
I'm consolidating various issues listed below to what I believe to be their common cause.
Problem:
In TF2 alpha, adding a hub.KerasLayer crashes Model.save() in h5 format with message "Unable to c…
-
**What version are you using?**
_2.0.0_
**What JSDoc comment were you trying to parse?**
```javascript
/**
* @typedef {Object} Point
* @property x The x coordinate of the point.
* @propert…
-
This spike involves investigating two potential approaches to generating a second default initializer for aggregates with typeless fields:
1) The second initializer uses type formals instead of value…
-
**Problem**
In working through #1381 one of the key things that we have found when targeting the user experience is that discoverability is highly important. For motivations, we look to the Scenarios…