@vectorize-io/vectorize-client
    Preparing search index...

    Interface ELASTICAuthConfig

    Authentication configuration for Elasticsearch

    ELASTICAuthConfig

    interface ELASTICAuthConfig {
        apiKey: string;
        host: string;
        port: string;
    }
    Index

    Properties

    Properties

    apiKey: string

    API Key. Example: Enter your API key

    ELASTICAuthConfig

    host: string

    Host. Example: Enter your host

    ELASTICAuthConfig

    port: string

    Port. Example: Enter your port

    ELASTICAuthConfig