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
Primarily for readability, but it also would be easier for other deployment manifest tools which can embed existing data.
Confusing...
properties: elasticsearch: host: "0.api.silo-private.sanity-test.bosh,0.elasticsearch.silo-private.sanity-test.bosh,1.elasticsearch.silo-private.sanity-test.bosh"
Better...
properties: elasticsearch: host: - 0.api.silo-private.sanity-test.bosh - 0.elasticsearch.silo-private.sanity-test.bosh - 1.elasticsearch.silo-private.sanity-test.bosh
This was originally a string from when logstash needed to talk directly to a single host rather than to a local elasticsearch process.
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
No branches or pull requests
Primarily for readability, but it also would be easier for other deployment manifest tools which can embed existing data.
Confusing...
Better...
This was originally a string from when logstash needed to talk directly to a single host rather than to a local elasticsearch process.
The text was updated successfully, but these errors were encountered: