- host
(character) the base url, defaults to localhost
(http://127.0.0.1)
- port
(character) port to connect to, defaults to 9200 (optional)
- path
(character) context path that is appended to the end of the
url. Default: NULL
, ignored
- transport_schema
(character) http or https. Default: http
- user
(character) User name, if required for the connection. You
can specify, but ignored for now.
- pwd
(character) Password, if required for the connection. You can
specify, but ignored for now.
- force
(logical) Force re-load of connection details
- ...
Further args passed on to elastic::connect()