Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

PASS Java Client 0.8.0

Latest
Compare
Choose a tag to compare
@jrmartino jrmartino released this 14 Apr 15:04

This release addresses a configuration issue with specifying which Elasticsearch indices to search. Earlier versions were configured with
pass.elasticsearch.url with a path component reflecting the desired index - however, the configuration utility ignored this information, and default behavior was to search all indices on the host. This caused issues when unintended indices were included in searches.

The new arrangement has a default index of "pass", and allows a new property pass.elasticserach.indices to be set. the value may be any valid Elasticsearch target including a comma-separated list of indices, wildcards, and the _all target.