Skip to content
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

Add some configuration options and document them #8

Closed
wants to merge 1 commit into from

Conversation

robsears
Copy link
Member

@robsears robsears commented Apr 26, 2016

No description provided.

@nz
Copy link
Member

nz commented Apr 26, 2016

Maybe worth noting that it's possible to provide an ES URL via environment variable. We're supporting BONSAI_URL and ELASTICSEARCH_URL.

elasticsearch:
url: "http://localhost:9200/" # Required. Supports auth and SSL: https://user:pass@someurl.com
number_of_shards: 1 # Optional. Default is 1 primary shard.
number_of_replicas: 1 # Optional. Default is 0 replicas.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We start with 0 replicas for the initial bulk update, but should update to this value when we're done.

@robsears
Copy link
Member Author

Closing. I can do this another way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants