Backstage
    Preparing search index...
    interface ElasticSearchNodeOptions {
        agent?: ElasticSearchAgentOptions;
        headers?: Record<string, any>;
        id?: string;
        roles?: { data: boolean; ingest: boolean; master: boolean; ml: boolean };
        ssl?: ConnectionOptions;
        url: URL;
    }
    Index

    Properties

    headers?: Record<string, any>
    id?: string
    roles?: { data: boolean; ingest: boolean; master: boolean; ml: boolean }
    ssl?: ConnectionOptions
    url: URL