kitodo / kitodo-production

Kitodo.Production is a workflow management tool for mass digitization and is part of the Kitodo Digital Library Suite.
http://www.kitodo.org/software/kitodoproduction/
GNU General Public License v3.0
63 stars 63 forks source link

Question: Where can the connection to elasticsearch be configured? #1824

Closed funkyfuture closed 6 years ago

funkyfuture commented 6 years ago

i'm currently working on a deployment of the 3.x branch of the Kitodo suite w/ Docker & Docker-Compose. i can't find hints how to configure the host and port of the Elasticsearch instance in the documentation. hence an extension of the docs regarding this aspect would be appreciated.

beatrycze-volk commented 6 years ago

Hi, you can find it in kitodo_config.properties:

elasticsearch.host=localhost elasticsearch.port=9200 elasticsearch.protocol=http elasticsearch.index=kitodo elasticsearch.batch=1000 elasticsearch.useAuthentication=true elasticsearch.user=kitodo elasticsearch.password=kitodo

funkyfuture commented 6 years ago

@Kathrin-Huber i'm a little confused about closing issues w/o communicating the reason(s). should the documentation not be extended with regards to this configutation aspect?

beatrycze-volk commented 6 years ago

@funkyfuture Documentation is updated according my answer given in this issue.

funkyfuture commented 6 years ago

thanks!