-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Indices are no longer being auto-created with put_mapping #89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Yea, had to remove this for now because of the aliases support. Need to think how to bring it back properly. |
Won't be fixed |
imotov
added a commit
that referenced
this issue
Jun 5, 2015
Closes #89. (cherry picked from commit d65a970)
dadoonet
added a commit
that referenced
this issue
Jun 5, 2015
Related to #89. (cherry picked from commit 11e1d8a)
rmuir
pushed a commit
to rmuir/elasticsearch
that referenced
this issue
Nov 8, 2015
This tool is a simple main class which can be used to test what is extracted from a given binary file or from its base64 equivalent. You can give as first argument the BASE64 content Available options: -u file:/URL/TO/YOUR/DOC (in place of BASE64 content) -s set extracted size (default to mapper attachment size) Examples: ``` StandaloneTest BASE64Text StandaloneTest BASE64Text -s 1000000 StandaloneTest -u /tmp/mydoc.pdf StandaloneTest -u /tmp/mydoc.pdf -s 1000000 ``` Closes elastic#89.
rmuir
pushed a commit
to rmuir/elasticsearch
that referenced
this issue
Nov 8, 2015
Related to elastic#89
rmuir
pushed a commit
to rmuir/elasticsearch
that referenced
this issue
Nov 8, 2015
Related to elastic#89
rmuir
pushed a commit
to rmuir/elasticsearch
that referenced
this issue
Nov 8, 2015
Related to elastic#89
cbuescher
pushed a commit
to cbuescher/elasticsearch
that referenced
this issue
Oct 2, 2023
With this commit we skip the check whether the Elasticsearch port is available on the target hosts if night-rally runs in dry-run mode. As we do not execute any commands it is safe to skip this check. Relates elastic#89
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Start a node and do this:
Errors with:
{"error":"[es_test_1] missing"}
The text was updated successfully, but these errors were encountered: