Skip to content

Commit

Permalink
#623 Update configuration sample with ES6 settings
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Jul 9, 2019
1 parent b8f5ef8 commit a29137d
Showing 1 changed file with 14 additions and 28 deletions.
42 changes: 14 additions & 28 deletions conf/application.sample
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ search {
## Basic configuration
# Index name.
index = the_hive
# ElasticSearch cluster name.
cluster = hive
# ElasticSearch instance address.
host = ["127.0.0.1:9300"]
uri = "http://127.0.0.1:9200/"

## Advanced configuration
# Scroll keepalive.
Expand All @@ -28,33 +26,21 @@ search {
# mapping.nested_fields.limit = 100
#}

### XPack SSL configuration
# Username for XPack authentication
## Authentication configuration
#search.username = ""
# Password for XPack authentication
#search.password = ""
# Enable SSL to connect to ElasticSearch
search.ssl.enabled = false
# Path to certificate authority file
#search.ssl.ca = ""
# Path to certificate file
#search.ssl.certificate = ""
# Path to key file
#search.ssl.key = ""

### SearchGuard configuration
# Path to JKS file containing client certificate
#search.guard.keyStore.path = ""
# Password of the keystore
#search.guard.keyStore.password = ""
# Path to JKS file containing certificate authorities
#search.guard.trustStore.path = ""
## Password of the truststore
#search.guard.trustStore.password = ""
# Enforce hostname verification
#search.guard.hostVerification = false
# If hostname verification is enabled specify if hostname should be resolved
#search.guard.hostVerificationResolveHostname = false

## SSL configuration
#search.keyStore {
# path = "/path/to/keystore"
# type = "JPK" # or PKCS12
# password = "keystore-password"
#}
#search.trustStore {
# path = "/path/to/trustStore"
# type = "JPK" # or PKCS12
# password = "trustStore-password"
#}
}

# Authentication
Expand Down

0 comments on commit a29137d

Please sign in to comment.