Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Mar 10, 2018
1 parent 56e7e25 commit 88e8188
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ This plugin allows you to use Elasticsearch as the search engine for Para.
- Index sharing and multitenancy support through alias routing and filtering
- Full pagination support for both "search-after" and "from-size" modes
- Proxy endpoint `/v1/_elasticsearch` - relays all requests directly to Elasticsearch (disabled by default)
- Supports AWS Elasticsearch Service with request signing

## Documentation

Expand Down Expand Up @@ -63,6 +64,7 @@ para.es.restclient_scheme = "http"
para.es.restclient_host = "localhost"
para.es.restclient_port = 9200
para.es.sign_requests_to_aws = false
para.es.aws_region = "eu-west-1"
# proxy settings
para.es.proxy_enabled = false
para.es.proxy_path = "_elasticsearch"
Expand Down

0 comments on commit 88e8188

Please sign in to comment.