kibana/docs/development/core/server/kibana-plugin-server.elasticsearchservicesetup.legacy.md
Mikhail Shustov c618751bb8
[New platform] Restrict import from core&plugin internals for ts files (#34688)
* eslint-plugin-import should resolve *.ts files

* no_restricted_paths adc support filename exclusion

* fix linter errors

* update autogenerateds docs

* export directly
2019-04-10 14:56:09 +02:00

411 B

Home > kibana-plugin-server > ElasticsearchServiceSetup > legacy

ElasticsearchServiceSetup.legacy property

Signature:

readonly legacy: {
        readonly config$: Observable<ElasticsearchConfig>;
    };