We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A extra start option should be available. By changing an new file, named es-config.ini. available options:
Function diagram:
talk to elastic search: http/curl request:
CURLOPT_URL : http://$es_host:$es_port/$es_index/$doc_type/$index_id CURLOPT_PORT : $es_port CURLOPT_TIMEOUT : 200 CURLOPT_RETURNTRANSFER : 1 CURLOPT_FORBID_REUSE : 0 CURLOPT_CUSTOMREQUEST : PUT | POST //index-id known = PUT, index-id unknown = POST CURLOPT_POSTFIELDS : string{metadata.json}
A good response:
{"_index":"ratsinfo","_type":"sessions","_id":"1595","_version":1,"created":true}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A extra start option should be available. By changing an new file, named es-config.ini.
available options:
Function diagram:
talk to elastic search:
http/curl request:
A good response:
The text was updated successfully, but these errors were encountered: