Set ElasticSearch credentials and create ElasticSearch connection object
Source:R/connectionToElasticsearch.R
connectNtsportal.RdNTSPortal credentials are used to build the DbComm interface to the database. If no credentials are available a pop-up will ask for user input (in interactive use). Uses the `keyring` package to store and retrieve credentials. The default `keyring` backend is used. When working on Linux in the console, this is the 'file' backend, on windows, 'wincred'. The backend can be set manually with `Sys.setenv("R_KEYRING_BACKEND" = "file")`.