Book Image

Elasticsearch for Hadoop

By : Vishal Shukla
Book Image

Elasticsearch for Hadoop

By: Vishal Shukla

Overview of this book

Table of Contents (15 chapters)
Elasticsearch for Hadoop
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Proxy configurations


Here are the proxy configurations:

es.net.proxy.http.host

This is the HTTP proxy hostname.

es.net.proxy.http.port

This indicates the HTTP proxy port.

es.net.proxy.http.user

This denotes the HTTP proxy username.

es.net.proxy.http.pass

This is the HTTP proxy password.

es.net.proxy.http.use.system.props

This defaults to yes.

Specifies whether or not to use the system HTTP proxy properties, such as http.proxyHost and http.proxyPort.

es.net.proxy.socks.host

This is the HTTP proxy hostname.

es.net.proxy.socks.port

This specifies the HTTP proxy port.

es.net.proxy.socks.user

This indicates the HTTP proxy username.

es.net.proxy.socks.pass

This denotes the HTTP proxy password.

es.net.proxy.socks.use.system.props

This defaults to yes.

Specifies whether or not to use the system socks proxy properties, such as socksProxyHost and socksProxyPort.