Lens in Kibana 8.2.0 Only Works When Host Machine Connected to Internet

I have upgraded my ELK stack on Windows 10 from version 7.71.1 to version 8.2.0. My production machines have no Internet connectivity. Everything works fine except for Lens visualizations in Kibana. I get a blank screen whenever I try to launch an existing Lens visualization or create a new one. Sometimes the Elastic logo will appear in the middle of the blank screen when I first go into Lens but most of the time, I just receive a blank screen with no error information of any kind. I have the same setup and configuration on my test machine, which I can connect to the Internet. When I'm connected to the Internet, Lens works fine but when I'm disconnected from the Internet, I get the same blank screen. Is this a bug, a "feature", or a configuration problem?

Here is my log file from Kibana as it starts up.

PS C:\ELK\kibana\bin> .\kibana.bat
[2022-05-17T19:23:41.486-04:00][INFO ][plugins-service] Plugin "cloudSecurityPosture" is disabled.
[2022-05-17T19:23:41.505-04:00][INFO ][plugins-service] Plugin "metricsEntities" is disabled.
[2022-05-17T19:23:41.577-04:00][INFO ][http.server.Preboot] http server running at http://localhost:5601
[2022-05-17T19:23:41.617-04:00][INFO ][plugins-system.preboot] Setting up [1] plugins: [interactiveSetup]
[2022-05-17T19:23:41.849-04:00][INFO ][plugins-system.standard] Setting up [117] plugins: [translations,monitoringCollection,licensing,globalSearch,globalSearchProviders,features,mapsEms,licenseApiGuard,usageCollecti
on,taskManager,telemetryCollectionManager,telemetryCollectionXpack,kibanaUsageCollection,share,embeddable,uiActionsEnhanced,screenshotMode,screenshotting,banners,newsfeed,fieldFormats,expressions,eventAnnotation,data
Views,charts,esUiShared,bfetch,data,savedObjects,presentationUtil,expressionShape,expressionRevealImage,expressionRepeatImage,expressionMetric,expressionImage,customIntegrations,home,searchprofiler,painlessLab,grokde
bugger,management,watcher,advancedSettings,spaces,security,savedObjectsTagging,reporting,lists,fileUpload,ingestPipelines,encryptedSavedObjects,dataEnhanced,cloud,snapshotRestore,telemetry,licenseManagement,eventLog,
actions,alerting,triggersActionsUi,transform,stackAlerts,ruleRegistry,savedObjectsManagement,console,controls,graph,fleet,indexManagement,remoteClusters,crossClusterReplication,indexLifecycleManagement,visualizations
,canvas,visTypeXy,visTypeVislib,visTypeVega,visTypeTimeseries,rollup,visTypeTimelion,visTypeTagcloud,visTypeTable,visTypeMetric,visTypeHeatmap,visTypeMarkdown,dashboard,dashboardEnhanced,expressionXY,expressionTagclo
ud,expressionPartitionVis,visTypePie,expressionMetricVis,expressionHeatmap,expressionGauge,visTypeGauge,dataViewFieldEditor,sharedUX,discover,lens,osquery,maps,dataVisualizer,ml,cases,timelines,sessionView,securitySo
lution,observability,uptime,infra,upgradeAssistant,monitoring,logstash,enterpriseSearch,apm,discoverEnhanced,dataViewManagement]
[2022-05-17T19:23:41.863-04:00][INFO ][plugins.taskManager] TaskManager is identified by the Kibana UUID: 6a99eca8-0714-4ac2-9254-1116018cd17f
[2022-05-17T19:23:42.002-04:00][WARN ][plugins.security.config] Session cookies will be transmitted over insecure connections. This is not recommended.
[2022-05-17T19:23:42.018-04:00][WARN ][plugins.security.config] Session cookies will be transmitted over insecure connections. This is not recommended.
[2022-05-17T19:23:42.096-04:00][INFO ][plugins.ruleRegistry] Installing common resources shared between all indices
[2022-05-17T19:23:42.898-04:00][INFO ][plugins.screenshotting.config] Chromium sandbox provides an additional layer of protection, and is supported for Win32 OS. Automatically enabling Chromium sandbox.
[2022-05-17T19:23:42.954-04:00][INFO ][plugins.screenshotting.chromium] Browser executable: C:\ELK\kibana\x-pack\plugins\screenshotting\chromium\chrome-win\chrome.exe
[2022-05-17T19:23:43.021-04:00][INFO ][savedobjects-service] Waiting until all Elasticsearch nodes are compatible with Kibana before starting saved objects migrations...
[2022-05-17T19:23:43.022-04:00][INFO ][savedobjects-service] Starting saved objects migrations
[2022-05-17T19:23:43.060-04:00][INFO ][savedobjects-service] [.kibana] INIT -> OUTDATED_DOCUMENTS_SEARCH_OPEN_PIT. took: 25ms.
[2022-05-17T19:23:43.064-04:00][INFO ][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH_OPEN_PIT -> OUTDATED_DOCUMENTS_SEARCH_READ. took: 4ms.
[2022-05-17T19:23:43.072-04:00][INFO ][savedobjects-service] [.kibana_task_manager] INIT -> OUTDATED_DOCUMENTS_SEARCH_OPEN_PIT. took: 34ms.
[2022-05-17T19:23:43.076-04:00][INFO ][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH_READ -> OUTDATED_DOCUMENTS_SEARCH_CLOSE_PIT. took: 12ms.
[2022-05-17T19:23:43.079-04:00][INFO ][savedobjects-service] [.kibana_task_manager] OUTDATED_DOCUMENTS_SEARCH_OPEN_PIT -> OUTDATED_DOCUMENTS_SEARCH_READ. took: 7ms.
[2022-05-17T19:23:43.082-04:00][INFO ][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH_CLOSE_PIT -> UPDATE_TARGET_MAPPINGS. took: 6ms.
[2022-05-17T19:23:43.086-04:00][INFO ][savedobjects-service] [.kibana_task_manager] OUTDATED_DOCUMENTS_SEARCH_READ -> OUTDATED_DOCUMENTS_SEARCH_CLOSE_PIT. took: 7ms.
[2022-05-17T19:23:43.090-04:00][INFO ][savedobjects-service] [.kibana_task_manager] OUTDATED_DOCUMENTS_SEARCH_CLOSE_PIT -> UPDATE_TARGET_MAPPINGS. took: 4ms.
[2022-05-17T19:23:43.159-04:00][INFO ][savedobjects-service] [.kibana] UPDATE_TARGET_MAPPINGS -> UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK. took: 77ms.
[2022-05-17T19:23:43.168-04:00][INFO ][savedobjects-service] [.kibana_task_manager] UPDATE_TARGET_MAPPINGS -> UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK. took: 78ms.
[2022-05-17T19:23:43.408-04:00][INFO ][savedobjects-service] [.kibana_task_manager] UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK -> DONE. took: 240ms.
[2022-05-17T19:23:43.409-04:00][INFO ][savedobjects-service] [.kibana_task_manager] Migration completed after 371ms
[2022-05-17T19:23:43.498-04:00][INFO ][savedobjects-service] [.kibana] UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK -> DONE. took: 339ms.
[2022-05-17T19:23:43.498-04:00][INFO ][savedobjects-service] [.kibana] Migration completed after 463ms
[2022-05-17T19:23:43.504-04:00][INFO ][plugins-system.preboot] Stopping all plugins.
[2022-05-17T19:23:43.506-04:00][INFO ][plugins-system.standard] Starting [117] plugins: [translations,monitoringCollection,licensing,globalSearch,globalSearchProviders,features,mapsEms,licenseApiGuard,usageCollection
,taskManager,telemetryCollectionManager,telemetryCollectionXpack,kibanaUsageCollection,share,embeddable,uiActionsEnhanced,screenshotMode,screenshotting,banners,newsfeed,fieldFormats,expressions,eventAnnotation,dataVi
ews,charts,esUiShared,bfetch,data,savedObjects,presentationUtil,expressionShape,expressionRevealImage,expressionRepeatImage,expressionMetric,expressionImage,customIntegrations,home,searchprofiler,painlessLab,grokdebu
gger,management,watcher,advancedSettings,spaces,security,savedObjectsTagging,reporting,lists,fileUpload,ingestPipelines,encryptedSavedObjects,dataEnhanced,cloud,snapshotRestore,telemetry,licenseManagement,eventLog,ac
tions,alerting,triggersActionsUi,transform,stackAlerts,ruleRegistry,savedObjectsManagement,console,controls,graph,fleet,indexManagement,remoteClusters,crossClusterReplication,indexLifecycleManagement,visualizations,c
anvas,visTypeXy,visTypeVislib,visTypeVega,visTypeTimeseries,rollup,visTypeTimelion,visTypeTagcloud,visTypeTable,visTypeMetric,visTypeHeatmap,visTypeMarkdown,dashboard,dashboardEnhanced,expressionXY,expressionTagcloud
,expressionPartitionVis,visTypePie,expressionMetricVis,expressionHeatmap,expressionGauge,visTypeGauge,dataViewFieldEditor,sharedUX,discover,lens,osquery,maps,dataVisualizer,ml,cases,timelines,sessionView,securitySolu
tion,observability,uptime,infra,upgradeAssistant,monitoring,logstash,enterpriseSearch,apm,discoverEnhanced,dataViewManagement]
[2022-05-17T19:23:44.719-04:00][INFO ][plugins.monitoring.monitoring] config sourced from: production cluster
[2022-05-17T19:23:46.045-04:00][INFO ][http.server.Kibana] http server running at http://localhost:5601
[2022-05-17T19:23:46.098-04:00][INFO ][status] Kibana is now degraded
[2022-05-17T19:23:46.211-04:00][INFO ][plugins.monitoring.monitoring.kibana-monitoring] Starting monitoring stats collection
[2022-05-17T19:23:46.211-04:00][INFO ][plugins.fleet] Beginning fleet setup
[2022-05-17T19:23:46.235-04:00][INFO ][plugins.ruleRegistry] Installed common resources shared between all indices
[2022-05-17T19:23:46.235-04:00][INFO ][plugins.ruleRegistry] Installing resources for index .alerts-security.alerts
[2022-05-17T19:23:46.236-04:00][INFO ][plugins.ruleRegistry] Installing resources for index .preview.alerts-security.alerts
[2022-05-17T19:23:46.236-04:00][INFO ][plugins.ruleRegistry] Installing resources for index .alerts-observability.uptime.alerts
[2022-05-17T19:23:46.237-04:00][INFO ][plugins.ruleRegistry] Installing resources for index .alerts-observability.logs.alerts
[2022-05-17T19:23:46.237-04:00][INFO ][plugins.ruleRegistry] Installing resources for index .alerts-observability.metrics.alerts
[2022-05-17T19:23:46.237-04:00][INFO ][plugins.ruleRegistry] Installing resources for index .alerts-observability.apm.alerts
[2022-05-17T19:23:46.262-04:00][INFO ][plugins.ruleRegistry] Installed resources for index .alerts-security.alerts
[2022-05-17T19:23:46.336-04:00][INFO ][plugins.ruleRegistry] Installed resources for index .alerts-observability.uptime.alerts
[2022-05-17T19:23:46.415-04:00][INFO ][plugins.ruleRegistry] Installed resources for index .alerts-observability.logs.alerts
[2022-05-17T19:23:46.418-04:00][INFO ][plugins.ruleRegistry] Installed resources for index .alerts-observability.metrics.alerts
[2022-05-17T19:23:46.425-04:00][INFO ][plugins.ruleRegistry] Installed resources for index .alerts-observability.apm.alerts
[2022-05-17T19:23:46.436-04:00][INFO ][plugins.ruleRegistry] Installed resources for index .preview.alerts-security.alerts
[2022-05-17T19:23:46.467-04:00][INFO ][plugins.ml] Task ML:saved-objects-sync-task: scheduled with interval 1h
[2022-05-17T19:23:46.491-04:00][INFO ][plugins.fleet] Fleet setup completed
[2022-05-17T19:23:46.498-04:00][INFO ][plugins.securitySolution] Dependent plugin setup complete - Starting ManifestTask
[2022-05-17T19:23:49.281-04:00][INFO ][status] Kibana is now available (was degraded)
[2022-05-17T19:23:49.334-04:00][INFO ][plugins.ml] Task ML:saved-objects-sync-task: No ML saved objects in need of synchronization
[2022-05-17T19:26:33.540-04:00][INFO ][plugins.security.routes] Logging in with provider "basic" (basic)
[2022-05-17T19:29:01.414-04:00][INFO ][plugins.security.routes] Logging in with provider "basic" (basic)

Also my kibana.yml file.

# For more configuration options see the configuration guide for Kibana in
# https://www.elastic.co/guide/index.html

# =================== System: Kibana Server ===================
# Kibana is served by a back end server. This setting specifies the port to use.
#server.port: 5601

# Specifies the address to which the Kibana server will bind. IP addresses and host names are both valid values.
# The default is 'localhost', which usually means remote machines will not be able to connect.
# To allow connections from remote users, set this parameter to a non-loopback address.
#server.host: "localhost"

# Enables you to specify a path to mount Kibana at if you are running behind a proxy.
# Use the `server.rewriteBasePath` setting to tell Kibana if it should remove the basePath
# from requests it receives, and to prevent a deprecation warning at startup.
# This setting cannot end in a slash.
#server.basePath: ""

# Specifies whether Kibana should rewrite requests that are prefixed with
# `server.basePath` or require that they are rewritten by your reverse proxy.
# Defaults to `false`.
#server.rewriteBasePath: false

# Specifies the public URL at which Kibana is available for end users. If
# `server.basePath` is configured this URL should end with the same basePath.
#server.publicBaseUrl: ""

# The maximum payload size in bytes for incoming server requests.
#server.maxPayload: 1048576

# The Kibana server's name. This is used for display purposes.
#server.name: "your-hostname"

# =================== System: Kibana Server (Optional) ===================
# Enables SSL and paths to the PEM-format SSL certificate and SSL key files, respectively.
# These settings enable SSL for outgoing requests from the Kibana server to the browser.
#server.ssl.enabled: false
#server.ssl.certificate: /path/to/your/server.crt
#server.ssl.key: /path/to/your/server.key

# =================== System: Elasticsearch ===================
# The URLs of the Elasticsearch instances to use for all your queries.
#elasticsearch.hosts: ["http://localhost:9200"]

# If your Elasticsearch is protected with basic authentication, these settings provide
# the username and password that the Kibana server uses to perform maintenance on the Kibana
# index at startup. Your Kibana users still need to authenticate with Elasticsearch, which
# is proxied through the Kibana server.
#elasticsearch.username: "kibana_system"
#elasticsearch.password: "pass"

# Kibana can also authenticate to Elasticsearch via "service account tokens".
# Service account tokens are Bearer style tokens that replace the traditional username/password based configuration.
# Use this token instead of a username/password.
# elasticsearch.serviceAccountToken: "my_token"

# Time in milliseconds to wait for Elasticsearch to respond to pings. Defaults to the value of
# the elasticsearch.requestTimeout setting.
#elasticsearch.pingTimeout: 1500

# Time in milliseconds to wait for responses from the back end or Elasticsearch. This value
# must be a positive integer.
#elasticsearch.requestTimeout: 30000

# Specifies whether Kibana should use compression for communications with elasticsearch
# Defaults to `false`.
#elasticsearch.compression: false

# List of Kibana client-side headers to send to Elasticsearch. To send *no* client-side
# headers, set this value to [] (an empty list).
#elasticsearch.requestHeadersWhitelist: [ authorization ]

# Header names and values that are sent to Elasticsearch. Any custom headers cannot be overwritten
# by client-side headers, regardless of the elasticsearch.requestHeadersWhitelist configuration.
#elasticsearch.customHeaders: {}

# Time in milliseconds for Elasticsearch to wait for responses from shards. Set to 0 to disable.
#elasticsearch.shardTimeout: 30000

# =================== System: Elasticsearch (Optional) ===================
# These files are used to verify the identity of Kibana to Elasticsearch and are required when
# xpack.security.http.ssl.client_authentication in Elasticsearch is set to required.
#elasticsearch.ssl.certificate: /path/to/your/client.crt
#elasticsearch.ssl.key: /path/to/your/client.key

# Enables you to specify a path to the PEM file for the certificate
# authority for your Elasticsearch instance.
#elasticsearch.ssl.certificateAuthorities: [ "/path/to/your/CA.pem" ]

# To disregard the validity of SSL certificates, change this setting's value to 'none'.
#elasticsearch.ssl.verificationMode: full

# =================== System: Logging ===================
# Set the value of this setting to off to suppress all logging output, or to debug to log everything. Defaults to 'info'
##logging.root.level: warn

# Enables you to specify a file where Kibana stores log output.
#logging.appenders.default:
#  type: file
#  fileName: /var/logs/kibana.log
#  layout:
#    type: json

# Logs queries sent to Elasticsearch.
#logging.loggers:
#  - name: elasticsearch.query
#    level: debug

# Logs http responses.
#logging.loggers:
#  - name: http.server.response
#    level: debug

# Logs system usage information.
#logging.loggers:
#  - name: metrics.ops
#    level: debug

# =================== System: Other ===================
# The path where Kibana stores persistent data not saved in Elasticsearch. Defaults to data
#path.data: data

# Specifies the path where Kibana creates the process ID file.
#pid.file: /run/kibana/kibana.pid

# Set the interval in milliseconds to sample system and process performance
# metrics. Minimum is 100ms. Defaults to 5000ms.
#ops.interval: 5000

# Specifies locale to be used for all localizable strings, dates and number formats.
# Supported languages are the following: English - en , by default , Chinese - zh-CN .
#i18n.locale: "en"

# =================== Frequently used (Optional)===================

# =================== Saved Objects: Migrations ===================
# Saved object migrations run at startup. If you run into migration-related issues, you might need to adjust these settings.

# The number of documents migrated at a time.
# If Kibana can't start up or upgrade due to an Elasticsearch `circuit_breaking_exception`,
# use a smaller batchSize value to reduce the memory pressure. Defaults to 1000 objects per batch.
#migrations.batchSize: 1000

# The maximum payload size for indexing batches of upgraded saved objects.
# To avoid migrations failing due to a 413 Request Entity Too Large response from Elasticsearch.
# This value should be lower than or equal to your Elasticsearch cluster’s `http.max_content_length`
# configuration option. Default: 100mb
#migrations.maxBatchSizeBytes: 100mb

# The number of times to retry temporary migration failures. Increase the setting
# if migrations fail frequently with a message such as `Unable to complete the [...] step after
# 15 attempts, terminating`. Defaults to 15
#migrations.retryAttempts: 15

#Set xpack reporting privileges to be compatible with future release
xpack.reporting.roles.enabled: false

#Set xpack encryption keys
xpack.security.encryptionKey: "xxxxxxxxxxxxx"
xpack.reporting.encryptionKey: "xxxxxxxxxxxx"
xpack.encryptedSavedObjects.encryptionKey: "xxxxxxxxxxxxxxxxxx"

# =================== Search Autocomplete ===================
# Time in milliseconds to wait for autocomplete suggestions from Elasticsearch.
# This value must be a whole number greater than zero. Defaults to 1000ms
#data.autocomplete.valueSuggestions.timeout: 1000

# Maximum number of documents loaded by each shard to generate autocomplete suggestions.
# This value must be a whole number greater than zero. Defaults to 100_000
#data.autocomplete.valueSuggestions.terminateAfter: 100000


# This section was automatically generated during setup.
elasticsearch.hosts: ['https://127.0.0.1:9200']
elasticsearch.serviceAccountToken: xxxxxxxxxxxxxxxxx
elasticsearch.ssl.certificateAuthorities: ['C:\ELK\kibana\data\ca_1651609370084.crt']
xpack.fleet.outputs: [{id: fleet-default-output, name: default, is_default: true, is_default_monitoring: true, type: elasticsearch, hosts: ['https://127.0.0.1:9200'], ca_trusted_fingerprint: xxxxxxxxxxxxxxxxxxx

Lens should work fine even if there is no internet connection. I tried to reproduce the issue locally but didn't manage to do so. Could you open the console in Chrome Dev tools (Open Chrome DevTools - Chrome Developers) and copy paste any error messages you are seeing in there?

We also encounter same problem if there is no internet connection as below pic in Kibana 8.2.0


I thought the issue might be with the security settings in MS Edge or in Windows 10. We lock down our systems pretty tight. I tried using a portable version of Firefox as a means to bypass the locked down Edge browser but unfortunately still had the same problem. I also disabled Windows SmartScreen, which relies on an Internet connection and sometimes causes problems. But that didn't help either. Below is the output from the Chrome console after logging into Kibana and trying to display an existing Lens visualization. There is a lot of information in there but the section "mapsEms.chunk.1.js:1 GET https://vector.maps.elastic.co/v8.2/manifest?elastic_tile_service_tos=agree&my_app_name=kibana&my_app_version=8.2.0&license=b8970192-8486-44fb-96b6-8b6c0042c5b2 net::ERR_INTERNET_DISCONNECTED" looks to me to be of interest.

home:286 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.

newsfeed.plugin.js:1          GET https://feeds.elastic.co/kibana/v8.2.0.json net::ERR_INTERNET_DISCONNECTED
fetchNewsfeedItems @ newsfeed.plugin.js:1
(anonymous) @ newsfeed.plugin.js:1
t._tryNext @ kbn-ui-shared-deps-npm.dll.js:359
t._next @ kbn-ui-shared-deps-npm.dll.js:359
t.next @ kbn-ui-shared-deps-npm.dll.js:21
t._next @ kbn-ui-shared-deps-npm.dll.js:344
t.next @ kbn-ui-shared-deps-npm.dll.js:21
u @ kbn-ui-shared-deps-npm.dll.js:404
t._execute @ kbn-ui-shared-deps-npm.dll.js:359
t.execute @ kbn-ui-shared-deps-npm.dll.js:359
t.flush @ kbn-ui-shared-deps-npm.dll.js:359
setInterval (async)
t.requestAsyncId @ kbn-ui-shared-deps-npm.dll.js:359
t.schedule @ kbn-ui-shared-deps-npm.dll.js:359
e.schedule @ kbn-ui-shared-deps-npm.dll.js:389
t.schedule @ kbn-ui-shared-deps-npm.dll.js:359
(anonymous) @ kbn-ui-shared-deps-npm.dll.js:404
e._trySubscribe @ kbn-ui-shared-deps-npm.dll.js:287
e.subscribe @ kbn-ui-shared-deps-npm.dll.js:287
e.call @ kbn-ui-shared-deps-npm.dll.js:344
e.subscribe @ kbn-ui-shared-deps-npm.dll.js:287
e.call @ kbn-ui-shared-deps-npm.dll.js:359
e.subscribe @ kbn-ui-shared-deps-npm.dll.js:287
e.call @ kbn-ui-shared-deps-npm.dll.js:427
e.subscribe @ kbn-ui-shared-deps-npm.dll.js:287
a @ kbn-ui-shared-deps-npm.dll.js:344
t._complete @ kbn-ui-shared-deps-npm.dll.js:389
t.complete @ kbn-ui-shared-deps-npm.dll.js:21
(anonymous) @ kbn-ui-shared-deps-npm.dll.js:404
e._trySubscribe @ kbn-ui-shared-deps-npm.dll.js:287
e.subscribe @ kbn-ui-shared-deps-npm.dll.js:287
e.call @ kbn-ui-shared-deps-npm.dll.js:389
e.subscribe @ kbn-ui-shared-deps-npm.dll.js:287
e.call @ kbn-ui-shared-deps-npm.dll.js:344
e.subscribe @ kbn-ui-shared-deps-npm.dll.js:287
e.call @ kbn-ui-shared-deps-npm.dll.js:427
e.subscribe @ kbn-ui-shared-deps-npm.dll.js:287
e.call @ kbn-ui-shared-deps-npm.dll.js:427
e.subscribe @ kbn-ui-shared-deps-npm.dll.js:287
(anonymous) @ newsfeed.plugin.js:1
Es @ kbn-ui-shared-deps-npm.dll.js:451
Fu @ kbn-ui-shared-deps-npm.dll.js:451
t.unstable_runWithPriority @ kbn-ui-shared-deps-npm.dll.js:459
$i @ kbn-ui-shared-deps-npm.dll.js:451
Ru @ kbn-ui-shared-deps-npm.dll.js:451
_u @ kbn-ui-shared-deps-npm.dll.js:451
(anonymous) @ kbn-ui-shared-deps-npm.dll.js:451
t.unstable_runWithPriority @ kbn-ui-shared-deps-npm.dll.js:459
$i @ kbn-ui-shared-deps-npm.dll.js:451
Ji @ kbn-ui-shared-deps-npm.dll.js:451
Zi @ kbn-ui-shared-deps-npm.dll.js:451
Ou @ kbn-ui-shared-deps-npm.dll.js:451
gc @ kbn-ui-shared-deps-npm.dll.js:451
render @ kbn-ui-shared-deps-npm.dll.js:451
start @ core.entry.js:10
start @ core.entry.js:10
await in start (async)
zt @ core.entry.js:10
await in zt (async)
(anonymous) @ bootstrap.js:107
innerCb @ bootstrap.js:90
load (async)
loadScript @ bootstrap.js:80
(anonymous) @ bootstrap.js:99
load @ bootstrap.js:86
window.onload @ bootstrap.js:104
load (async)
(anonymous) @ bootstrap.js:47
Show 25 more frames
newsfeed.plugin.js:1 TypeError: Failed to fetch
    at driver_NewsfeedApiDriver.fetchNewsfeedItems (newsfeed.plugin.js:1:5977)
    at t.project (newsfeed.plugin.js:1:9180)
    at t._tryNext (kbn-ui-shared-deps-npm.dll.js:359:75526)
    at t._next (kbn-ui-shared-deps-npm.dll.js:359:75428)
    at t.next (kbn-ui-shared-deps-npm.dll.js:21:17578)
    at t._next (kbn-ui-shared-deps-npm.dll.js:344:186502)
    at t.next (kbn-ui-shared-deps-npm.dll.js:21:17578)
    at t.u [as work] (kbn-ui-shared-deps-npm.dll.js:404:227464)
    at t._execute (kbn-ui-shared-deps-npm.dll.js:359:80053)
    at t.execute (kbn-ui-shared-deps-npm.dll.js:359:79869)
(anonymous) @ newsfeed.plugin.js:1
t.error @ kbn-ui-shared-deps-npm.dll.js:427
(anonymous) @ kbn-ui-shared-deps-npm.dll.js:427
Promise.then (async)
(anonymous) @ kbn-ui-shared-deps-npm.dll.js:427
e._trySubscribe @ kbn-ui-shared-deps-npm.dll.js:287
e.subscribe @ kbn-ui-shared-deps-npm.dll.js:287
e.call @ kbn-ui-shared-deps-npm.dll.js:427
e.subscribe @ kbn-ui-shared-deps-npm.dll.js:287
d @ kbn-ui-shared-deps-npm.dll.js:21
t._innerSub @ kbn-ui-shared-deps-npm.dll.js:359
t._tryNext @ kbn-ui-shared-deps-npm.dll.js:359
t._next @ kbn-ui-shared-deps-npm.dll.js:359
t.next @ kbn-ui-shared-deps-npm.dll.js:21
t._next @ kbn-ui-shared-deps-npm.dll.js:344
t.next @ kbn-ui-shared-deps-npm.dll.js:21
u @ kbn-ui-shared-deps-npm.dll.js:404
t._execute @ kbn-ui-shared-deps-npm.dll.js:359
t.execute @ kbn-ui-shared-deps-npm.dll.js:359
t.flush @ kbn-ui-shared-deps-npm.dll.js:359
setInterval (async)
t.requestAsyncId @ kbn-ui-shared-deps-npm.dll.js:359
t.schedule @ kbn-ui-shared-deps-npm.dll.js:359
e.schedule @ kbn-ui-shared-deps-npm.dll.js:389
t.schedule @ kbn-ui-shared-deps-npm.dll.js:359
(anonymous) @ kbn-ui-shared-deps-npm.dll.js:404
e._trySubscribe @ kbn-ui-shared-deps-npm.dll.js:287
e.subscribe @ kbn-ui-shared-deps-npm.dll.js:287
e.call @ kbn-ui-shared-deps-npm.dll.js:344
e.subscribe @ kbn-ui-shared-deps-npm.dll.js:287
e.call @ kbn-ui-shared-deps-npm.dll.js:359
e.subscribe @ kbn-ui-shared-deps-npm.dll.js:287
e.call @ kbn-ui-shared-deps-npm.dll.js:427
e.subscribe @ kbn-ui-shared-deps-npm.dll.js:287
a @ kbn-ui-shared-deps-npm.dll.js:344
t._complete @ kbn-ui-shared-deps-npm.dll.js:389
t.complete @ kbn-ui-shared-deps-npm.dll.js:21
(anonymous) @ kbn-ui-shared-deps-npm.dll.js:404
e._trySubscribe @ kbn-ui-shared-deps-npm.dll.js:287
e.subscribe @ kbn-ui-shared-deps-npm.dll.js:287
e.call @ kbn-ui-shared-deps-npm.dll.js:389
e.subscribe @ kbn-ui-shared-deps-npm.dll.js:287
e.call @ kbn-ui-shared-deps-npm.dll.js:344
e.subscribe @ kbn-ui-shared-deps-npm.dll.js:287
e.call @ kbn-ui-shared-deps-npm.dll.js:427
e.subscribe @ kbn-ui-shared-deps-npm.dll.js:287
e.call @ kbn-ui-shared-deps-npm.dll.js:427
e.subscribe @ kbn-ui-shared-deps-npm.dll.js:287
(anonymous) @ newsfeed.plugin.js:1
Es @ kbn-ui-shared-deps-npm.dll.js:451
Fu @ kbn-ui-shared-deps-npm.dll.js:451
t.unstable_runWithPriority @ kbn-ui-shared-deps-npm.dll.js:459
$i @ kbn-ui-shared-deps-npm.dll.js:451
Ru @ kbn-ui-shared-deps-npm.dll.js:451
_u @ kbn-ui-shared-deps-npm.dll.js:451
(anonymous) @ kbn-ui-shared-deps-npm.dll.js:451
t.unstable_runWithPriority @ kbn-ui-shared-deps-npm.dll.js:459
$i @ kbn-ui-shared-deps-npm.dll.js:451
Ji @ kbn-ui-shared-deps-npm.dll.js:451
Zi @ kbn-ui-shared-deps-npm.dll.js:451
Ou @ kbn-ui-shared-deps-npm.dll.js:451
gc @ kbn-ui-shared-deps-npm.dll.js:451
render @ kbn-ui-shared-deps-npm.dll.js:451
start @ core.entry.js:10
start @ core.entry.js:10
await in start (async)
zt @ core.entry.js:10
await in zt (async)
(anonymous) @ bootstrap.js:107
innerCb @ bootstrap.js:90
load (async)
loadScript @ bootstrap.js:80
(anonymous) @ bootstrap.js:99
load @ bootstrap.js:86
window.onload @ bootstrap.js:104
load (async)
(anonymous) @ bootstrap.js:47
Show 33 more frames
mapsEms.chunk.1.js:1          GET https://vector.maps.elastic.co/v8.2/manifest?elastic_tile_service_tos=agree&my_app_name=kibana&my_app_version=8.2.0&license=b8970192-8486-44fb-96b6-8b6c0042c5b2 net::ERR_INTERNET_DISCONNECTED
fetchFunction @ mapsEms.chunk.1.js:1
(anonymous) @ mapsEms.chunk.1.js:1
value @ mapsEms.chunk.1.js:1
(anonymous) @ mapsEms.chunk.1.js:1
l @ kbn-ui-shared-deps-npm.dll.js:422
(anonymous) @ kbn-ui-shared-deps-npm.dll.js:422
(anonymous) @ kbn-ui-shared-deps-npm.dll.js:422
q @ mapsEms.chunk.1.js:1
i @ mapsEms.chunk.1.js:1
(anonymous) @ mapsEms.chunk.1.js:1
(anonymous) @ mapsEms.chunk.1.js:1
(anonymous) @ mapsEms.chunk.1.js:1
(anonymous) @ mapsEms.chunk.1.js:1
l @ kbn-ui-shared-deps-npm.dll.js:422
(anonymous) @ kbn-ui-shared-deps-npm.dll.js:422
(anonymous) @ kbn-ui-shared-deps-npm.dll.js:422
q @ mapsEms.chunk.1.js:1
i @ mapsEms.chunk.1.js:1
Promise.then (async)
q @ mapsEms.chunk.1.js:1
i @ mapsEms.chunk.1.js:1
(anonymous) @ mapsEms.chunk.1.js:1
(anonymous) @ mapsEms.chunk.1.js:1
(anonymous) @ kbn-ui-shared-deps-npm.dll.js:959
(anonymous) @ mapsEms.chunk.1.js:1
l @ kbn-ui-shared-deps-npm.dll.js:422
(anonymous) @ kbn-ui-shared-deps-npm.dll.js:422
(anonymous) @ kbn-ui-shared-deps-npm.dll.js:422
q @ mapsEms.chunk.1.js:1
i @ mapsEms.chunk.1.js:1
(anonymous) @ mapsEms.chunk.1.js:1
(anonymous) @ mapsEms.chunk.1.js:1
(anonymous) @ kbn-ui-shared-deps-npm.dll.js:959
(anonymous) @ mapsEms.chunk.1.js:1
l @ kbn-ui-shared-deps-npm.dll.js:422
(anonymous) @ kbn-ui-shared-deps-npm.dll.js:422
(anonymous) @ kbn-ui-shared-deps-npm.dll.js:422
q @ mapsEms.chunk.1.js:1
i @ mapsEms.chunk.1.js:1
(anonymous) @ mapsEms.chunk.1.js:1
(anonymous) @ mapsEms.chunk.1.js:1
(anonymous) @ mapsEms.chunk.1.js:1
o @ maps.chunk.1.js:3
await in o (async)
(anonymous) @ maps.plugin.js:2
await in (anonymous) (async)
(anonymous) @ lens.chunk.1.js:3
$c @ lens.chunk.1.js:3
(anonymous) @ lens.chunk.1.js:3
createInstance @ lens.chunk.1.js:3
kd @ lens.chunk.1.js:3
mount @ lens.plugin.js:2
await in mount (async)
(anonymous) @ core.entry.js:10
(anonymous) @ core.entry.js:10
(anonymous) @ core.entry.js:10
Es @ kbn-ui-shared-deps-npm.dll.js:451
Iu @ kbn-ui-shared-deps-npm.dll.js:451
t.unstable_runWithPriority @ kbn-ui-shared-deps-npm.dll.js:459
$i @ kbn-ui-shared-deps-npm.dll.js:451
Pu @ kbn-ui-shared-deps-npm.dll.js:451
_u @ kbn-ui-shared-deps-npm.dll.js:451
(anonymous) @ kbn-ui-shared-deps-npm.dll.js:451
t.unstable_runWithPriority @ kbn-ui-shared-deps-npm.dll.js:459
$i @ kbn-ui-shared-deps-npm.dll.js:451
Ji @ kbn-ui-shared-deps-npm.dll.js:451
Zi @ kbn-ui-shared-deps-npm.dll.js:451
mu @ kbn-ui-shared-deps-npm.dll.js:451
enqueueSetState @ kbn-ui-shared-deps-npm.dll.js:451
_.setState @ kbn-ui-shared-deps-npm.dll.js:435
(anonymous) @ kbn-ui-shared-deps-npm.dll.js:344
r @ kbn-ui-shared-deps-npm.dll.js:359
(anonymous) @ kbn-ui-shared-deps-npm.dll.js:359
notifyListeners @ kbn-ui-shared-deps-npm.dll.js:359
C @ kbn-ui-shared-deps-npm.dll.js:359
(anonymous) @ kbn-ui-shared-deps-npm.dll.js:359
confirmTransitionTo @ kbn-ui-shared-deps-npm.dll.js:359
push @ kbn-ui-shared-deps-npm.dll.js:359
navigate @ core.entry.js:10
d @ core.entry.js:10
await in d (async)
navigateToUrl @ core.entry.js:10
s.current.l.container @ kibanaReact.plugin.js:1
g @ kbn-ui-shared-deps-npm.dll.js:451
O @ kbn-ui-shared-deps-npm.dll.js:451
(anonymous) @ kbn-ui-shared-deps-npm.dll.js:451
M @ kbn-ui-shared-deps-npm.dll.js:451
k @ kbn-ui-shared-deps-npm.dll.js:451
T @ kbn-ui-shared-deps-npm.dll.js:451
j @ kbn-ui-shared-deps-npm.dll.js:451
En @ kbn-ui-shared-deps-npm.dll.js:451
le @ kbn-ui-shared-deps-npm.dll.js:451
kn @ kbn-ui-shared-deps-npm.dll.js:451
Ln @ kbn-ui-shared-deps-npm.dll.js:451
jn @ kbn-ui-shared-deps-npm.dll.js:451
t.unstable_runWithPriority @ kbn-ui-shared-deps-npm.dll.js:459
$i @ kbn-ui-shared-deps-npm.dll.js:451
ue @ kbn-ui-shared-deps-npm.dll.js:451
Tn @ kbn-ui-shared-deps-npm.dll.js:451
core.entry.js:10 TypeError: Failed to fetch
    at e.fetchFunction [as _fetchFunction] (mapsEms.chunk.1.js:1:83302)
    at mapsEms.chunk.1.js:1:80116
    at new Promise (<anonymous>)
    at e.value (mapsEms.chunk.1.js:1:79978)
    at e.<anonymous> (mapsEms.chunk.1.js:1:75929)
    at l (kbn-ui-shared-deps-npm.dll.js:422:155914)
    at Generator._invoke (kbn-ui-shared-deps-npm.dll.js:422:155702)
    at Generator.next (kbn-ui-shared-deps-npm.dll.js:422:156339)
    at q (mapsEms.chunk.1.js:1:73046)
    at i (mapsEms.chunk.1.js:1:73249)
(anonymous) @ core.entry.js:10
await in (anonymous) (async)
(anonymous) @ core.entry.js:10
Es @ kbn-ui-shared-deps-npm.dll.js:451
Iu @ kbn-ui-shared-deps-npm.dll.js:451
t.unstable_runWithPriority @ kbn-ui-shared-deps-npm.dll.js:459
$i @ kbn-ui-shared-deps-npm.dll.js:451
Pu @ kbn-ui-shared-deps-npm.dll.js:451
_u @ kbn-ui-shared-deps-npm.dll.js:451
(anonymous) @ kbn-ui-shared-deps-npm.dll.js:451
t.unstable_runWithPriority @ kbn-ui-shared-deps-npm.dll.js:459
$i @ kbn-ui-shared-deps-npm.dll.js:451
Ji @ kbn-ui-shared-deps-npm.dll.js:451
Zi @ kbn-ui-shared-deps-npm.dll.js:451
mu @ kbn-ui-shared-deps-npm.dll.js:451
enqueueSetState @ kbn-ui-shared-deps-npm.dll.js:451
_.setState @ kbn-ui-shared-deps-npm.dll.js:435
(anonymous) @ kbn-ui-shared-deps-npm.dll.js:344
r @ kbn-ui-shared-deps-npm.dll.js:359
(anonymous) @ kbn-ui-shared-deps-npm.dll.js:359
notifyListeners @ kbn-ui-shared-deps-npm.dll.js:359
C @ kbn-ui-shared-deps-npm.dll.js:359
(anonymous) @ kbn-ui-shared-deps-npm.dll.js:359
confirmTransitionTo @ kbn-ui-shared-deps-npm.dll.js:359
push @ kbn-ui-shared-deps-npm.dll.js:359
navigate @ core.entry.js:10
d @ core.entry.js:10
await in d (async)
navigateToUrl @ core.entry.js:10
s.current.l.container @ kibanaReact.plugin.js:1
g @ kbn-ui-shared-deps-npm.dll.js:451
O @ kbn-ui-shared-deps-npm.dll.js:451
(anonymous) @ kbn-ui-shared-deps-npm.dll.js:451
M @ kbn-ui-shared-deps-npm.dll.js:451
k @ kbn-ui-shared-deps-npm.dll.js:451
T @ kbn-ui-shared-deps-npm.dll.js:451
j @ kbn-ui-shared-deps-npm.dll.js:451
En @ kbn-ui-shared-deps-npm.dll.js:451
le @ kbn-ui-shared-deps-npm.dll.js:451
kn @ kbn-ui-shared-deps-npm.dll.js:451
Ln @ kbn-ui-shared-deps-npm.dll.js:451
jn @ kbn-ui-shared-deps-npm.dll.js:451
t.unstable_runWithPriority @ kbn-ui-shared-deps-npm.dll.js:459
$i @ kbn-ui-shared-deps-npm.dll.js:451
ue @ kbn-ui-shared-deps-npm.dll.js:451
Tn @ kbn-ui-shared-deps-npm.dll.js:451
telemetry.plugin.js:1          POST https://telemetry.elastic.co/xpack/v2/send net::ERR_INTERNET_DISCONNECTED
(anonymous) @ telemetry.plugin.js:1
(anonymous) @ telemetry.plugin.js:1
await in (anonymous) (async)
(anonymous) @ telemetry.plugin.js:1
await in (anonymous) (async)
t.tryNext @ kbn-ui-shared-deps-npm.dll.js:427
t._next @ kbn-ui-shared-deps-npm.dll.js:427
t.next @ kbn-ui-shared-deps-npm.dll.js:21
t.notifyNext @ kbn-ui-shared-deps-npm.dll.js:359
t._next @ kbn-ui-shared-deps-npm.dll.js:21
t.next @ kbn-ui-shared-deps-npm.dll.js:21
s @ kbn-ui-shared-deps-npm.dll.js:427
t._execute @ kbn-ui-shared-deps-npm.dll.js:359
t.execute @ kbn-ui-shared-deps-npm.dll.js:359
t.flush @ kbn-ui-shared-deps-npm.dll.js:359
setInterval (async)
t.requestAsyncId @ kbn-ui-shared-deps-npm.dll.js:359
t.schedule @ kbn-ui-shared-deps-npm.dll.js:359
e.schedule @ kbn-ui-shared-deps-npm.dll.js:389
t.schedule @ kbn-ui-shared-deps-npm.dll.js:359
(anonymous) @ kbn-ui-shared-deps-npm.dll.js:427
e._trySubscribe @ kbn-ui-shared-deps-npm.dll.js:287
e.subscribe @ kbn-ui-shared-deps-npm.dll.js:287
d @ kbn-ui-shared-deps-npm.dll.js:21
t._innerSub @ kbn-ui-shared-deps-npm.dll.js:359
t._tryNext @ kbn-ui-shared-deps-npm.dll.js:359
t._next @ kbn-ui-shared-deps-npm.dll.js:359
t.next @ kbn-ui-shared-deps-npm.dll.js:21
(anonymous) @ kbn-ui-shared-deps-npm.dll.js:404
e._trySubscribe @ kbn-ui-shared-deps-npm.dll.js:287
e.subscribe @ kbn-ui-shared-deps-npm.dll.js:287
e.call @ kbn-ui-shared-deps-npm.dll.js:359
e.subscribe @ kbn-ui-shared-deps-npm.dll.js:287
e.call @ kbn-ui-shared-deps-npm.dll.js:427
e.subscribe @ kbn-ui-shared-deps-npm.dll.js:287
(anonymous) @ telemetry.plugin.js:1
maybeStartTelemetryPoller @ telemetry.plugin.js:1
(anonymous) @ telemetry.plugin.js:1
await in (anonymous) (async)
t.__tryOrUnsub @ kbn-ui-shared-deps-npm.dll.js:21
t.next @ kbn-ui-shared-deps-npm.dll.js:21
t._next @ kbn-ui-shared-deps-npm.dll.js:21
t.next @ kbn-ui-shared-deps-npm.dll.js:21
t._next @ kbn-ui-shared-deps-npm.dll.js:21
t.next @ kbn-ui-shared-deps-npm.dll.js:21
t._next @ kbn-ui-shared-deps-npm.dll.js:404
t.next @ kbn-ui-shared-deps-npm.dll.js:21
t._next @ kbn-ui-shared-deps-npm.dll.js:344
t.next @ kbn-ui-shared-deps-npm.dll.js:21
t.next @ kbn-ui-shared-deps-npm.dll.js:344
t.next @ kbn-ui-shared-deps-npm.dll.js:404
(anonymous) @ core.entry.js:10
(anonymous) @ core.entry.js:10
(anonymous) @ core.entry.js:10
Es @ kbn-ui-shared-deps-npm.dll.js:451
Iu @ kbn-ui-shared-deps-npm.dll.js:451
t.unstable_runWithPriority @ kbn-ui-shared-deps-npm.dll.js:459
$i @ kbn-ui-shared-deps-npm.dll.js:451
Pu @ kbn-ui-shared-deps-npm.dll.js:451
_u @ kbn-ui-shared-deps-npm.dll.js:451
(anonymous) @ kbn-ui-shared-deps-npm.dll.js:451
t.unstable_runWithPriority @ kbn-ui-shared-deps-npm.dll.js:459
$i @ kbn-ui-shared-deps-npm.dll.js:451
Ji @ kbn-ui-shared-deps-npm.dll.js:451
Zi @ kbn-ui-shared-deps-npm.dll.js:451
Ou @ kbn-ui-shared-deps-npm.dll.js:451
gc @ kbn-ui-shared-deps-npm.dll.js:451
render @ kbn-ui-shared-deps-npm.dll.js:451
start @ core.entry.js:10
start @ core.entry.js:10
await in start (async)
zt @ core.entry.js:10
await in zt (async)
(anonymous) @ bootstrap.js:107
innerCb @ bootstrap.js:90
load (async)
loadScript @ bootstrap.js:80
(anonymous) @ bootstrap.js:99
load @ bootstrap.js:86
window.onload @ bootstrap.js:104
load (async)
(anonymous) @ bootstrap.js:47
telemetry.plugin.js:1          POST https://telemetry.elastic.co/xpack/v2/send net::ERR_INTERNET_DISCONNECTED
(anonymous) @ telemetry.plugin.js:1
(anonymous) @ telemetry.plugin.js:1
setTimeout (async)
(anonymous) @ telemetry.plugin.js:1
await in (anonymous) (async)
(anonymous) @ telemetry.plugin.js:1
await in (anonymous) (async)
t.tryNext @ kbn-ui-shared-deps-npm.dll.js:427
t._next @ kbn-ui-shared-deps-npm.dll.js:427
t.next @ kbn-ui-shared-deps-npm.dll.js:21
t.notifyNext @ kbn-ui-shared-deps-npm.dll.js:359
t._next @ kbn-ui-shared-deps-npm.dll.js:21
t.next @ kbn-ui-shared-deps-npm.dll.js:21
s @ kbn-ui-shared-deps-npm.dll.js:427
t._execute @ kbn-ui-shared-deps-npm.dll.js:359
t.execute @ kbn-ui-shared-deps-npm.dll.js:359
t.flush @ kbn-ui-shared-deps-npm.dll.js:359
setInterval (async)
t.requestAsyncId @ kbn-ui-shared-deps-npm.dll.js:359
t.schedule @ kbn-ui-shared-deps-npm.dll.js:359
e.schedule @ kbn-ui-shared-deps-npm.dll.js:389
t.schedule @ kbn-ui-shared-deps-npm.dll.js:359
(anonymous) @ kbn-ui-shared-deps-npm.dll.js:427
e._trySubscribe @ kbn-ui-shared-deps-npm.dll.js:287
e.subscribe @ kbn-ui-shared-deps-npm.dll.js:287
d @ kbn-ui-shared-deps-npm.dll.js:21
t._innerSub @ kbn-ui-shared-deps-npm.dll.js:359
t._tryNext @ kbn-ui-shared-deps-npm.dll.js:359
t._next @ kbn-ui-shared-deps-npm.dll.js:359
t.next @ kbn-ui-shared-deps-npm.dll.js:21
(anonymous) @ kbn-ui-shared-deps-npm.dll.js:404
e._trySubscribe @ kbn-ui-shared-deps-npm.dll.js:287
e.subscribe @ kbn-ui-shared-deps-npm.dll.js:287
e.call @ kbn-ui-shared-deps-npm.dll.js:359
e.subscribe @ kbn-ui-shared-deps-npm.dll.js:287
e.call @ kbn-ui-shared-deps-npm.dll.js:427
e.subscribe @ kbn-ui-shared-deps-npm.dll.js:287
(anonymous) @ telemetry.plugin.js:1
maybeStartTelemetryPoller @ telemetry.plugin.js:1
(anonymous) @ telemetry.plugin.js:1
await in (anonymous) (async)
t.__tryOrUnsub @ kbn-ui-shared-deps-npm.dll.js:21
t.next @ kbn-ui-shared-deps-npm.dll.js:21
t._next @ kbn-ui-shared-deps-npm.dll.js:21
t.next @ kbn-ui-shared-deps-npm.dll.js:21
t._next @ kbn-ui-shared-deps-npm.dll.js:21
t.next @ kbn-ui-shared-deps-npm.dll.js:21
t._next @ kbn-ui-shared-deps-npm.dll.js:404
t.next @ kbn-ui-shared-deps-npm.dll.js:21
t._next @ kbn-ui-shared-deps-npm.dll.js:344
t.next @ kbn-ui-shared-deps-npm.dll.js:21
t.next @ kbn-ui-shared-deps-npm.dll.js:344
t.next @ kbn-ui-shared-deps-npm.dll.js:404
(anonymous) @ core.entry.js:10
(anonymous) @ core.entry.js:10
(anonymous) @ core.entry.js:10
Es @ kbn-ui-shared-deps-npm.dll.js:451
Iu @ kbn-ui-shared-deps-npm.dll.js:451
t.unstable_runWithPriority @ kbn-ui-shared-deps-npm.dll.js:459
$i @ kbn-ui-shared-deps-npm.dll.js:451
Pu @ kbn-ui-shared-deps-npm.dll.js:451
_u @ kbn-ui-shared-deps-npm.dll.js:451
(anonymous) @ kbn-ui-shared-deps-npm.dll.js:451
t.unstable_runWithPriority @ kbn-ui-shared-deps-npm.dll.js:459
$i @ kbn-ui-shared-deps-npm.dll.js:451
Ji @ kbn-ui-shared-deps-npm.dll.js:451
Zi @ kbn-ui-shared-deps-npm.dll.js:451
Ou @ kbn-ui-shared-deps-npm.dll.js:451
gc @ kbn-ui-shared-deps-npm.dll.js:451
render @ kbn-ui-shared-deps-npm.dll.js:451
start @ core.entry.js:10
start @ core.entry.js:10
await in start (async)
zt @ core.entry.js:10
await in zt (async)
(anonymous) @ bootstrap.js:107
innerCb @ bootstrap.js:90
load (async)
loadScript @ bootstrap.js:80
(anonymous) @ bootstrap.js:99
load @ bootstrap.js:86
window.onload @ bootstrap.js:104
load (async)
(anonymous) @ bootstrap.js:47
~~~

This issue seems very similar to this one logged today: [Maps][Lens] Cannot open Lens editor in airgapped environment · Issue #132408 · elastic/kibana · GitHub

Adding map.includeElasticMapsService: false to kibana.yml should work around the problem. We are working on a proper fix.

1 Like

That worked! Thanks for your help.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.