I have a Google Cloud instance I would like to work with. The GCS plugin is installed but I'm having trouble adding the Google credentials to the Elastic Keystore but I keep getting an error I have not been able to solve or find much about online. Here is the code:
\bin>elasticsearch-keystore add-file gcs.client.default.credentials_file filepath\gcskey.json
A tool for managing settings stored in the elasticsearch keystore
Non-option arguments:
command
Option Description
-E Configure a setting
-h, --help Show help
-s, --silent Show minimal output
-v, --verbose Show verbose output
ERROR: settings and filenames must come in pairs
I've tried multiple different things but cannot solve this problem to get the GCS creds into the elastic keystore.
Any thoughts?