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

SSL configurations


Here are the SSL configurations:

es.net.ssl

This defaults to false and enables the SSL.

es.net.ssl.keystore.location

This specifies the key store location URL or a classpath entry.

es.net.ssl.keystore.pass

This is the set key store password.

es.net.ssl.keystore.type

This defaults to JKS and specifies the key store type.

es.net.ssl.truststore.location

This specifies the trusted store location URL or the classpath entry.

es.net.ssl.truststore.pass

This specifies the trust store password.

es.net.ssl.cert.allow.self.signed

This defaults to false.

Specifies whether or not to allow self-signed certificates.

es.net.ssl.protocol

This defaults to TLS.

Specifies the SSL protocol to be used.

es.scroll.size

This defaults to 50.

Specifies the number of documents to be returned by each scroll.