Skip to content

ElasticSearch opack: default user and password on new #1

@nmaguiar

Description

@nmaguiar

When creating a new ElasticSearch instance:

var es = new ElasticSearch("http://a.server:9200");

If the aUser and aPassword are not provided it will fail to create. The workaround is to include empty user and password:

var es = new ElasticSearch("http://a.server:9200", "", "");

By default it should consider user and password as empty for ElasticSearch installations that don't have authentication.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions