Elasticsearch and Kibana 8.11.3 running issue in WSL

Hi

I am trying to run Elasticsearch and Kibana version 8.11.3 on Windows WSL version to build custom theme.

I am able to run the yarn kbn bootstrap sucessfully.

I have used below commands in separate windows to start elasticsearch and kibana.

yarn es snapshot --license trial --version 8.11.3

yarn start --run-examples

Elasticsearch output : http://localhost:9200/
image

Kibana output : http://localhost:5601/
image

Kibana showing above error. Below are logs for elasticsearch and kibana commands but couldnt figure out the issue.

Any help would be appreciated!

Elasticsearch window log:

vikas@NEW2023-G8:~/kibana$ yarn es snapshot --license trial --version 8.11.3
yarn run v1.22.19
$ node scripts/es snapshot --license trial --version 8.11.3
 info Installing from snapshot
 info version: 8.11.3
 info install path: /home/vikas/kibana/.es/8.11.3
 info license: trial
 info Downloading snapshot manifest from https://storage.googleapis.com/kibana-ci-es-snapshots-daily/8.11.3/manifest-latest-verified.json
 info verifying cache of https://storage.googleapis.com/kibana-ci-es-snapshots-daily/8.11.3/archives/20231212-141838_7e23a75a/elasticsearch-8.11.3-SNAPSHOT-linux-x86_64.tar.gz
 info etags match, reusing cache from 2024-02-01T12:43:00.402Z
 info install directory already exists, removing
 info extracting /home/vikas/kibana/.es/cache/elasticsearch-8.11.3-SNAPSHOT-linux-x86_64.tar.gz
 info extracted to /home/vikas/kibana/.es/8.11.3
 info created /home/vikas/kibana/.es/8.11.3/ES_TMPDIR
 info setting secure setting bootstrap.password to changeme
 info Starting
   │ info bin/elasticsearch -E action.destructive_requires_name=true -E cluster.routing.allocation.disk.threshold_enabled=false -E ingest.geoip.downloader.enabled=false -E search.check_ccs_compatibility=true
   │ info ES_JAVA_OPTS: -Xms1536m -Xmx1536m
   │ERROR Feb 01, 2024 6:31:28 PM sun.util.locale.provider.LocaleProviderAdapter <clinit>
   │      WARNING: COMPAT locale provider will be removed in a future release
   │ info [o.a.l.i.v.PanamaVectorizationProvider] [NEW2023-G8] Java vector incubator API enabled; uses preferredBitSize=512
   │ info [o.e.n.Node] [NEW2023-G8] version[8.11.3-SNAPSHOT], pid[12523], build[tar/7e23a75a67bf92948b4c6adb88cd9d1c06a4dd58/2023-12-12T14:05:49.012087294Z], OS[Linux/5.15.133.1-microsoft-standard-WSL2/amd64], JVM[Oracle Corporation/OpenJDK 64-Bit Server VM/21.0.1/21.0.1+12-29]
   │ info [o.e.n.Node] [NEW2023-G8] JVM home [/home/vikas/kibana/.es/8.11.3/jdk], using bundled JDK [true]
   │ info [o.e.n.Node] [NEW2023-G8] JVM arguments [-Des.networkaddress.cache.ttl=60, -Des.networkaddress.cache.negative.ttl=10, -Djava.security.manager=allow, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -XX:-OmitStackTraceInFastThrow, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Dlog4j2.formatMsgNoLookups=true, -Djava.locale.providers=SPI,COMPAT, --add-opens=java.base/java.io=org.elasticsearch.preallocate, -XX:+UseG1GC, -Djava.io.tmpdir=/home/vikas/kibana/.es/8.11.3/ES_TMPDIR, --add-modules=jdk.incubator.vector, -XX:+HeapDumpOnOutOfMemoryError, -XX:+ExitOnOutOfMemoryError, -XX:HeapDumpPath=data, -XX:ErrorFile=logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,level,pid,tags:filecount=32,filesize=64m, -Xms1536m, -Xmx1536m, -XX:MaxDirectMemorySize=805306368, -XX:G1HeapRegionSize=4m, -XX:InitiatingHeapOccupancyPercent=30, -XX:G1ReservePercent=15, -Des.distribution.type=tar, --module-path=/home/vikas/kibana/.es/8.11.3/lib, --add-modules=jdk.net, --add-modules=ALL-MODULE-PATH, -Djdk.module.main=org.elasticsearch.server]
   │ info [o.e.n.Node] [NEW2023-G8] version [8.11.3-SNAPSHOT] is a pre-release version of Elasticsearch and is not suitable for production
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [repository-url]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [rest-root]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [x-pack-core]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [x-pack-redact]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [ingest-user-agent]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [x-pack-async-search]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [test-error-query]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [x-pack-monitoring]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [repository-s3]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [x-pack-analytics]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [x-pack-ent-search]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [x-pack-autoscaling]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [lang-painless]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [x-pack-ml]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [test-die-with-dignity]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [legacy-geo]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [lang-mustache]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [x-pack-ql]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [rank-rrf]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [analysis-common]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [test-seek-tracking-directory]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [transport-netty4]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [aggregations]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [ingest-common]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [x-pack-identity-provider]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [frozen-indices]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [x-pack-shutdown]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [x-pack-text-structure]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [snapshot-repo-test-kit]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [ml-package-loader]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [test-delayed-aggs]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [kibana]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [constant-keyword]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [x-pack-logstash]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [x-pack-ccr]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [x-pack-graph]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [x-pack-esql]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [parent-join]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [x-pack-enrich]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [repositories-metering-api]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [transform]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [repository-azure]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [repository-gcs]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [spatial]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [mapper-version]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [mapper-extras]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [apm]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [x-pack-rollup]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [percolator]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [data-streams]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [x-pack-stack]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [reindex]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [rank-eval]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [x-pack-security]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [blob-cache]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [searchable-snapshots]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [x-pack-slm]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [test-latency-simulating-directory]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [snapshot-based-recoveries]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [x-pack-watcher]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [old-lucene-versions]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [x-pack-ilm]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [x-pack-voting-only-node]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [x-pack-deprecation]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [x-pack-fleet]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [x-pack-aggregate-metric]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [x-pack-downsample]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [x-pack-profiling]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [ingest-geoip]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [x-pack-write-load-forecaster]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [inference]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [search-business-rules]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [wildcard]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [ingest-attachment]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [unsigned-long]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [x-pack-sql]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [runtime-fields-common]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [x-pack-async]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [vector-tile]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [lang-expression]
   │ info [o.e.p.PluginsService] [NEW2023-G8] loaded module [x-pack-eql]
   │ info [o.e.e.NodeEnvironment] [NEW2023-G8] using [1] data paths, mounts [[/ (/dev/sdc)]], net usable_space [937.8gb], net total_space [1006.8gb], types [ext4]
   │ info [o.e.e.NodeEnvironment] [NEW2023-G8] heap size [1.5gb], compressed ordinary object pointers [true]
   │ info [o.e.n.Node] [NEW2023-G8] node name [NEW2023-G8], node ID [Q8iIC0zwR4yQAVLoWQTvcw], cluster name [elasticsearch], roles [data_hot, ml, data_frozen, ingest, data_cold, data, remote_cluster_client, master, data_warm, data_content, transform]
   │ info [o.e.c.u.FeatureFlag] [NEW2023-G8] The current build is a snapshot, feature flag [inference_rescorer] is enabled
   │ info [o.e.x.m.p.l.CppLogMessageHandler] [NEW2023-G8] [controller/12551] [Main.cc@123] controller (64 bit): Version 8.11.3-SNAPSHOT (Build c16ff912638f0a) Copyright (c) 2023 Elasticsearch BV
   │ info [o.e.x.s.Security] [NEW2023-G8] Security is enabled
   │ info [o.e.x.s.a.s.FileRolesStore] [NEW2023-G8] parsed [0] roles from file [/home/vikas/kibana/.es/8.11.3/config/roles.yml]
   │ info [o.e.x.p.ProfilingPlugin] [NEW2023-G8] Profiling is enabled
   │ info [o.e.x.p.ProfilingPlugin] [NEW2023-G8] profiling index templates will not be installed or reinstalled
   │ info [o.e.t.n.NettyAllocator] [NEW2023-G8] creating NettyAllocator with the following configs: [name=elasticsearch_configured, chunk_size=1mb, suggested_max_allocation_size=1mb, factors={es.unsafe.use_netty_default_chunk_and_page_size=false, g1gc_enabled=true, g1gc_region_size=4mb}]
   │ info [o.e.i.r.RecoverySettings] [NEW2023-G8] using rate limit [40mb] with [default=40mb, read=0b, write=0b, max=0b]
   │ info [o.e.d.DiscoveryModule] [NEW2023-G8] using discovery type [multi-node] and seed hosts providers [settings]
   │ info [o.e.n.Node] [NEW2023-G8] initialized
   │ info [o.e.n.Node] [NEW2023-G8] starting ...
   │ info [o.e.x.s.c.f.PersistentCache] [NEW2023-G8] persistent cache index loaded
   │ info [o.e.x.d.l.DeprecationIndexingComponent] [NEW2023-G8] deprecation component started
   │ info [o.e.t.TransportService] [NEW2023-G8] publish_address {127.0.0.1:9300}, bound_addresses {[::1]:9300}, {127.0.0.1:9300}
   │ info [o.e.b.BootstrapChecks] [NEW2023-G8] max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]; for more information see [https://www.elastic.co/guide/en/elasticsearch/reference/8.11/_maximum_map_count_check.html]
   │ info [o.e.b.BootstrapChecks] [NEW2023-G8] the default discovery settings are unsuitable for production use; at least one of [discovery.seed_hosts, discovery.seed_providers, cluster.initial_master_nodes] must be configured; for more information see [https://www.elastic.co/guide/en/elasticsearch/reference/8.11/_discovery_configuration_check.html]
   │ info [o.e.b.BootstrapChecks] [NEW2023-G8] Transport SSL must be enabled if security is enabled. Please set [xpack.security.transport.ssl.enabled] to [true] or disable security by setting [xpack.security.enabled] to [false]; for more information see [https://www.elastic.co/guide/en/elasticsearch/reference/8.11/bootstrap-checks-xpack.html#bootstrap-checks-tls]
   │ info [o.e.c.c.ClusterBootstrapService] [NEW2023-G8] this node has not joined a bootstrapped cluster yet; [cluster.initial_master_nodes] is set to []
   │ info [o.e.c.c.ClusterBootstrapService] [NEW2023-G8] no discovery configuration found, will perform best-effort cluster bootstrapping after [3s] unless existing master is discovered
   │ info [o.e.c.c.Coordinator] [NEW2023-G8] setting initial configuration to VotingConfiguration{Q8iIC0zwR4yQAVLoWQTvcw}
   │ info [o.e.c.s.MasterService] [NEW2023-G8] elected-as-master ([1] nodes joined in term 1)[_FINISH_ELECTION_, {NEW2023-G8}{Q8iIC0zwR4yQAVLoWQTvcw}{fG0yDCZMQD-ii1DoMrr-LA}{NEW2023-G8}{127.0.0.1}{127.0.0.1:9300}{cdfhilmrstw}{8.11.3}{7000099-8500003} completing election], term: 1, version: 1, delta: master node changed {previous [], current [{NEW2023-G8}{Q8iIC0zwR4yQAVLoWQTvcw}{fG0yDCZMQD-ii1DoMrr-LA}{NEW2023-G8}{127.0.0.1}{127.0.0.1:9300}{cdfhilmrstw}{8.11.3}{7000099-8500003}]}
   │ info [o.e.c.c.CoordinationState] [NEW2023-G8] cluster UUID set to [JF6z4WdHTsuSmIRLVrBi5w]
   │ info [o.e.c.s.ClusterApplierService] [NEW2023-G8] master node changed {previous [], current [{NEW2023-G8}{Q8iIC0zwR4yQAVLoWQTvcw}{fG0yDCZMQD-ii1DoMrr-LA}{NEW2023-G8}{127.0.0.1}{127.0.0.1:9300}{cdfhilmrstw}{8.11.3}{7000099-8500003}]}, term: 1, version: 1, reason: Publication{term=1, version=1}
   │ info [o.e.c.f.AbstractFileWatchingService] [NEW2023-G8] starting file watcher ...
   │ info [o.e.c.f.AbstractFileWatchingService] [NEW2023-G8] file settings service up and running [tid=74]
   │ info [o.e.c.c.NodeJoinExecutor] [NEW2023-G8] node-join: [{NEW2023-G8}{Q8iIC0zwR4yQAVLoWQTvcw}{fG0yDCZMQD-ii1DoMrr-LA}{NEW2023-G8}{127.0.0.1}{127.0.0.1:9300}{cdfhilmrstw}{8.11.3}{7000099-8500003}] with reason [completing election]
   │ info [o.e.h.AbstractHttpServerTransport] [NEW2023-G8] publish_address {127.0.0.1:9200}, bound_addresses {[::1]:9200}, {127.0.0.1:9200}
   │ info waiting for ES cluster to report a yellow status
   │ info [o.e.n.Node] [NEW2023-G8] started {NEW2023-G8}{Q8iIC0zwR4yQAVLoWQTvcw}{fG0yDCZMQD-ii1DoMrr-LA}{NEW2023-G8}{127.0.0.1}{127.0.0.1:9300}{cdfhilmrstw}{8.11.3}{7000099-8500003}{ml.allocated_processors_double=8.0, ml.allocated_processors=8, ml.machine_memory=16609415168, transform.config_version=10.0.0, xpack.installed=true, ml.config_version=11.0.0, ml.max_jvm_size=1610612736}
   │ info [o.e.g.GatewayService] [NEW2023-G8] recovered [0] indices into cluster_state
   │ succ ES cluster is ready
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding component template [elastic-connectors-mappings]
   │ info Set up 7 ES users
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding component template [elastic-connectors-sync-jobs-mappings]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding template [.monitoring-beats] for index patterns [.monitoring-beats-7-*]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding template [.monitoring-es] for index patterns [.monitoring-es-7-*]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding template [.monitoring-logstash] for index patterns [.monitoring-logstash-7-*]
   │ info [o.e.x.s.s.SecurityIndexManager] [NEW2023-G8] security index does not exist, creating [.security-7] with alias [.security]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [.monitoring-ent-search-mb] for index patterns [.monitoring-ent-search-8-*]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding template [.monitoring-alerts-7] for index patterns [.monitoring-alerts-7]
   │ info [o.e.x.s.s.SecurityIndexManager] [NEW2023-G8] security index does not exist, creating [.security-7] with alias [.security]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [.monitoring-beats-mb] for index patterns [.monitoring-beats-8-*]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding template [.monitoring-kibana] for index patterns [.monitoring-kibana-7-*]
   │ info [o.e.x.s.s.SecurityIndexManager] [NEW2023-G8] security index does not exist, creating [.security-7] with alias [.security]
   │ info [o.e.x.s.s.SecurityIndexManager] [NEW2023-G8] security index does not exist, creating [.security-7] with alias [.security]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [.monitoring-es-mb] for index patterns [.monitoring-es-8-*]
   │ info [o.e.x.s.s.SecurityIndexManager] [NEW2023-G8] security index does not exist, creating [.security-7] with alias [.security]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding component template [elastic-connectors-settings]
   │ info [o.e.x.s.s.SecurityIndexManager] [NEW2023-G8] security index does not exist, creating [.security-7] with alias [.security]
   │ info [o.e.x.s.s.SecurityIndexManager] [NEW2023-G8] security index does not exist, creating [.security-7] with alias [.security]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [.monitoring-kibana-mb] for index patterns [.monitoring-kibana-8-*]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [.monitoring-logstash-mb] for index patterns [.monitoring-logstash-8-*]
   │ info [o.e.x.s.s.SecurityIndexManager] [NEW2023-G8] security index does not exist, creating [.security-7] with alias [.security]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [.ml-notifications-000002] for index patterns [.ml-notifications-000002]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding component template [behavioral_analytics-events-mappings]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding component template [elastic-connectors-sync-jobs-settings]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [.ml-state] for index patterns [.ml-state*]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [.ml-anomalies-] for index patterns [.ml-anomalies-*]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [.ml-stats] for index patterns [.ml-stats-*]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [search-acl-filter] for index patterns [.search-acl-filter-*]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding component template [logs-mappings]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding component template [synthetics-settings]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding component template [ecs@dynamic_templates]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding component template [metrics-tsdb-settings]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding component template [metrics-settings]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding component template [data-streams-mappings]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding component template [metrics-mappings]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [.kibana-reporting] for index patterns [.kibana-reporting*]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding component template [synthetics-mappings]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [.watch-history-16] for index patterns [.watcher-history-16*]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [.slm-history] for index patterns [.slm-history-5*]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [ilm-history] for index patterns [ilm-history-5*]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding component template [.deprecation-indexing-mappings]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding component template [.deprecation-indexing-settings]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [.fleet-fileds-fromhost-data] for index patterns [.fleet-fileds-fromhost-data-*]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [.fleet-fileds-tohost-meta] for index patterns [.fleet-fileds-tohost-meta-*]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [.fleet-fileds-fromhost-meta] for index patterns [.fleet-fileds-fromhost-meta-*]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [.fleet-fileds-tohost-data] for index patterns [.fleet-fileds-tohost-data-*]
   │ info [o.e.c.m.MetadataCreateIndexService] [NEW2023-G8] [.security-7] creating index, cause [api], templates [], shards [1]/[0]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [elastic-connectors] for index patterns [.elastic-connectors-v1]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [elastic-connectors-sync-jobs] for index patterns [.elastic-connectors-sync-jobs-v1]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [metrics] for index patterns [metrics-*-*]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [synthetics] for index patterns [synthetics-*-*]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [.deprecation-indexing-template] for index patterns [.logs-deprecation.*]
   │ info [o.e.i.m.MapperService] [NEW2023-G8] [.security-7] reloading search analyzers
   │ info [o.e.x.i.a.TransportPutLifecycleAction] [NEW2023-G8] adding index lifecycle policy [.monitoring-8-ilm-policy]
   │ info [o.e.x.i.a.TransportPutLifecycleAction] [NEW2023-G8] adding index lifecycle policy [ml-size-based-ilm-policy]
   │ info [o.e.x.i.a.TransportPutLifecycleAction] [NEW2023-G8] adding index lifecycle policy [behavioral_analytics-events-default_policy]
   │ info [o.e.c.r.a.AllocationService] [NEW2023-G8] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.security-7][0]]])." previous.health="YELLOW" reason="shards started [[.security-7][0]]"
   │ info [o.e.x.i.a.TransportPutLifecycleAction] [NEW2023-G8] adding index lifecycle policy [synthetics]
   │ info [o.e.x.i.a.TransportPutLifecycleAction] [NEW2023-G8] adding index lifecycle policy [90-days-default]
   │ info [o.e.x.i.a.TransportPutLifecycleAction] [NEW2023-G8] adding index lifecycle policy [180-days-default]
   │ info [o.e.x.i.a.TransportPutLifecycleAction] [NEW2023-G8] adding index lifecycle policy [7-days-default]
   │ info [o.e.x.i.a.TransportPutLifecycleAction] [NEW2023-G8] adding index lifecycle policy [365-days-default]
   │ info [o.e.x.i.a.TransportPutLifecycleAction] [NEW2023-G8] adding index lifecycle policy [logs]
   │ info [o.e.x.i.a.TransportPutLifecycleAction] [NEW2023-G8] adding index lifecycle policy [slm-history-ilm-policy]
   │ info [o.e.x.i.a.TransportPutLifecycleAction] [NEW2023-G8] adding index lifecycle policy [watch-history-ilm-policy-16]
   │ info [o.e.x.i.a.TransportPutLifecycleAction] [NEW2023-G8] adding index lifecycle policy [metrics]
   │ info [o.e.x.i.a.TransportPutLifecycleAction] [NEW2023-G8] adding index lifecycle policy [30-days-default]
   │ info [o.e.x.i.a.TransportPutLifecycleAction] [NEW2023-G8] adding index lifecycle policy [ilm-history-ilm-policy]
   │ info [o.e.x.i.a.TransportPutLifecycleAction] [NEW2023-G8] adding index lifecycle policy [.deprecation-indexing-ilm-policy]
   │ info [o.e.x.i.a.TransportPutLifecycleAction] [NEW2023-G8] adding index lifecycle policy [.fleet-actions-results-ilm-policy]
   │ info [o.e.x.i.a.TransportPutLifecycleAction] [NEW2023-G8] adding index lifecycle policy [.fleet-file-tohost-data-ilm-policy]
   │ info [o.e.x.i.a.TransportPutLifecycleAction] [NEW2023-G8] adding index lifecycle policy [.fleet-file-fromhost-data-ilm-policy]
   │ info [o.e.x.i.a.TransportPutLifecycleAction] [NEW2023-G8] adding index lifecycle policy [.fleet-file-fromhost-meta-ilm-policy]
   │ info [o.e.x.i.a.TransportPutLifecycleAction] [NEW2023-G8] adding index lifecycle policy [.fleet-file-tohost-meta-ilm-policy]
   │ info [o.e.h.n.s.HealthNodeTaskExecutor] [NEW2023-G8] Node [{NEW2023-G8}{Q8iIC0zwR4yQAVLoWQTvcw}] is selected as the current health node.
   │ info [o.e.x.c.t.IndexTemplateRegistry] [NEW2023-G8] adding ingest pipeline behavioral_analytics-events-final_pipeline
   │ info [o.e.x.c.t.IndexTemplateRegistry] [NEW2023-G8] adding ingest pipeline ent-search-generic-ingestion
   │ info [o.e.x.c.t.IndexTemplateRegistry] [NEW2023-G8] adding ingest pipeline logs@json-message
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding component template [behavioral_analytics-events-settings]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [behavioral_analytics-events-default] for index patterns [behavioral_analytics-events-*]
   │ info [o.e.x.s.a.r.TransportPutRoleAction] [NEW2023-G8] added role [system_indices_superuser]
   │ info [o.e.l.ClusterStateLicenseService] [NEW2023-G8] license [226a690b-d781-44aa-b099-74fb6ccb14d3] mode [trial] - valid
   │ info [o.e.x.s.a.Realms] [NEW2023-G8] license mode is [trial], currently licensed security realms are [reserved/reserved,file/default_file,native/default_native]
   │ info [o.e.x.c.t.IndexTemplateRegistry] [NEW2023-G8] adding ingest pipeline logs-default-pipeline
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding component template [logs-settings]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [logs] for index patterns [logs-*-*]
   │ info [o.e.x.s.a.u.TransportPutUserAction] [NEW2023-G8] added user [system_indices_superuser]
   │ succ kbn/es setup complete
   │ info [o.e.c.m.MetadataCreateIndexService] [NEW2023-G8] [.kibana_ingest_8.11.3_001] creating index, cause [api], templates [], shards [1]/[1]
   │ info [o.e.c.r.a.AllocationService] [NEW2023-G8] updating number_of_replicas to [0] for indices [.kibana_ingest_8.11.3_001]
   │ info [o.e.c.m.MetadataCreateIndexService] [NEW2023-G8] [.kibana_alerting_cases_8.11.3_001] creating index, cause [api], templates [], shards [1]/[1]
   │ info [o.e.c.r.a.AllocationService] [NEW2023-G8] updating number_of_replicas to [0] for indices [.kibana_alerting_cases_8.11.3_001]
   │ info [o.e.i.m.MapperService] [NEW2023-G8] [.kibana_ingest_8.11.3_001] reloading search analyzers
   │ info [o.e.c.m.MetadataCreateIndexService] [NEW2023-G8] [.kibana_task_manager_8.11.3_001] creating index, cause [api], templates [], shards [1]/[1]
   │ info [o.e.c.r.a.AllocationService] [NEW2023-G8] updating number_of_replicas to [0] for indices [.kibana_task_manager_8.11.3_001]
   │ info [o.e.i.m.MapperService] [NEW2023-G8] [.kibana_alerting_cases_8.11.3_001] reloading search analyzers
   │ info [o.e.i.m.MapperService] [NEW2023-G8] [.kibana_task_manager_8.11.3_001] reloading search analyzers
   │ info [o.e.c.m.MetadataCreateIndexService] [NEW2023-G8] [.kibana_analytics_8.11.3_001] creating index, cause [api], templates [], shards [1]/[1]
   │ info [o.e.c.r.a.AllocationService] [NEW2023-G8] updating number_of_replicas to [0] for indices [.kibana_analytics_8.11.3_001]
   │ info [o.e.i.m.MapperService] [NEW2023-G8] [.kibana_analytics_8.11.3_001] reloading search analyzers
   │ info [o.e.c.m.MetadataCreateIndexService] [NEW2023-G8] [.kibana_security_solution_8.11.3_001] creating index, cause [api], templates [], shards [1]/[1]
   │ info [o.e.c.r.a.AllocationService] [NEW2023-G8] updating number_of_replicas to [0] for indices [.kibana_security_solution_8.11.3_001]
   │ info [o.e.c.m.MetadataCreateIndexService] [NEW2023-G8] [.kibana_8.11.3_001] creating index, cause [api], templates [], shards [1]/[1]
   │ info [o.e.c.r.a.AllocationService] [NEW2023-G8] updating number_of_replicas to [0] for indices [.kibana_8.11.3_001]
   │ info [o.e.i.m.MapperService] [NEW2023-G8] [.kibana_security_solution_8.11.3_001] reloading search analyzers
   │ info [o.e.i.m.MapperService] [NEW2023-G8] [.kibana_8.11.3_001] reloading search analyzers
   │ info [o.e.c.r.a.AllocationService] [NEW2023-G8] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana_8.11.3_001][0]]])." previous.health="YELLOW" reason="shards started [[.kibana_8.11.3_001][0]]"
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding component template [.slo-observability.summary-mappings]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding component template [.alerts-framework-mappings]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding component template [.kibana-observability-ai-assistant-component-template-conversations]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [apm-source-map] for index patterns [.apm-source-map]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding component template [.slo-observability.sli-settings]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding component template [.alerts-legacy-alert-mappings]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding component template [.alerts-technical-mappings]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding component template [.slo-observability.sli-mappings]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding component template [.slo-observability.summary-settings]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding component template [.alerts-ecs-mappings]
   │ info [o.e.c.m.MetadataCreateIndexService] [NEW2023-G8] [.apm-custom-link] creating index, cause [api], templates [], shards [1]/[1]
   │ info [o.e.c.r.a.AllocationService] [NEW2023-G8] updating number_of_replicas to [0] for indices [.apm-custom-link]
   │ info [o.e.c.m.MetadataCreateIndexService] [NEW2023-G8] [.apm-agent-configuration] creating index, cause [api], templates [], shards [1]/[1]
   │ info [o.e.c.r.a.AllocationService] [NEW2023-G8] updating number_of_replicas to [0] for indices [.apm-agent-configuration]
   │ info [o.e.i.m.MapperService] [NEW2023-G8] [.apm-agent-configuration] reloading search analyzers
   │ info [o.e.i.m.MapperService] [NEW2023-G8] [.apm-custom-link] reloading search analyzers
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [.kibana-observability-ai-assistant-index-template-conversations] for index patterns [.kibana-observability-ai-assistant-conversations*]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [.slo-observability.sli] for index patterns [.slo-observability.sli-*]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [.kibana-event-log-template] for index patterns [.kibana-event-log-ds]
   │ info [o.e.c.m.MetadataCreateIndexService] [NEW2023-G8] [.kibana_security_session_1] creating index, cause [api], templates [], shards [1]/[0]
   │ info [o.e.c.m.MetadataCreateIndexService] [NEW2023-G8] [.apm-source-map] creating index, cause [api], templates [apm-source-map], shards [1]/[1]
   │ info [o.e.c.r.a.AllocationService] [NEW2023-G8] updating number_of_replicas to [0] for indices [.apm-source-map]
   │ info [o.e.i.m.MapperService] [NEW2023-G8] [.kibana_security_session_1] reloading search analyzers
   │ info [o.e.i.m.MapperService] [NEW2023-G8] [.apm-source-map] reloading search analyzers
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [.slo-observability.summary] for index patterns [.slo-observability.summary-*]
   │ info [o.e.c.m.MetadataCreateIndexService] [NEW2023-G8] [.kibana-observability-ai-assistant-conversations-000001] creating index, cause [api], templates [.kibana-observability-ai-assistant-index-template-conversations], shards [1]/[1]
   │ info [o.e.c.r.a.AllocationService] [NEW2023-G8] updating number_of_replicas to [0] for indices [.kibana-observability-ai-assistant-conversations-000001]
   │ info [o.e.c.m.MetadataCreateIndexService] [NEW2023-G8] [.slo-observability.sli-v2] creating index, cause [api], templates [.slo-observability.sli], shards [1]/[1]
   │ info [o.e.c.r.a.AllocationService] [NEW2023-G8] updating number_of_replicas to [0] for indices [.slo-observability.sli-v2]
   │ info [o.e.i.m.MapperService] [NEW2023-G8] [.slo-observability.sli-v2] reloading search analyzers
   │ info [o.e.i.m.MapperService] [NEW2023-G8] [.kibana-observability-ai-assistant-conversations-000001] reloading search analyzers
   │ info [o.e.c.m.MetadataCreateIndexService] [NEW2023-G8] [.ds-.kibana-event-log-ds-2024.02.01-000001] creating index, cause [initialize_data_stream], templates [.kibana-event-log-template], shards [1]/[1]
   │ info [o.e.c.r.a.AllocationService] [NEW2023-G8] updating number_of_replicas to [0] for indices [.ds-.kibana-event-log-ds-2024.02.01-000001]
   │ info [o.e.c.m.MetadataCreateDataStreamService] [NEW2023-G8] adding data stream [.kibana-event-log-ds] with write index [.ds-.kibana-event-log-ds-2024.02.01-000001], backing indices [], and aliases []
   │ info [o.e.i.m.MapperService] [NEW2023-G8] [.ds-.kibana-event-log-ds-2024.02.01-000001] reloading search analyzers
   │ info [o.e.c.r.a.AllocationService] [NEW2023-G8] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.ds-.kibana-event-log-ds-2024.02.01-000001][0]]])." previous.health="YELLOW" reason="shards started [[.ds-.kibana-event-log-ds-2024.02.01-000001][0]]"
   │ info [o.e.c.m.MetadataCreateIndexService] [NEW2023-G8] [.slo-observability.summary-v2] creating index, cause [api], templates [.slo-observability.summary], shards [1]/[1]
   │ info [o.e.c.r.a.AllocationService] [NEW2023-G8] updating number_of_replicas to [0] for indices [.slo-observability.summary-v2]
   │ info [o.e.i.m.MapperService] [NEW2023-G8] [.slo-observability.summary-v2] reloading search analyzers
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding component template [.kibana-observability-ai-assistant-component-template-kb]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding component template [.fleet_globals-1]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding component template [.fleet_agent_id_verification-1]
   │ info [o.e.c.r.a.AllocationService] [NEW2023-G8] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.slo-observability.summary-v2][0]]])." previous.health="YELLOW" reason="shards started [[.slo-observability.summary-v2][0]]"
   │ info [o.e.x.i.a.TransportPutLifecycleAction] [NEW2023-G8] adding index lifecycle policy [.alerts-ilm-policy]
   │ info [o.e.c.m.MetadataCreateIndexService] [NEW2023-G8] [.slo-observability.summary-v2.temp] creating index, cause [api], templates [.slo-observability.summary], shards [1]/[1]
   │ info [o.e.c.r.a.AllocationService] [NEW2023-G8] updating number_of_replicas to [0] for indices [.slo-observability.summary-v2.temp]
   │ info [o.e.i.m.MapperService] [NEW2023-G8] [.slo-observability.summary-v2.temp] reloading search analyzers
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding component template [.alerts-stack.alerts-mappings]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding component template [.alerts-observability.apm.alerts-mappings]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding component template [.alerts-observability.threshold.alerts-mappings]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding component template [.alerts-observability.slo.alerts-mappings]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding component template [.alerts-ml.anomaly-detection.alerts-mappings]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding component template [.alerts-observability.metrics.alerts-mappings]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding component template [.alerts-observability.logs.alerts-mappings]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding component template [.alerts-observability.uptime.alerts-mappings]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding component template [.alerts-security.alerts-mappings]
   │ info [o.e.c.r.a.AllocationService] [NEW2023-G8] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.slo-observability.summary-v2.temp][0]]])." previous.health="YELLOW" reason="shards started [[.slo-observability.summary-v2.temp][0]]"
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [.alerts-stack.alerts-default-index-template] for index patterns [.internal.alerts-stack.alerts-default-*]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [.alerts-observability.apm.alerts-default-index-template] for index patterns [.internal.alerts-observability.apm.alerts-default-*]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [.alerts-observability.slo.alerts-default-index-template] for index patterns [.internal.alerts-observability.slo.alerts-default-*]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [.alerts-observability.uptime.alerts-default-index-template] for index patterns [.internal.alerts-observability.uptime.alerts-default-*]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [.alerts-stack.alerts-default-index-template] for index patterns [.internal.alerts-stack.alerts-default-*]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [.alerts-ml.anomaly-detection.alerts-default-index-template] for index patterns [.internal.alerts-ml.anomaly-detection.alerts-default-*]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [.alerts-observability.threshold.alerts-default-index-template] for index patterns [.internal.alerts-observability.threshold.alerts-default-*]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [.alerts-security.alerts-default-index-template] for index patterns [.internal.alerts-security.alerts-default-*]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [.alerts-observability.metrics.alerts-default-index-template] for index patterns [.internal.alerts-observability.metrics.alerts-default-*]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [.alerts-observability.uptime.alerts-default-index-template] for index patterns [.internal.alerts-observability.uptime.alerts-default-*]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [.alerts-observability.apm.alerts-default-index-template] for index patterns [.internal.alerts-observability.apm.alerts-default-*]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [.alerts-ml.anomaly-detection.alerts-default-index-template] for index patterns [.internal.alerts-ml.anomaly-detection.alerts-default-*]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [.alerts-observability.logs.alerts-default-index-template] for index patterns [.internal.alerts-observability.logs.alerts-default-*]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [.alerts-observability.threshold.alerts-default-index-template] for index patterns [.internal.alerts-observability.threshold.alerts-default-*]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [.alerts-security.alerts-default-index-template] for index patterns [.internal.alerts-security.alerts-default-*]
   │ info [o.e.c.m.MetadataCreateIndexService] [NEW2023-G8] [.internal.alerts-stack.alerts-default-000001] creating index, cause [api], templates [.alerts-stack.alerts-default-index-template], shards [1]/[1]
   │ info [o.e.c.r.a.AllocationService] [NEW2023-G8] updating number_of_replicas to [0] for indices [.internal.alerts-stack.alerts-default-000001]
   │ info [o.e.i.m.MapperService] [NEW2023-G8] [.internal.alerts-stack.alerts-default-000001] reloading search analyzers
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [.alerts-observability.metrics.alerts-default-index-template] for index patterns [.internal.alerts-observability.metrics.alerts-default-*]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [.alerts-observability.slo.alerts-default-index-template] for index patterns [.internal.alerts-observability.slo.alerts-default-*]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [.alerts-observability.logs.alerts-default-index-template] for index patterns [.internal.alerts-observability.logs.alerts-default-*]
   │ info [o.e.c.m.MetadataCreateIndexService] [NEW2023-G8] [.internal.alerts-observability.uptime.alerts-default-000001] creating index, cause [api], templates [.alerts-observability.uptime.alerts-default-index-template], shards [1]/[1]
   │ info [o.e.c.r.a.AllocationService] [NEW2023-G8] updating number_of_replicas to [0] for indices [.internal.alerts-observability.uptime.alerts-default-000001]
   │ info [o.e.c.m.MetadataCreateIndexService] [NEW2023-G8] [.internal.alerts-ml.anomaly-detection.alerts-default-000001] creating index, cause [api], templates [.alerts-ml.anomaly-detection.alerts-default-index-template], shards [1]/[1]
   │ info [o.e.c.r.a.AllocationService] [NEW2023-G8] updating number_of_replicas to [0] for indices [.internal.alerts-ml.anomaly-detection.alerts-default-000001]
   │ info [o.e.i.m.MapperService] [NEW2023-G8] [.internal.alerts-observability.uptime.alerts-default-000001] reloading search analyzers
   │ info [o.e.c.m.MetadataCreateIndexService] [NEW2023-G8] [.internal.alerts-observability.apm.alerts-default-000001] creating index, cause [api], templates [.alerts-observability.apm.alerts-default-index-template], shards [1]/[1]
   │ info [o.e.c.r.a.AllocationService] [NEW2023-G8] updating number_of_replicas to [0] for indices [.internal.alerts-observability.apm.alerts-default-000001]
   │ info [o.e.i.m.MapperService] [NEW2023-G8] [.internal.alerts-observability.apm.alerts-default-000001] reloading search analyzers
   │ info [o.e.i.m.MapperService] [NEW2023-G8] [.internal.alerts-ml.anomaly-detection.alerts-default-000001] reloading search analyzers
   │ info [o.e.c.m.MetadataCreateIndexService] [NEW2023-G8] [.internal.alerts-security.alerts-default-000001] creating index, cause [api], templates [.alerts-security.alerts-default-index-template], shards [1]/[1]
   │ info [o.e.c.r.a.AllocationService] [NEW2023-G8] updating number_of_replicas to [0] for indices [.internal.alerts-security.alerts-default-000001]
   │ info [o.e.c.m.MetadataCreateIndexService] [NEW2023-G8] [.internal.alerts-observability.threshold.alerts-default-000001] creating index, cause [api], templates [.alerts-observability.threshold.alerts-default-index-template], shards [1]/[1]
   │ info [o.e.c.r.a.AllocationService] [NEW2023-G8] updating number_of_replicas to [0] for indices [.internal.alerts-observability.threshold.alerts-default-000001]
   │ info [o.e.c.m.MetadataCreateIndexService] [NEW2023-G8] [.internal.alerts-observability.metrics.alerts-default-000001] creating index, cause [api], templates [.alerts-observability.metrics.alerts-default-index-template], shards [1]/[1]
   │ info [o.e.c.r.a.AllocationService] [NEW2023-G8] updating number_of_replicas to [0] for indices [.internal.alerts-observability.metrics.alerts-default-000001]
   │ info [o.e.i.m.MapperService] [NEW2023-G8] [.internal.alerts-observability.threshold.alerts-default-000001] reloading search analyzers
   │ info [o.e.i.m.MapperService] [NEW2023-G8] [.internal.alerts-security.alerts-default-000001] reloading search analyzers
   │ info [o.e.c.m.MetadataCreateIndexService] [NEW2023-G8] [.internal.alerts-observability.slo.alerts-default-000001] creating index, cause [api], templates [.alerts-observability.slo.alerts-default-index-template], shards [1]/[1]
   │ info [o.e.c.r.a.AllocationService] [NEW2023-G8] updating number_of_replicas to [0] for indices [.internal.alerts-observability.slo.alerts-default-000001]
   │ info [o.e.i.m.MapperService] [NEW2023-G8] [.internal.alerts-observability.metrics.alerts-default-000001] reloading search analyzers
   │ info [o.e.c.m.MetadataCreateIndexService] [NEW2023-G8] [.internal.alerts-observability.logs.alerts-default-000001] creating index, cause [api], templates [.alerts-observability.logs.alerts-default-index-template], shards [1]/[1]
   │ info [o.e.c.r.a.AllocationService] [NEW2023-G8] updating number_of_replicas to [0] for indices [.internal.alerts-observability.logs.alerts-default-000001]
   │ info [o.e.i.m.MapperService] [NEW2023-G8] [.internal.alerts-observability.slo.alerts-default-000001] reloading search analyzers
   │ info [o.e.c.m.MetadataCreateIndexService] [NEW2023-G8] [.ds-.logs-deprecation.elasticsearch-default-2024.02.01-000001] creating index, cause [initialize_data_stream], templates [.deprecation-indexing-template], shards [1]/[1]
   │ info [o.e.c.m.MetadataCreateDataStreamService] [NEW2023-G8] adding data stream [.logs-deprecation.elasticsearch-default] with write index [.ds-.logs-deprecation.elasticsearch-default-2024.02.01-000001], backing indices [], and aliases []
   │ info [o.e.c.r.a.AllocationService] [NEW2023-G8] updating number_of_replicas to [0] for indices [.ds-.logs-deprecation.elasticsearch-default-2024.02.01-000001]
   │ info [o.e.x.i.a.TransportPutLifecycleAction] [NEW2023-G8] adding index lifecycle policy [kibana-reporting]
   │ info [o.e.x.i.a.TransportPutLifecycleAction] [NEW2023-G8] adding index lifecycle policy [.preview.alerts-security.alerts-policy]
   │ info [o.e.i.m.MapperService] [NEW2023-G8] [.internal.alerts-observability.logs.alerts-default-000001] reloading search analyzers
   │ info [o.e.i.m.MapperService] [NEW2023-G8] [.ds-.logs-deprecation.elasticsearch-default-2024.02.01-000001] reloading search analyzers
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding component template [.preview.alerts-security.alerts-mappings]
   │ info [o.e.c.r.a.AllocationService] [NEW2023-G8] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.internal.alerts-observability.logs.alerts-default-000001][0], [.ds-.logs-deprecation.elasticsearch-default-2024.02.01-000001][0]]])." previous.health="YELLOW" reason="shards started [[.internal.alerts-observability.logs.alerts-default-000001][0], [.ds-.logs-deprecation.elasticsearch-default-2024.02.01-000001][0]]"
   │ info [o.e.c.m.MetadataMappingService] [NEW2023-G8] [.ds-.logs-deprecation.elasticsearch-default-2024.02.01-000001/th8ukZwFRYWwfAO-o2rLNA] update_mapping [_doc]
   │ info [o.e.c.m.MetadataIndexTemplateService] [NEW2023-G8] adding index template [.kibana-observability-ai-assistant-index-template-kb] for index patterns [.kibana-observability-ai-assistant-kb*]
   │ info [o.e.x.i.IndexLifecycleTransition] [NEW2023-G8] moving index [.internal.alerts-stack.alerts-default-000001] from [null] to [{"phase":"new","action":"complete","name":"complete"}] in policy [.alerts-ilm-policy]
   │ info [o.e.x.i.IndexLifecycleTransition] [NEW2023-G8] moving index [.internal.alerts-observability.uptime.alerts-default-000001] from [null] to [{"phase":"new","action":"complete","name":"complete"}] in policy [.alerts-ilm-policy]
   │ info [o.e.x.i.IndexLifecycleTransition] [NEW2023-G8] moving index [.internal.alerts-ml.anomaly-detection.alerts-default-000001] from [null] to [{"phase":"new","action":"complete","name":"complete"}] in policy [.alerts-ilm-policy]
   │ info [o.e.x.i.IndexLifecycleTransition] [NEW2023-G8] moving index [.internal.alerts-observability.apm.alerts-default-000001] from [null] to [{"phase":"new","action":"complete","name":"complete"}] in policy [.alerts-ilm-policy]
   │ info [o.e.x.i.IndexLifecycleTransition] [NEW2023-G8] moving index [.internal.alerts-security.alerts-default-000001] from [null] to [{"phase":"new","action":"complete","name":"complete"}] in policy [.alerts-ilm-policy]
   │ info [o.e.x.i.IndexLifecycleTransition] [NEW2023-G8] moving index [.internal.alerts-observability.threshold.alerts-default-000001] from [null] to [{"phase":"new","action":"complete","name":"complete"}] in policy [.alerts-ilm-policy]
   │ info [o.e.x.i.IndexLifecycleTransition] [NEW2023-G8] moving index [.internal.alerts-observability.metrics.alerts-default-000001] from [null] to [{"phase":"new","action":"complete","name":"complete"}] in policy [.alerts-ilm-policy]
   │ info [o.e.x.i.IndexLifecycleTransition] [NEW2023-G8] moving index [.internal.alerts-observability.slo.alerts-default-000001] from [null] to [{"phase":"new","action":"complete","name":"complete"}] in policy [.alerts-ilm-policy]

Kibana window logs:

vikas@NEW2023-G8:~/kibana$ nvm use
Found '/home/vikas/kibana/.nvmrc' with version <18.18.2>
Now using node v18.18.2 (npm v9.8.1)
vikas@NEW2023-G8:~/kibana$ yarn start --run-examples
yarn run v1.22.19
$ node scripts/kibana --dev --run-examples
{"log.level":"info","@timestamp":"2024-02-01T13:03:04.305Z","log":{"logger":"elastic-apm-node"},"agentVersion":"4.1.0","env":{"pid":12821,"proctitle":"/home/vikas/.nvm/versions/node/v18.18.2/bin/node","os":"linux 5.15.133.1-microsoft-standard-WSL2","arch":"x64","host":"NEW2023-G8","timezone":"UTC+0550","runtime":"Node.js v18.18.2"},"config":{"serviceName":{"source":"start","value":"kibana-proxy","commonName":"service_name"},"serviceVersion":{"source":"start","value":"8.11.3","commonName":"service_version"},"serverUrl":{"source":"start","value":"https://kibana-cloud-apm.apm.us-east-1.aws.found.io/","commonName":"server_url"},"logLevel":{"source":"default","value":"info","commonName":"log_level"},"active":{"source":"start","value":true},"contextPropagationOnly":{"source":"start","value":true},"environment":{"source":"start","value":"development"},"globalLabels":{"source":"start","value":[["kibana_uuid","cd0293a8-e900-47f2-8990-f84642244a5a"],["git_rev","cc11667953f"]],"sourceValue":{"kibana_uuid":"cd0293a8-e900-47f2-8990-f84642244a5a","git_rev":"cc11667953f"}},"secretToken":{"source":"start","value":"[REDACTED]","commonName":"secret_token"},"breakdownMetrics":{"source":"start","value":true},"captureSpanStackTraces":{"source":"start","sourceValue":false},"centralConfig":{"source":"start","value":false},"metricsInterval":{"source":"start","value":30,"sourceValue":"30s"},"propagateTracestate":{"source":"start","value":true},"transactionSampleRate":{"source":"start","value":1,"commonName":"transaction_sample_rate"}},"activationMethod":"require","ecs":{"version":"1.6.0"},"message":"Elastic APM Node.js Agent v4.1.0"}
Marking config path as handled: dev
Marking config path as handled: plugins
Marking config path as handled: server
 no-base-path  ====================================================================================================
 no-base-path  Running Kibana in dev mode with --no-base-path disables several useful features and is not recommended
 no-base-path  ====================================================================================================
 np bld    log   [18:33:05.318] [info][@kbn/optimizer] initialized, 0 bundles cached
 np bld    log   [18:33:06.667] [info][@kbn/optimizer] starting worker [71 bundles]
 np bld    log   [18:33:06.686] [info][@kbn/optimizer] starting worker [71 bundles]
 np bld    log   [18:33:06.768] [info][@kbn/optimizer] starting worker [70 bundles]
{"log.level":"info","@timestamp":"2024-02-01T13:03:07.196Z","log":{"logger":"elastic-apm-node"},"agentVersion":"4.1.0","env":{"pid":12838,"proctitle":"/home/vikas/.nvm/versions/node/v18.18.2/bin/node","os":"linux 5.15.133.1-microsoft-standard-WSL2","arch":"x64","host":"NEW2023-G8","timezone":"UTC+0550","runtime":"Node.js v18.18.2"},"config":{"serviceName":{"source":"environment","value":"kibana","commonName":"service_name"},"serviceVersion":{"source":"start","value":"8.11.3","commonName":"service_version"},"serverUrl":{"source":"start","value":"https://kibana-cloud-apm.apm.us-east-1.aws.found.io/","commonName":"server_url"},"logLevel":{"source":"default","value":"info","commonName":"log_level"},"active":{"source":"start","value":true},"contextPropagationOnly":{"source":"start","value":true},"environment":{"source":"start","value":"development"},"globalLabels":{"source":"start","value":[["kibana_uuid","cd0293a8-e900-47f2-8990-f84642244a5a"],["git_rev","cc11667953f"]],"sourceValue":{"kibana_uuid":"cd0293a8-e900-47f2-8990-f84642244a5a","git_rev":"cc11667953f"}},"secretToken":{"source":"start","value":"[REDACTED]","commonName":"secret_token"},"breakdownMetrics":{"source":"start","value":true},"captureSpanStackTraces":{"source":"start","sourceValue":false},"centralConfig":{"source":"start","value":false},"metricsInterval":{"source":"start","value":30,"sourceValue":"30s"},"propagateTracestate":{"source":"start","value":true},"transactionSampleRate":{"source":"start","value":1,"commonName":"transaction_sample_rate"}},"activationMethod":"require","ecs":{"version":"1.6.0"},"message":"Elastic APM Node.js Agent v4.1.0"}
[2024-02-01T18:33:09.096+05:30][INFO ][root] Kibana is starting
[2024-02-01T18:33:09.128+05:30][INFO ][node] Kibana process configured with roles: [background_tasks, ui]
 watching server files for changes
 np bld    log   [18:33:24.844] [info][@kbn/optimizer] [8/212] initial bundle builds complete
 np bld    log   [18:33:34.844] [info][@kbn/optimizer] [15/212] initial bundle builds complete
[2024-02-01T18:33:39.163+05:30][INFO ][plugins-service] Plugin "prebootExample" is disabled.
[2024-02-01T18:33:39.454+05:30][INFO ][plugins-service] Plugin "cloudChat" is disabled.
[2024-02-01T18:33:39.458+05:30][INFO ][plugins-service] Plugin "cloudExperiments" is disabled.
[2024-02-01T18:33:39.458+05:30][INFO ][plugins-service] Plugin "cloudFullStory" is disabled.
[2024-02-01T18:33:39.459+05:30][INFO ][plugins-service] Plugin "cloudGainsight" is disabled.
[2024-02-01T18:33:39.868+05:30][INFO ][plugins-service] Plugin "profiling" is disabled.
[2024-02-01T18:33:39.869+05:30][INFO ][plugins-service] Plugin "profilingDataAccess" is disabled.
[2024-02-01T18:33:39.998+05:30][INFO ][plugins-service] Plugin "securitySolutionServerless" is disabled.
[2024-02-01T18:33:40.000+05:30][INFO ][plugins-service] Plugin "serverless" is disabled.
[2024-02-01T18:33:40.001+05:30][INFO ][plugins-service] Plugin "serverlessObservability" is disabled.
[2024-02-01T18:33:40.002+05:30][INFO ][plugins-service] Plugin "serverlessSearch" is disabled.
[2024-02-01T18:33:40.492+05:30][INFO ][http.server.Preboot] http server running at http://localhost:5601
[2024-02-01T18:33:40.828+05:30][INFO ][plugins-system.preboot] Setting up [1] plugins: [interactiveSetup]
[2024-02-01T18:33:40.906+05:30][WARN ][config.deprecation] The default mechanism for Reporting privileges will work differently in future versions, which will affect the behavior of this cluster. Set "xpack.reporting.roles.enabled" to "false" to adopt the future behavior before upgrading.
 np bld    log   [18:33:44.853] [info][@kbn/optimizer] [23/212] initial bundle builds complete
[2024-02-01T18:33:48.060+05:30][INFO ][plugins-system.standard] Setting up [164] plugins: [translations,monitoringCollection,metricsDataAccess,licensing,globalSearch,globalSearchProviders,features,mapsEms,licenseApiGuard,customBranding,devTools,share,screenshotMode,banners,usageCollection,taskManager,cloud,guidedOnboarding,telemetryCollectionManager,telemetryCollectionXpack,kibanaUsageCollection,newsfeed,savedObjectsFinder,noDataPage,ftrApis,fieldFormats,expressions,screenshotting,esUiShared,customIntegrations,contentManagement,dataViews,home,searchprofiler,painlessLab,grokdebugger,management,spaces,security,snapshotRestore,lists,encryptedSavedObjects,telemetry,licenseManagement,files,eventLog,actions,notifications,cloudDataMigration,advancedSettings,console,bfetch,data,fileUpload,ingestPipelines,ecsDataQualityDashboard,apmDataAccess,assetManager,savedObjectsTagging,savedObjectsManagement,unifiedSearch,alerting,graph,guidedOnboardingExample,embeddable,uiActionsEnhanced,savedSearch,presentationUtil,expressionShape,expressionRevealImage,expressionRepeatImage,expressionMetric,expressionImage,controls,dataViewFieldEditor,dataViewManagement,charts,watcher,visualizations,visTypeXy,visTypeVislib,visTypeVega,visTypeTimeseries,visTypeTimelion,visTypeTagcloud,visTypeTable,visTypeMetric,visTypeHeatmap,visTypeMarkdown,inputControlVis,eventAnnotation,expressionXY,dashboard,triggersActionsUi,transform,stackConnectors,stackAlerts,ruleRegistry,links,dashboardEnhanced,embeddableExamples,expressionTagcloud,expressionPartitionVis,visTypePie,expressionMetricVis,expressionLegacyMetricVis,expressionHeatmap,expressionGauge,lens,maps,cases,timelines,sessionView,kubernetesSecurity,threatIntelligence,observabilityAIAssistant,logsShared,aiops,discover,reporting,canvas,fleet,osquery,logExplorer,observabilityLogExplorer,indexManagement,rollup,remoteClusters,crossClusterReplication,indexLifecycleManagement,cloudSecurityPosture,cloudDefend,observability,observabilityOnboarding,discoverEnhanced,dataVisualizer,ml,uptime,synthetics,infra,upgradeAssistant,monitoring,logstash,apm,enterpriseSearch,elasticAssistant,securitySolution,securitySolutionEss,visTypeGauge,vEIGHTProfilerExamples,thirdPartyVisLensExample,screenshottingExample,genAiStreamingResponseExample,alertingExample,userProfileExamples,searchExamples,screenshotModeExample,routingExample,responseStream,filesExample,fieldFormatsExample,featureControlsExamples,contentManagementExamples,bfetchExplorer]
[2024-02-01T18:33:48.105+05:30][INFO ][custom-branding-service] CustomBrandingService registering plugin: customBranding
[2024-02-01T18:33:48.141+05:30][INFO ][plugins.taskManager] TaskManager is identified by the Kibana UUID: cd0293a8-e900-47f2-8990-f84642244a5a
[2024-02-01T18:33:48.590+05:30][WARN ][plugins.security.config] Session cookies will be transmitted over insecure connections. This is not recommended.
[2024-02-01T18:33:48.702+05:30][WARN ][plugins.security.config] Session cookies will be transmitted over insecure connections. This is not recommended.
[2024-02-01T18:33:48.763+05:30][INFO ][plugins.encryptedSavedObjects] Hashed 'xpack.encryptedSavedObjects.encryptionKey' for this instance: Lu5CspnLRLs9XdCgIhDOKd68IRC3xGRP84xTCElAviE=
[2024-02-01T18:33:48.858+05:30][INFO ][plugins.notifications] Email Service Error: Email connector not specified.
[2024-02-01T18:33:49.282+05:30][INFO ][plugins.assetManager] Server is NOT enabled
[2024-02-01T18:33:49.308+05:30][INFO ][plugins.alerting] using indexes and aliases for persisting alerts
[2024-02-01T18:33:50.025+05:30][INFO ][plugins.alerting] Registering resources for context "stack".
[2024-02-01T18:33:50.458+05:30][INFO ][plugins.cloudSecurityPosture] Registered task successfully [Task: cloud_security_posture-stats_task]
[2024-02-01T18:33:50.489+05:30][INFO ][plugins.alerting] Registering resources for context "observability.slo".
[2024-02-01T18:33:50.502+05:30][INFO ][plugins.alerting] Registering resources for context "observability.threshold".
[2024-02-01T18:33:50.555+05:30][INFO ][plugins.alerting] Registering resources for context "ml.anomaly-detection".
[2024-02-01T18:33:50.589+05:30][INFO ][plugins.alerting] Registering resources for context "observability.uptime".
[2024-02-01T18:33:50.685+05:30][INFO ][plugins.alerting] Registering resources for context "observability.logs".
[2024-02-01T18:33:50.690+05:30][INFO ][plugins.alerting] Registering resources for context "observability.metrics".
[2024-02-01T18:33:50.845+05:30][INFO ][plugins.alerting] Registering resources for context "observability.apm".
[2024-02-01T18:33:51.101+05:30][INFO ][plugins.alerting] Registering resources for context "security".
[2024-02-01T18:33:51.771+05:30][INFO ][plugins.screenshotting.config] Chromium sandbox provides an additional layer of protection, and is supported for Linux Ubuntu 22.04 OS. Automatically enabling Chromium sandbox.
[2024-02-01T18:33:52.122+05:30][INFO ][savedobjects-service] Waiting until all Elasticsearch nodes are compatible with Kibana before starting saved objects migrations...
[2024-02-01T18:33:52.123+05:30][INFO ][savedobjects-service] Starting saved objects migrations
[2024-02-01T18:33:52.159+05:30][WARN ][savedobjects-service] Unable to connect to Elasticsearch. Error: index_not_found_exception
        Root causes:
                index_not_found_exception: no such index [.kibana]
[2024-02-01T18:33:52.260+05:30][INFO ][savedobjects-service] [.kibana_alerting_cases] INIT -> CREATE_NEW_TARGET. took: 59ms.
[2024-02-01T18:33:52.267+05:30][INFO ][savedobjects-service] [.kibana_ingest] INIT -> CREATE_NEW_TARGET. took: 62ms.
[2024-02-01T18:33:52.282+05:30][INFO ][savedobjects-service] [.kibana_task_manager] INIT -> CREATE_NEW_TARGET. took: 105ms.
[2024-02-01T18:33:52.287+05:30][INFO ][savedobjects-service] [.kibana_analytics] INIT -> CREATE_NEW_TARGET. took: 102ms.
[2024-02-01T18:33:52.297+05:30][INFO ][savedobjects-service] [.kibana] INIT -> CREATE_NEW_TARGET. took: 125ms.
[2024-02-01T18:33:52.306+05:30][INFO ][savedobjects-service] [.kibana_security_solution] INIT -> CREATE_NEW_TARGET. took: 114ms.
[2024-02-01T18:33:53.776+05:30][INFO ][savedobjects-service] [.kibana_ingest] CREATE_NEW_TARGET -> CHECK_VERSION_INDEX_READY_ACTIONS. took: 1509ms.
[2024-02-01T18:33:53.778+05:30][INFO ][savedobjects-service] [.kibana_ingest] CHECK_VERSION_INDEX_READY_ACTIONS -> MARK_VERSION_INDEX_READY. took: 2ms.
[2024-02-01T18:33:53.788+05:30][INFO ][savedobjects-service] [.kibana_alerting_cases] CREATE_NEW_TARGET -> CHECK_VERSION_INDEX_READY_ACTIONS. took: 1529ms.
[2024-02-01T18:33:53.789+05:30][INFO ][savedobjects-service] [.kibana_alerting_cases] CHECK_VERSION_INDEX_READY_ACTIONS -> MARK_VERSION_INDEX_READY. took: 1ms.
[2024-02-01T18:33:53.793+05:30][INFO ][savedobjects-service] [.kibana_task_manager] CREATE_NEW_TARGET -> CHECK_VERSION_INDEX_READY_ACTIONS. took: 1511ms.
[2024-02-01T18:33:53.795+05:30][INFO ][savedobjects-service] [.kibana_task_manager] CHECK_VERSION_INDEX_READY_ACTIONS -> MARK_VERSION_INDEX_READY. took: 2ms.
[2024-02-01T18:33:53.808+05:30][INFO ][savedobjects-service] [.kibana_analytics] CREATE_NEW_TARGET -> CHECK_VERSION_INDEX_READY_ACTIONS. took: 1521ms.
[2024-02-01T18:33:53.808+05:30][INFO ][savedobjects-service] [.kibana_analytics] CHECK_VERSION_INDEX_READY_ACTIONS -> MARK_VERSION_INDEX_READY. took: 0ms.
[2024-02-01T18:33:54.264+05:30][INFO ][savedobjects-service] [.kibana_alerting_cases] MARK_VERSION_INDEX_READY -> DONE. took: 475ms.
[2024-02-01T18:33:54.265+05:30][INFO ][savedobjects-service] [.kibana_alerting_cases] Migration completed after 2065ms
[2024-02-01T18:33:54.274+05:30][INFO ][savedobjects-service] [.kibana_ingest] MARK_VERSION_INDEX_READY -> DONE. took: 496ms.
[2024-02-01T18:33:54.275+05:30][INFO ][savedobjects-service] [.kibana_ingest] Migration completed after 2070ms
[2024-02-01T18:33:54.279+05:30][INFO ][savedobjects-service] [.kibana_task_manager] MARK_VERSION_INDEX_READY -> DONE. took: 484ms.
[2024-02-01T18:33:54.280+05:30][INFO ][savedobjects-service] [.kibana_task_manager] Migration completed after 2103ms
[2024-02-01T18:33:54.283+05:30][INFO ][savedobjects-service] [.kibana_analytics] MARK_VERSION_INDEX_READY -> DONE. took: 475ms.
[2024-02-01T18:33:54.284+05:30][INFO ][savedobjects-service] [.kibana_analytics] Migration completed after 2099ms
[2024-02-01T18:33:54.434+05:30][INFO ][savedobjects-service] [.kibana_security_solution] CREATE_NEW_TARGET -> CHECK_VERSION_INDEX_READY_ACTIONS. took: 2128ms.
[2024-02-01T18:33:54.435+05:30][INFO ][savedobjects-service] [.kibana_security_solution] CHECK_VERSION_INDEX_READY_ACTIONS -> MARK_VERSION_INDEX_READY. took: 1ms.
[2024-02-01T18:33:54.595+05:30][INFO ][savedobjects-service] [.kibana] CREATE_NEW_TARGET -> CHECK_VERSION_INDEX_READY_ACTIONS. took: 2298ms.
[2024-02-01T18:33:54.596+05:30][INFO ][savedobjects-service] [.kibana] CHECK_VERSION_INDEX_READY_ACTIONS -> MARK_VERSION_INDEX_READY. took: 1ms.
[2024-02-01T18:33:54.692+05:30][INFO ][savedobjects-service] [.kibana_security_solution] MARK_VERSION_INDEX_READY -> DONE. took: 257ms.
[2024-02-01T18:33:54.693+05:30][INFO ][savedobjects-service] [.kibana_security_solution] Migration completed after 2501ms
[2024-02-01T18:33:54.796+05:30][INFO ][savedobjects-service] [.kibana] MARK_VERSION_INDEX_READY -> DONE. took: 199ms.
[2024-02-01T18:33:54.797+05:30][INFO ][savedobjects-service] [.kibana] Migration completed after 2625ms
[2024-02-01T18:33:54.819+05:30][INFO ][plugins-system.preboot] Stopping all plugins.
[2024-02-01T18:33:54.821+05:30][INFO ][plugins-system.preboot] All plugins stopped.
[2024-02-01T18:33:54.822+05:30][INFO ][plugins-system.standard] Starting [164] plugins: [translations,monitoringCollection,metricsDataAccess,licensing,globalSearch,globalSearchProviders,features,mapsEms,licenseApiGuard,customBranding,devTools,share,screenshotMode,banners,usageCollection,taskManager,cloud,guidedOnboarding,telemetryCollectionManager,telemetryCollectionXpack,kibanaUsageCollection,newsfeed,savedObjectsFinder,noDataPage,ftrApis,fieldFormats,expressions,screenshotting,esUiShared,customIntegrations,contentManagement,dataViews,home,searchprofiler,painlessLab,grokdebugger,management,spaces,security,snapshotRestore,lists,encryptedSavedObjects,telemetry,licenseManagement,files,eventLog,actions,notifications,cloudDataMigration,advancedSettings,console,bfetch,data,fileUpload,ingestPipelines,ecsDataQualityDashboard,apmDataAccess,assetManager,savedObjectsTagging,savedObjectsManagement,unifiedSearch,alerting,graph,guidedOnboardingExample,embeddable,uiActionsEnhanced,savedSearch,presentationUtil,expressionShape,expressionRevealImage,expressionRepeatImage,expressionMetric,expressionImage,controls,dataViewFieldEditor,dataViewManagement,charts,watcher,visualizations,visTypeXy,visTypeVislib,visTypeVega,visTypeTimeseries,visTypeTimelion,visTypeTagcloud,visTypeTable,visTypeMetric,visTypeHeatmap,visTypeMarkdown,inputControlVis,eventAnnotation,expressionXY,dashboard,triggersActionsUi,transform,stackConnectors,stackAlerts,ruleRegistry,links,dashboardEnhanced,embeddableExamples,expressionTagcloud,expressionPartitionVis,visTypePie,expressionMetricVis,expressionLegacyMetricVis,expressionHeatmap,expressionGauge,lens,maps,cases,timelines,sessionView,kubernetesSecurity,threatIntelligence,observabilityAIAssistant,logsShared,aiops,discover,reporting,canvas,fleet,osquery,logExplorer,observabilityLogExplorer,indexManagement,rollup,remoteClusters,crossClusterReplication,indexLifecycleManagement,cloudSecurityPosture,cloudDefend,observability,observabilityOnboarding,discoverEnhanced,dataVisualizer,ml,uptime,synthetics,infra,upgradeAssistant,monitoring,logstash,apm,enterpriseSearch,elasticAssistant,securitySolution,securitySolutionEss,visTypeGauge,vEIGHTProfilerExamples,thirdPartyVisLensExample,screenshottingExample,genAiStreamingResponseExample,alertingExample,userProfileExamples,searchExamples,screenshotModeExample,routingExample,responseStream,filesExample,fieldFormatsExample,featureControlsExamples,contentManagementExamples,bfetchExplorer]
[2024-02-01T18:33:55.835+05:30][INFO ][plugins.fleet] Task Fleet-Usage-Sender-1.1.3 scheduled with interval 1h
[2024-02-01T18:33:55.836+05:30][INFO ][plugins.fleet.fleet:check-deleted-files-task:1.0.1] Started with interval of [1d] and timeout of [2m]
[2024-02-01T18:33:55.860+05:30][INFO ][plugins.monitoring.monitoring] config sourced from: production cluster
[2024-02-01T18:33:56.022+05:30][INFO ][plugins.observability] Installing SLO shared resources
[2024-02-01T18:33:56.023+05:30][INFO ][plugins.observability] Installing SLO component template [.slo-observability.sli-mappings]
[2024-02-01T18:33:56.025+05:30][INFO ][plugins.observability] Installing SLO component template [.slo-observability.sli-settings]
[2024-02-01T18:33:56.026+05:30][INFO ][plugins.observability] Installing SLO component template [.slo-observability.summary-mappings]
[2024-02-01T18:33:56.028+05:30][INFO ][plugins.observability] Installing SLO component template [.slo-observability.summary-settings]
[2024-02-01T18:33:56.042+05:30][INFO ][plugins.alerting] Installing ILM policy .alerts-ilm-policy
[2024-02-01T18:33:56.049+05:30][INFO ][plugins.alerting] Installing component template .alerts-framework-mappings
[2024-02-01T18:33:56.052+05:30][INFO ][plugins.alerting] Installing component template .alerts-legacy-alert-mappings
[2024-02-01T18:33:56.100+05:30][INFO ][plugins.alerting] Installing component template .alerts-ecs-mappings
[2024-02-01T18:33:56.118+05:30][INFO ][plugins.ruleRegistry] Installing component template .alerts-technical-mappings
[2024-02-01T18:34:01.598+05:30][INFO ][http.server.Kibana] http server running at http://localhost:5601
[2024-02-01T18:34:01.771+05:30][INFO ][status] Kibana is now degraded
[2024-02-01T18:34:01.783+05:30][INFO ][plugins.fleet] Task Fleet-Usage-Logger-Task scheduled with interval 15m
[2024-02-01T18:34:01.884+05:30][INFO ][plugins.telemetry] Telemetry collection is enabled. For more information on telemetry settings, refer to https://www.elastic.co/guide/en/kibana/8.11/telemetry-settings-kbn.html.
[2024-02-01T18:34:02.458+05:30][INFO ][plugins.monitoring.monitoring.kibana-monitoring] Starting monitoring stats collection
[2024-02-01T18:34:02.497+05:30][INFO ][plugins.fleet] Beginning fleet setup
[2024-02-01T18:34:02.902+05:30][INFO ][plugins.reporting.store] Creating ILM policy for managing reporting indices: kibana-reporting
[2024-02-01T18:34:02.922+05:30][INFO ][plugins.ml] Task ML:saved-objects-sync-task: scheduled with interval 1h
[2024-02-01T18:34:02.944+05:30][INFO ][plugins.ruleRegistry] Installing ILM policy .preview.alerts-security.alerts-policy
[2024-02-01T18:34:02.949+05:30][INFO ][plugins.observability] Installing SLO index template [.slo-observability.sli]
[2024-02-01T18:34:02.979+05:30][INFO ][plugins.eventLog] Installing index template .kibana-event-log-template
[2024-02-01T18:34:03.043+05:30][INFO ][plugins.fleet] Agent policies updated by license change: []
[2024-02-01T18:34:03.936+05:30][INFO ][plugins.observability] Installing SLO index template [.slo-observability.summary]
[2024-02-01T18:34:03.954+05:30][INFO ][plugins.observabilityAIAssistant.service] Creating concrete write index - .kibana-observability-ai-assistant-conversations-000001
[2024-02-01T18:34:03.961+05:30][WARN ][plugins.fleet] Bundled package directory /home/vikas/kibana/x-pack/plugins/fleet/target/bundled_packages does not exist. All packages will be sourced from https://epr.elastic.co.
[2024-02-01T18:34:03.986+05:30][INFO ][plugins.eventLog] Creating datastream .kibana-event-log-ds
[2024-02-01T18:34:04.479+05:30][INFO ][plugins.fleet.fleet:check-deleted-files-task:1.0.1] [runTask()] started
[2024-02-01T18:34:04.527+05:30][INFO ][plugins.fleet] Running Fleet Usage telemetry send task
[2024-02-01T18:34:04.808+05:30][INFO ][plugins.fleet.fleet:check-deleted-files-task:1.0.1] [runTask()] ended: no files to process
 np bld    log   [18:34:04.853] [info][@kbn/optimizer] [30/212] initial bundle builds complete
[2024-02-01T18:34:06.412+05:30][INFO ][status] Kibana is now available (was degraded)
[2024-02-01T18:34:08.101+05:30][INFO ][plugins.alerting] Installing component template .alerts-stack.alerts-mappings
[2024-02-01T18:34:08.104+05:30][INFO ][plugins.alerting] Installing component template .alerts-observability.slo.alerts-mappings
[2024-02-01T18:34:08.106+05:30][INFO ][plugins.alerting] Installing component template .alerts-observability.threshold.alerts-mappings
[2024-02-01T18:34:08.107+05:30][INFO ][plugins.alerting] Installing component template .alerts-ml.anomaly-detection.alerts-mappings
[2024-02-01T18:34:08.110+05:30][INFO ][plugins.alerting] Installing component template .alerts-observability.uptime.alerts-mappings
[2024-02-01T18:34:08.111+05:30][INFO ][plugins.alerting] Installing component template .alerts-observability.logs.alerts-mappings
[2024-02-01T18:34:08.113+05:30][INFO ][plugins.alerting] Installing component template .alerts-observability.metrics.alerts-mappings
[2024-02-01T18:34:08.114+05:30][INFO ][plugins.alerting] Installing component template .alerts-observability.apm.alerts-mappings
[2024-02-01T18:34:08.162+05:30][INFO ][plugins.alerting] Installing component template .alerts-security.alerts-mappings
[2024-02-01T18:34:08.731+05:30][INFO ][plugins.alerting] Installing index template .alerts-stack.alerts-default-index-template
[2024-02-01T18:34:08.738+05:30][INFO ][plugins.alerting] Installing index template .alerts-observability.threshold.alerts-default-index-template
[2024-02-01T18:34:08.741+05:30][INFO ][plugins.alerting] Installing index template .alerts-security.alerts-default-index-template
[2024-02-01T18:34:08.743+05:30][INFO ][plugins.alerting] Installing index template .alerts-observability.slo.alerts-default-index-template
[2024-02-01T18:34:08.756+05:30][INFO ][plugins.alerting] Installing index template .alerts-observability.metrics.alerts-default-index-template
[2024-02-01T18:34:08.758+05:30][INFO ][plugins.alerting] Installing index template .alerts-observability.logs.alerts-default-index-template
[2024-02-01T18:34:08.761+05:30][INFO ][plugins.alerting] Installing index template .alerts-observability.apm.alerts-default-index-template
[2024-02-01T18:34:08.788+05:30][INFO ][plugins.alerting] Installing index template .alerts-ml.anomaly-detection.alerts-default-index-template
[2024-02-01T18:34:08.849+05:30][INFO ][plugins.alerting] Installing index template .alerts-observability.uptime.alerts-default-index-template
[2024-02-01T18:34:08.851+05:30][INFO ][plugins.fleet] Fleet Usage: {"agents_enabled":true,"agents":{"total_enrolled":0,"healthy":0,"unhealthy":0,"offline":0,"inactive":0,"unenrolled":0,"total_all_statuses":0,"updating":0},"fleet_server":{"total_all_statuses":0,"total_enrolled":0,"healthy":0,"unhealthy":0,"offline":0,"updating":0,"num_host_urls":0}}
[2024-02-01T18:34:08.955+05:30][INFO ][plugins.observability] Installing SLO ingest pipeline [.slo-observability.sli.pipeline]
[2024-02-01T18:34:09.227+05:30][INFO ][plugins.alerting] Creating concrete write index - .internal.alerts-stack.alerts-default-000001
[2024-02-01T18:34:09.527+05:30][INFO ][plugins.alerting] Creating concrete write index - .internal.alerts-observability.uptime.alerts-default-000001
[2024-02-01T18:34:09.533+05:30][INFO ][plugins.alerting] Creating concrete write index - .internal.alerts-observability.apm.alerts-default-000001
[2024-02-01T18:34:09.543+05:30][INFO ][plugins.alerting] Creating concrete write index - .internal.alerts-ml.anomaly-detection.alerts-default-000001
[2024-02-01T18:34:09.585+05:30][INFO ][plugins.ml] Task ML:saved-objects-sync-task: 1 ML saved object synced
[2024-02-01T18:34:10.187+05:30][INFO ][plugins.alerting] Creating concrete write index - .internal.alerts-observability.threshold.alerts-default-000001
[2024-02-01T18:34:10.202+05:30][INFO ][plugins.alerting] Creating concrete write index - .internal.alerts-security.alerts-default-000001
[2024-02-01T18:34:10.881+05:30][INFO ][plugins.alerting] Creating concrete write index - .internal.alerts-observability.metrics.alerts-default-000001
[2024-02-01T18:34:10.889+05:30][INFO ][plugins.alerting] Creating concrete write index - .internal.alerts-observability.slo.alerts-default-000001
[2024-02-01T18:34:10.895+05:30][INFO ][plugins.alerting] Creating concrete write index - .internal.alerts-observability.logs.alerts-default-000001
[2024-02-01T18:34:11.089+05:30][INFO ][plugins.screenshotting.chromium] Browser executable: /home/vikas/kibana/x-pack/plugins/screenshotting/chromium/headless_shell-linux_x64/headless_shell
[2024-02-01T18:34:14.581+05:30][INFO ][plugins.ruleRegistry] Installing component template .preview.alerts-security.alerts-mappings
 np bld    log   [18:34:14.854] [info][@kbn/optimizer] [36/212] initial bundle builds complete
[2024-02-01T18:34:15.395+05:30][INFO ][plugins.observability] Installing SLO ingest pipeline [.slo-observability.summary.pipeline]
[2024-02-01T18:34:16.026+05:30][INFO ][plugins.observabilityAIAssistant.service] Creating concrete write index - .kibana-observability-ai-assistant-kb-000001
[2024-02-01T18:34:16.075+05:30][INFO ][plugins.fleet] Fleet setup completed
[2024-02-01T18:34:16.077+05:30][INFO ][plugins.securitySolution] Dependent plugin setup complete - Starting ManifestTask
[2024-02-01T18:34:16.080+05:30][INFO ][plugins.securitySolution.endpoint.policyProtections] App feature [endpoint_policy_protections] is enabled. Nothing to do!
[2024-02-01T18:34:16.495+05:30][WARN ][plugins.fleet] Unable to retrieve GPG key from '/home/vikas/kibana/x-pack/plugins/fleet/target/keys/GPG-KEY-elasticsearch': ENOENT
[2024-02-01T18:34:16.496+05:30][WARN ][plugins.fleet] Not performing package verification as no local verification key found
[2024-02-01T18:34:17.095+05:30][INFO ][plugins.observability] Installing SLO summary transform [slo-summary-occurrences-7d-rolling]
[2024-02-01T18:34:17.286+05:30][INFO ][plugins.observabilityAIAssistant.service] Successfully set up index assets
[2024-02-01T18:34:17.401+05:30][INFO ][plugins.securitySolution.endpoint:metadata-check-transforms-task:0.0.1] no endpoint installation found
[2024-02-01T18:34:18.514+05:30][INFO ][plugins.observability] Starting SLO summary transform [slo-summary-occurrences-7d-rolling]
[2024-02-01T18:34:23.420+05:30][INFO ][plugins.observability] Installing SLO summary transform [slo-summary-occurrences-30d-rolling]
[2024-02-01T18:34:23.534+05:30][INFO ][plugins.observability] Starting SLO summary transform [slo-summary-occurrences-30d-rolling]
[2024-02-01T18:34:24.066+05:30][INFO ][plugins.observability] Installing SLO summary transform [slo-summary-occurrences-90d-rolling]
[2024-02-01T18:34:24.161+05:30][INFO ][plugins.synthetics] Installed synthetics index templates
[2024-02-01T18:34:24.202+05:30][INFO ][plugins.observability] Starting SLO summary transform [slo-summary-occurrences-90d-rolling]
[2024-02-01T18:34:24.470+05:30][INFO ][plugins.observability] Installing SLO summary transform [slo-summary-occurrences-weekly-aligned]
[2024-02-01T18:34:24.695+05:30][INFO ][plugins.observability] Starting SLO summary transform [slo-summary-occurrences-weekly-aligned]
 np bld    log   [18:34:24.854] [info][@kbn/optimizer] [44/212] initial bundle builds complete
