You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Greetings.
When I perform a curl: curl -u usernamehere -o /tmp/data.csv -XGET -k "https://elasticiphere:9200/indexnamehere/_doc/_data?format=csv&source=%7B%22query%22%3A%7B%22wildcard%22%3A%7B%22token%22%3A%7B%22value%22%3A%22%2A%22%7D%7D%7D%7D"
It doesn't seem to know what "source" is in the param: {"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"request [/indexnamehere/_doc/_data] contains unrecognized parameter: [source] -> did you mean [_source]?"}],"type":"illegal_argument_exception","reason":"request [/indexnamehere/_doc/_data] contains unrecognized parameter: [source] -> did you mean [_source]?"},"status":400}
What is the appropriate way to run the utility?
Thanks!
The text was updated successfully, but these errors were encountered:
Greetings.
When I perform a curl:
curl -u usernamehere -o /tmp/data.csv -XGET -k "https://elasticiphere:9200/indexnamehere/_doc/_data?format=csv&source=%7B%22query%22%3A%7B%22wildcard%22%3A%7B%22token%22%3A%7B%22value%22%3A%22%2A%22%7D%7D%7D%7D"
It doesn't seem to know what "source" is in the param:
{"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"request [/indexnamehere/_doc/_data] contains unrecognized parameter: [source] -> did you mean [_source]?"}],"type":"illegal_argument_exception","reason":"request [/indexnamehere/_doc/_data] contains unrecognized parameter: [source] -> did you mean [_source]?"},"status":400}
What is the appropriate way to run the utility?
Thanks!
The text was updated successfully, but these errors were encountered: