Elasticsearch

Connection Requirements

1

Host

Elasticsearch host address to communicate with.

2

Index

Index that will be fetched.

3

Username & Password

Username and password of the Elasticsearch user. (optional)

4

Proxy URL

Proxy url. (optional)

5

Proxy Username & Password

Username and password information for related url. (optional)

6

Verify SSL Certificate

Verify ssl certificate during requests. (default: False)

7

Timeout

Time amount to be waited for each request in seconds. (default: 60)

8

Max Retries

Maximum retry count when host couldn't be able to give a response. (default: 10, min: 1, max: 15)

9

Retry On Timeout

Retry request again if host couldn't be able to give a response. (default: True)

10

SSL

Use SSL for connection (optional, default: Encrypted).

circle-exclamation

Was this helpful?