[2024-02-01T18:34:25.121+05:30][INFO ][plugins.observability] Installing SLO summary transform [slo-summary-occurrences-monthly-aligned]
[2024-02-01T18:34:25.228+05:30][INFO ][plugins.observability] Starting SLO summary transform [slo-summary-occurrences-monthly-aligned]
[2024-02-01T18:34:25.510+05:30][INFO ][plugins.observability] Installing SLO summary transform [slo-summary-timeslices-7d-rolling]
[2024-02-01T18:34:25.691+05:30][INFO ][plugins.observability] Starting SLO summary transform [slo-summary-timeslices-7d-rolling]
[2024-02-01T18:34:26.194+05:30][INFO ][plugins.observability] Installing SLO summary transform [slo-summary-timeslices-30d-rolling]
[2024-02-01T18:34:26.336+05:30][INFO ][plugins.observability] Starting SLO summary transform [slo-summary-timeslices-30d-rolling]
[2024-02-01T18:34:26.656+05:30][INFO ][plugins.observability] Installing SLO summary transform [slo-summary-timeslices-90d-rolling]
[2024-02-01T18:34:26.830+05:30][INFO ][plugins.observability] Starting SLO summary transform [slo-summary-timeslices-90d-rolling]
[2024-02-01T18:34:27.133+05:30][INFO ][plugins.observability] Installing SLO summary transform [slo-summary-timeslices-weekly-aligned]
[2024-02-01T18:34:27.274+05:30][INFO ][plugins.observability] Starting SLO summary transform [slo-summary-timeslices-weekly-aligned]
[2024-02-01T18:34:27.550+05:30][INFO ][plugins.observability] Installing SLO summary transform [slo-summary-timeslices-monthly-aligned]
[2024-02-01T18:34:27.725+05:30][INFO ][plugins.observability] Starting SLO summary transform [slo-summary-timeslices-monthly-aligned]
[2024-02-01T18:34:28.025+05:30][INFO ][plugins.observability] SLO summary transforms installed and started
 np bld    log   [18:34:34.855] [info][@kbn/optimizer] [54/212] initial bundle builds complete
 np bld    log   [18:34:44.855] [info][@kbn/optimizer] [66/212] initial bundle builds complete
 np bld    log   [18:34:54.855] [info][@kbn/optimizer] [72/212] initial bundle builds complete
 np bld    log   [18:35:04.856] [info][@kbn/optimizer] [78/212] initial bundle builds complete
 np bld    log   [18:35:08.119] [warning][@kbn/optimizer] worker stderr Using kebab-case for css properties in objects is not supported. Did you mean overflowY?
 np bld    log   [18:35:08.120] [warning][@kbn/optimizer] worker stderr Using kebab-case for css properties in objects is not supported. Did you mean overflowX?
 np bld    log   [18:35:14.856] [info][@kbn/optimizer] [88/212] initial bundle builds complete
 np bld    log   [18:35:24.858] [info][@kbn/optimizer] [95/212] initial bundle builds complete
 np bld    log   [18:35:28.194] [warning][@kbn/optimizer] worker stderr [BABEL] Note: The code generator has deoptimised the styling of /home/vikas/kibana/packages/kbn-ecs/generated/ecs_flat.ts as it exceeds the max of 500KB.
 np bld    log   [18:35:28.921] [warning][@kbn/optimizer] worker stderr [BABEL] Note: The code generator has deoptimised the styling of /home/vikas/kibana/packages/kbn-ecs/generated/ecs_nested.ts as it exceeds the max of 500KB.
 np bld    log   [18:35:34.858] [info][@kbn/optimizer] [103/212] initial bundle builds complete
 np bld    log   [18:35:38.887] [warning][@kbn/optimizer] worker stderr Using kebab-case for css properties in objects is not supported. Did you mean marginBottom?
 np bld    log   [18:35:44.859] [info][@kbn/optimizer] [114/212] initial bundle builds complete
 np bld    log   [18:35:54.861] [info][@kbn/optimizer] [120/212] initial bundle builds complete
 np bld    log   [18:36:04.259] [warning][@kbn/optimizer] worker stderr [BABEL] Note: The code generator has deoptimised the styling of /home/vikas/kibana/packages/kbn-ecs/generated/ecs_flat.ts as it exceeds the max of 500KB.
 np bld    log   [18:36:04.861] [info][@kbn/optimizer] [136/212] initial bundle builds complete
 np bld    log   [18:36:05.564] [warning][@kbn/optimizer] worker stderr Using kebab-case for css properties in objects is not supported. Did you mean textOverflow?
 np bld    log   [18:36:06.677] [warning][@kbn/optimizer] worker stderr [BABEL] Note: The code generator has deoptimised the styling of /home/vikas/kibana/packages/kbn-ecs/generated/ecs_nested.ts as it exceeds the max of 500KB.
 np bld    log   [18:36:08.481] [warning][@kbn/optimizer] worker stderr Using kebab-case for css properties in objects is not supported. Did you mean marginLeft?
 np bld    log   [18:36:08.483] [warning][@kbn/optimizer] worker stderr Using kebab-case for css properties in objects is not supported. Did you mean alignSelf?
 np bld    log   [18:36:08.491] [warning][@kbn/optimizer] worker stderr Using kebab-case for css properties in objects is not supported. Did you mean maxWidth?
 np bld    log   [18:36:14.861] [info][@kbn/optimizer] [154/212] initial bundle builds complete
 np bld    log   [18:36:24.862] [info][@kbn/optimizer] [170/212] initial bundle builds complete
 np bld    log   [18:36:34.862] [info][@kbn/optimizer] [184/212] initial bundle builds complete
 np bld    log   [18:36:42.912] [warning][@kbn/optimizer] worker stderr [BABEL] Note: The code generator has deoptimised the styling of /home/vikas/kibana/packages/kbn-ecs/generated/ecs_flat.ts as it exceeds the max of 500KB.
 np bld    log   [18:36:43.499] [warning][@kbn/optimizer] worker stderr [BABEL] Note: The code generator has deoptimised the styling of /home/vikas/kibana/packages/kbn-ecs/generated/ecs_nested.ts as it exceeds the max of 500KB.
 np bld    log   [18:36:44.308] [warning][@kbn/optimizer] worker stderr [BABEL] Note: The code generator has deoptimised the styling of /home/vikas/kibana/packages/kbn-ecs/generated/ecs_flat.ts as it exceeds the max of 500KB.
 np bld    log   [18:36:44.864] [info][@kbn/optimizer] [189/212] initial bundle builds complete
 np bld    log   [18:36:45.000] [warning][@kbn/optimizer] worker stderr [BABEL] Note: The code generator has deoptimised the styling of /home/vikas/kibana/packages/kbn-ecs/generated/ecs_flat.ts as it exceeds the max of 500KB.
 np bld    log   [18:36:45.936] [warning][@kbn/optimizer] worker stderr [BABEL] Note: The code generator has deoptimised the styling of /home/vikas/kibana/packages/kbn-ecs/generated/ecs_nested.ts as it exceeds the max of 500KB.
 np bld    log   [18:36:46.252] [warning][@kbn/optimizer] worker stderr [BABEL] Note: The code generator has deoptimised the styling of /home/vikas/kibana/packages/kbn-ecs/generated/ecs_nested.ts as it exceeds the max of 500KB.
 np bld    log   [18:36:54.864] [info][@kbn/optimizer] [200/212] initial bundle builds complete
 np bld    log   [18:37:04.865] [info][@kbn/optimizer] [210/212] initial bundle builds complete
 np bld    log   [18:37:36.339] [success][@kbn/optimizer] 212 bundles compiled successfully after 271.5 sec, watching for changes
[2024-02-01T18:38:56.246+05:30][INFO ][plugins.securitySolution] Fetch risk engine metrics
[2024-02-01T18:39:51.897+05:30][INFO ][plugins.security.routes] Logging in with provider "basic" (basic)
[2024-02-01T18:49:11.360+05:30][INFO ][plugins.fleet] Fleet Usage: {"agents_enabled":true,"agents":{"total_enrolled":0,"healthy":0,"unhealthy":0,"offline":0,"inactive":0,"unenrolled":0,"total_all_statuses":0,"updating":0},"fleet_server":{"total_all_statuses":0,"total_enrolled":0,"healthy":0,"unhealthy":0,"offline":0,"updating":0,"num_host_urls":0}}

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