A newer version is available. For the latest information, see the
current release documentation.
KeystoreSecret
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
KeystoreSecret
editThe value that you configure for the Elasticsearch keystore secret.
Properties
edit-
as_file(boolean) - Stores the keystore secret as a file. The default is false, which stores the keystore secret as string when value is a plain string, or true when value is an object.
-
value(object) - Value of this setting. This can either be a string or a JSON object that is stored as a JSON string in the keystore. NOTE: When the keystore secret is unspecified, it is removed.
Example
edit{
"as_file" : true,
"value" : {}
}