ElasticSearch安装(Windows)

ElasticSearch安装(Windows)

安装

官网下载:ElasticSearch

将zip文件解压

启动

在解压的目录下进入cmd

输入elasticsearch

E:\app\elasticsearch-8.5.0\bin>elasticsearch
warning: ignoring JAVA_HOME=C:\Program Files\Java\jdk1.8.0_91; using bundled JDK
[2022-11-14T15:07:24,259][INFO ][o.e.n.Node               ] [DESKTOP-1D61DOO] version[8.5.0], pid[17548], build[zip/c94b4700cda13820dad5aa74fae6db185ca5c304/2022-10-24T16:54:16.433628434Z], OS[Windows 11/10.0/amd64], JVM[Oracle Corporation/OpenJDK 64-Bit Server VM/19/19+36-2238]

第一次启动时会自动生成密码,展示在窗口

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
✅ Elasticsearch security features have been automatically configured!
✅ Authentication is enabled and cluster connections are encrypted.

ℹ️  Password for the elastic user (reset with `bin/elasticsearch-reset-password -u elastic`):
  Xfx92gYPYAIvnJiHLOhp

ℹ️  HTTP CA certificate SHA-256 fingerprint:
  64ee02de6bd38ad96c8ce32ada525211b7fd8996660d0336e7b8d3c798d6d8bf

ℹ️  Configure Kibana to use this cluster:
• Run Kibana and click the configuration link in the terminal when Kibana starts.
• Copy the following enrollment token and paste it into Kibana in your browser (valid for the next 30 minutes):
  eyJ2ZXIiOiI4LjUuMCIsImFkciI6WyIxNzIuMjQuMzIuMTo5MjAwIl0sImZnciI6IjY0ZWUwMmRlNmJkMzhhZDk2YzhjZTMyYWRhNTI1MjExYjdmZDg5OTY2NjBkMDMzNmU3YjhkM2M3OThkNmQ4YmYiLCJrZXkiOiJQRTczZElRQi1wNmxkUGFiTlhUQTpyWG5IX2VPTlFQR0N1dXdjRGFLUG1nIn0=

ℹ️  Configure other nodes to join this cluster:
• On this node:
  ⁃ Create an enrollment token with `bin/elasticsearch-create-enrollment-token -s node`.
  ⁃ Uncomment the transport.host setting at the end of config/elasticsearch.yml.
  ⁃ Restart Elasticsearch.
• On other nodes:
  ⁃ Start Elasticsearch with `bin/elasticsearch --enrollment-token <token>`, using the enrollment token that you generated.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

第一次启动后出现异常信息无法进入网页

[2022-11-14T15:09:47,278][WARN ][o.e.x.s.t.n.SecurityNetty4HttpServerTransport] [DESKTOP-1D61DOO] received plaintext http traffic on an https channel, closing connection Netty4HttpChannel{localAddress=/[0:0:0:0:0:0:0:1]:9200, remoteAddress=/[0:0:0:0:0:0:0:1]:13998}
[2022-11-14T15:09:47,278][WARN ][o.e.x.s.t.n.SecurityNetty4HttpServerTransport] [DESKTOP-1D61DOO] received plaintext http traffic on an https channel, closing connection Netty4HttpChannel{localAddress=/[0:0:0:0:0:0:0:1]:9200, remoteAddress=/[0:0:0:0:0:0:0:1]:13997}
[2022-11-14T15:09:47,280][WARN ][o.e.x.s.t.n.SecurityNetty4HttpServerTransport] [DESKTOP-1D61DOO] received plaintext http traffic on an https channel, closing connection Netty4HttpChannel{localAddress=/[0:0:0:0:0:0:0:1]:9200, remoteAddress=/[0:0:0:0:0:0:0:1]:13999}
[2022-11-14T15:09:47,963][WARN ][o.e.x.s.t.n.SecurityNetty4HttpServerTransport] [DESKTOP-1D61DOO] received plaintext http traffic on an https channel, closing connection Netty4HttpChannel{localAddress=/[0:0:0:0:0:0:0:1]:9200, remoteAddress=/[0:0:0:0:0:0:0:1]:14000}
[2022-11-14T15:09:47,964][WARN ][o.e.x.s.t.n.SecurityNetty4HttpServerTransport] [DESKTOP-1D61DOO] received plaintext http traffic on an https channel, closing connection Netty4HttpChannel{localAddress=/[0:0:0:0:0:0:0:1]:9200, remoteAddress=/[0:0:0:0:0:0:0:1]:14001}
[2022-11-14T15:09:47,967][WARN ][o.e.x.s.t.n.SecurityNetty4HttpServerTransport] [DESKTOP-1D61DOO] received plaintext http traffic on an https channel, closing connection Netty4HttpChannel{localAddress=/[0:0:0:0:0:0:0:1]:9200, remoteAddress=/[0:0:0:0:0:0:0:1]:14002}
[2022-11-14T15:09:48,580][WARN ][o.e.x.s.t.n.SecurityNetty4HttpServerTransport] [DESKTOP-1D61DOO] received plaintext http traffic on an https channel, closing connection Netty4HttpChannel{localAddress=/[0:0:0:0:0:0:0:1]:9200, remoteAddress=/[0:0:0:0:0:0:0:1]:14003}
[2022-11-14T15:09:48,581][WARN ][o.e.x.s.t.n.SecurityNetty4HttpServerTransport] [DESKTOP-1D61DOO] received plaintext http traffic on an https channel, closing connection Netty4HttpChannel{localAddress=/[0:0:0:0:0:0:0:1]:9200, remoteAddress=/[0:0:0:0:0:0:0:1]:14004}
[2022-11-14T15:09:48,584][WARN ][o.e.x.s.t.n.SecurityNetty4HttpServerTransport] [DESKTOP-1D61DOO] received plaintext http traffic on an https channel, closing connection Netty4HttpChannel{localAddress=/[0:0:0:0:0:0:0:1]:9200, remoteAddress=/[0:0:0:0:0:0:0:1]:14005}

原因是Elasticsearch在Windows下开启了安全认证,虽然started成功,但访问http://localhost:9200失败。

解决方式修改config下的elasticsearch.yml

xpack.security.http.ssl:
  enabled: false
  keystore.path: certs/http.p12

然后重新启动,进入http://localhost:9200

账号:elastic

密码:Xfx92gYPYAIvnJiHLOhp

出现以下情况就安装成功了

在这里插入图片描述

cmd出现乱码解决方案

修改cmd命令窗口的编码格式

参考文件

ElasticSearch从入门到精通:http://t.csdn.cn/VGuoa

ElasticSearch 爬坑记录 :http://t.csdn.cn/kekrz

修改cmd命令窗口的编码格式:http://t.csdn.cn/ejm3o

完整日志

Active code page: 65001

E:\app\elasticsearch-8.5.0\bin>elasticsearch
warning: ignoring JAVA_HOME=C:\Program Files\Java\jdk1.8.0_91; using bundled JDK
[2022-11-14T15:07:24,259][INFO ][o.e.n.Node               ] [DESKTOP-1D61DOO] version[8.5.0], pid[17548], build[zip/c94b4700cda13820dad5aa74fae6db185ca5c304/2022-10-24T16:54:16.433628434Z], OS[Windows 11/10.0/amd64], JVM[Oracle Corporation/OpenJDK 64-Bit Server VM/19/19+36-2238]
[2022-11-14T15:07:24,280][INFO ][o.e.n.Node               ] [DESKTOP-1D61DOO] JVM home [E:\app\elasticsearch-8.5.0\jdk], using bundled JDK [true]
[2022-11-14T15:07:24,281][INFO ][o.e.n.Node               ] [DESKTOP-1D61DOO] 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=ALL-UNNAMED, -XX:+UseG1GC, -Djava.io.tmpdir=C:\Users\yanwei\AppData\Local\Temp\elasticsearch, -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,pid,tags:filecount=32,filesize=64m, -Xms8121m, -Xmx8121m, -XX:MaxDirectMemorySize=4259315712, -XX:G1HeapRegionSize=4m, -XX:InitiatingHeapOccupancyPercent=30, -XX:G1ReservePercent=15, -Des.distribution.type=zip, --module-path=E:\app\elasticsearch-8.5.0\lib, --add-modules=jdk.net, -Djdk.module.main=org.elasticsearch.server]
[2022-11-14T15:07:26,476][INFO ][c.a.c.i.j.JacksonVersion ] [DESKTOP-1D61DOO] Package versions: jackson-annotations=2.13.2, jackson-core=2.13.2, jackson-databind=2.13.2.2, jackson-dataformat-xml=2.13.2, jackson-datatype-jsr310=2.13.2, azure-core=1.27.0, Troubleshooting version conflicts: https://aka.ms/azsdk/java/dependency/troubleshoot
[2022-11-14T15:07:28,174][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [aggs-matrix-stats]
[2022-11-14T15:07:28,175][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [analysis-common]
[2022-11-14T15:07:28,175][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [apm]
[2022-11-14T15:07:28,175][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [constant-keyword]
[2022-11-14T15:07:28,176][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [data-streams]
[2022-11-14T15:07:28,176][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [frozen-indices]
[2022-11-14T15:07:28,176][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [ingest-attachment]
[2022-11-14T15:07:28,177][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [ingest-common]
[2022-11-14T15:07:28,177][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [ingest-geoip]
[2022-11-14T15:07:28,178][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [ingest-user-agent]
[2022-11-14T15:07:28,179][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [kibana]
[2022-11-14T15:07:28,181][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [lang-expression]
[2022-11-14T15:07:28,182][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [lang-mustache]
[2022-11-14T15:07:28,182][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [lang-painless]
[2022-11-14T15:07:28,182][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [legacy-geo]
[2022-11-14T15:07:28,183][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [mapper-extras]
[2022-11-14T15:07:28,183][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [mapper-version]
[2022-11-14T15:07:28,183][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [old-lucene-versions]
[2022-11-14T15:07:28,184][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [parent-join]
[2022-11-14T15:07:28,184][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [percolator]
[2022-11-14T15:07:28,185][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [rank-eval]
[2022-11-14T15:07:28,185][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [reindex]
[2022-11-14T15:07:28,185][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [repositories-metering-api]
[2022-11-14T15:07:28,186][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [repository-azure]
[2022-11-14T15:07:28,186][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [repository-encrypted]
[2022-11-14T15:07:28,187][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [repository-gcs]
[2022-11-14T15:07:28,187][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [repository-s3]
[2022-11-14T15:07:28,187][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [repository-url]
[2022-11-14T15:07:28,187][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [runtime-fields-common]
[2022-11-14T15:07:28,188][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [search-business-rules]
[2022-11-14T15:07:28,188][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [searchable-snapshots]
[2022-11-14T15:07:28,188][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [snapshot-based-recoveries]
[2022-11-14T15:07:28,189][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [snapshot-repo-test-kit]
[2022-11-14T15:07:28,189][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [spatial]
[2022-11-14T15:07:28,189][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [transform]
[2022-11-14T15:07:28,190][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [transport-netty4]
[2022-11-14T15:07:28,190][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [unsigned-long]
[2022-11-14T15:07:28,191][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [vector-tile]
[2022-11-14T15:07:28,191][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [wildcard]
[2022-11-14T15:07:28,191][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-aggregate-metric]
[2022-11-14T15:07:28,192][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-analytics]
[2022-11-14T15:07:28,192][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-async]
[2022-11-14T15:07:28,192][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-async-search]
[2022-11-14T15:07:28,193][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-autoscaling]
[2022-11-14T15:07:28,193][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-ccr]
[2022-11-14T15:07:28,193][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-core]
[2022-11-14T15:07:28,194][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-deprecation]
[2022-11-14T15:07:28,196][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-enrich]
[2022-11-14T15:07:28,196][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-eql]
[2022-11-14T15:07:28,197][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-fleet]
[2022-11-14T15:07:28,197][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-graph]
[2022-11-14T15:07:28,197][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-identity-provider]
[2022-11-14T15:07:28,198][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-ilm]
[2022-11-14T15:07:28,198][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-logstash]
[2022-11-14T15:07:28,199][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-ml]
[2022-11-14T15:07:28,199][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-monitoring]
[2022-11-14T15:07:28,200][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-ql]
[2022-11-14T15:07:28,200][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-rollup]
[2022-11-14T15:07:28,200][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-security]
[2022-11-14T15:07:28,201][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-shutdown]
[2022-11-14T15:07:28,201][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-sql]
[2022-11-14T15:07:28,202][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-stack]
[2022-11-14T15:07:28,202][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-text-structure]
[2022-11-14T15:07:28,202][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-voting-only-node]
[2022-11-14T15:07:28,203][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-watcher]
[2022-11-14T15:07:28,203][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] no plugins loaded
[2022-11-14T15:07:31,297][WARN ][stderr                   ] [DESKTOP-1D61DOO] 十一月 14, 2022 3:07:31 下午 org.apache.lucene.store.MMapDirectory lookupProvider
[2022-11-14T15:07:31,297][WARN ][stderr                   ] [DESKTOP-1D61DOO] 警告: You are running with Java 19. To make full use of MMapDirectory, please pass '--enable-preview' to the Java command line.
[2022-11-14T15:07:31,324][INFO ][o.e.e.NodeEnvironment    ] [DESKTOP-1D61DOO] using [1] data paths, mounts [[本地磁盘 (E:)]], net usable_space [78.5gb], net total_space [299.9gb], types [NTFS]
[2022-11-14T15:07:31,327][INFO ][o.e.e.NodeEnvironment    ] [DESKTOP-1D61DOO] heap size [7.9gb], compressed ordinary object pointers [true]
[2022-11-14T15:07:31,380][INFO ][o.e.n.Node               ] [DESKTOP-1D61DOO] node name [DESKTOP-1D61DOO], node ID [vDLomejhQo6PyvL8dPBzqA], cluster name [elasticsearch], roles [ingest, data_frozen, ml, data_hot, transform, data_content, data_warm, master, remote_cluster_client, data, data_cold]
[2022-11-14T15:07:34,952][INFO ][o.e.x.s.Security         ] [DESKTOP-1D61DOO] Security is enabled
[2022-11-14T15:07:35,189][INFO ][o.e.x.s.a.s.FileRolesStore] [DESKTOP-1D61DOO] parsed [0] roles from file [E:\app\elasticsearch-8.5.0\config\roles.yml]

[2022-11-14T15:07:35,788][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [DESKTOP-1D61DOO] [controller/10484] [Main.cc@123] controller (64 bit): Version 8.5.0 (Build 3922fab346e761) Copyright (c) 2022 Elasticsearch BV
[2022-11-14T15:07:36,514][INFO ][o.e.t.n.NettyAllocator   ] [DESKTOP-1D61DOO] 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}]
[2022-11-14T15:07:36,559][INFO ][o.e.i.r.RecoverySettings ] [DESKTOP-1D61DOO] using rate limit [40mb] with [default=40mb, read=0b, write=0b, max=0b]
[2022-11-14T15:07:36,612][INFO ][o.e.d.DiscoveryModule    ] [DESKTOP-1D61DOO] using discovery type [multi-node] and seed hosts providers [settings]
[2022-11-14T15:07:38,301][INFO ][o.e.n.Node               ] [DESKTOP-1D61DOO] initialized
[2022-11-14T15:07:38,302][INFO ][o.e.n.Node               ] [DESKTOP-1D61DOO] starting ...
[2022-11-14T15:07:38,370][INFO ][o.e.x.s.c.f.PersistentCache] [DESKTOP-1D61DOO] persistent cache index loaded
[2022-11-14T15:07:38,371][INFO ][o.e.x.d.l.DeprecationIndexingComponent] [DESKTOP-1D61DOO] deprecation component started
[2022-11-14T15:07:38,602][INFO ][o.e.t.TransportService   ] [DESKTOP-1D61DOO] publish_address {127.0.0.1:9300}, bound_addresses {127.0.0.1:9300}, {[::1]:9300}
[2022-11-14T15:07:38,993][INFO ][o.e.c.c.ClusterBootstrapService] [DESKTOP-1D61DOO] this node has not joined a bootstrapped cluster yet; [cluster.initial_master_nodes] is set to [DESKTOP-1D61DOO]
[2022-11-14T15:07:39,002][INFO ][o.e.c.c.Coordinator      ] [DESKTOP-1D61DOO] setting initial configuration to VotingConfiguration{vDLomejhQo6PyvL8dPBzqA}
[2022-11-14T15:07:39,414][INFO ][o.e.c.s.MasterService    ] [DESKTOP-1D61DOO] elected-as-master ([1] nodes joined)[_FINISH_ELECTION_, {DESKTOP-1D61DOO}{vDLomejhQo6PyvL8dPBzqA}{EU1SBDyZSFOqqj3MuJkucQ}{DESKTOP-1D61DOO}{127.0.0.1}{127.0.0.1:9300}{cdfhilmrstw} completing election], term: 1, version: 1, delta: master node changed {previous [], current [{DESKTOP-1D61DOO}{vDLomejhQo6PyvL8dPBzqA}{EU1SBDyZSFOqqj3MuJkucQ}{DESKTOP-1D61DOO}{127.0.0.1}{127.0.0.1:9300}{cdfhilmrstw}]}
[2022-11-14T15:07:39,587][INFO ][o.e.c.c.CoordinationState] [DESKTOP-1D61DOO] cluster UUID set to [zU7-C1c3RK2_HRCv1Syeqw]
[2022-11-14T15:07:39,767][INFO ][o.e.c.s.ClusterApplierService] [DESKTOP-1D61DOO] master node changed {previous [], current [{DESKTOP-1D61DOO}{vDLomejhQo6PyvL8dPBzqA}{EU1SBDyZSFOqqj3MuJkucQ}{DESKTOP-1D61DOO}{127.0.0.1}{127.0.0.1:9300}{cdfhilmrstw}]}, term: 1, version: 1, reason: Publication{term=1, version=1}
[2022-11-14T15:07:39,796][INFO ][o.e.r.s.FileSettingsService] [DESKTOP-1D61DOO] starting file settings watcher ...
[2022-11-14T15:07:39,802][INFO ][o.e.r.s.FileSettingsService] [DESKTOP-1D61DOO] file settings service up and running [tid=83]
[2022-11-14T15:07:39,860][INFO ][o.e.h.AbstractHttpServerTransport] [DESKTOP-1D61DOO] publish_address {172.24.32.1:9200}, bound_addresses {[::]:9200}
[2022-11-14T15:07:39,861][INFO ][o.e.n.Node               ] [DESKTOP-1D61DOO] started {DESKTOP-1D61DOO}{vDLomejhQo6PyvL8dPBzqA}{EU1SBDyZSFOqqj3MuJkucQ}{DESKTOP-1D61DOO}{127.0.0.1}{127.0.0.1:9300}{cdfhilmrstw}{ml.allocated_processors=12, ml.max_jvm_size=8518631424, ml.allocated_processors_double=12.0, xpack.installed=true, ml.machine_memory=17031303168}
[2022-11-14T15:07:39,974][INFO ][o.e.g.GatewayService     ] [DESKTOP-1D61DOO] recovered [0] indices into cluster_state
[2022-11-14T15:07:40,125][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-1D61DOO] adding component template [.deprecation-indexing-settings]
[2022-11-14T15:07:40,170][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-1D61DOO] adding component template [.deprecation-indexing-mappings]
[2022-11-14T15:07:40,189][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-1D61DOO] adding index template [.slm-history] for index patterns [.slm-history-5*]
[2022-11-14T15:07:40,210][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-1D61DOO] adding index template [.watch-history-16] for index patterns [.watcher-history-16*]
[2022-11-14T15:07:40,217][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-1D61DOO] adding index template [ilm-history] for index patterns [ilm-history-5*]
[2022-11-14T15:07:40,220][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-1D61DOO] adding component template [synthetics-settings]
[2022-11-14T15:07:40,224][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-1D61DOO] adding component template [metrics-mappings]
[2022-11-14T15:07:40,227][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-1D61DOO] adding component template [metrics-settings]
[2022-11-14T15:07:40,231][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-1D61DOO] adding component template [logs-mappings]
[2022-11-14T15:07:40,263][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-1D61DOO] adding component template [data-streams-mappings]
[2022-11-14T15:07:40,265][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-1D61DOO] adding component template [logs-settings]
[2022-11-14T15:07:40,268][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-1D61DOO] adding component template [synthetics-mappings]
[2022-11-14T15:07:40,283][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-1D61DOO] adding index template [.monitoring-ent-search-mb] for index patterns [.monitoring-ent-search-8-*]
[2022-11-14T15:07:40,319][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-1D61DOO] adding index template [.monitoring-es-mb] for index patterns [.monitoring-es-8-*]
[2022-11-14T15:07:40,335][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-1D61DOO] adding index template [.monitoring-kibana-mb] for index patterns [.monitoring-kibana-8-*]
[2022-11-14T15:07:40,355][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-1D61DOO] adding index template [.monitoring-beats-mb] for index patterns [.monitoring-beats-8-*]
[2022-11-14T15:07:40,365][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-1D61DOO] adding index template [.monitoring-logstash-mb] for index patterns [.monitoring-logstash-8-*]
[2022-11-14T15:07:40,404][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-1D61DOO] adding index template [.ml-notifications-000002] for index patterns [.ml-notifications-000002]
[2022-11-14T15:07:40,407][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-1D61DOO] adding index template [.ml-state] for index patterns [.ml-state*]
[2022-11-14T15:07:40,414][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-1D61DOO] adding index template [.ml-stats] for index patterns [.ml-stats-*]
[2022-11-14T15:07:40,434][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-1D61DOO] adding index template [.ml-anomalies-] for index patterns [.ml-anomalies-*]
[2022-11-14T15:07:40,439][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-1D61DOO] adding template [.monitoring-alerts-7] for index patterns [.monitoring-alerts-7]
[2022-11-14T15:07:40,448][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-1D61DOO] adding template [.monitoring-logstash] for index patterns [.monitoring-logstash-7-*]
[2022-11-14T15:07:40,455][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-1D61DOO] adding template [.monitoring-kibana] for index patterns [.monitoring-kibana-7-*]
[2022-11-14T15:07:40,465][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-1D61DOO] adding template [.monitoring-beats] for index patterns [.monitoring-beats-7-*]
[2022-11-14T15:07:40,476][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-1D61DOO] adding template [.monitoring-es] for index patterns [.monitoring-es-7-*]
[2022-11-14T15:07:40,729][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-1D61DOO] adding index template [.deprecation-indexing-template] for index patterns [.logs-deprecation.*]
[2022-11-14T15:07:40,734][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-1D61DOO] adding index template [metrics] for index patterns [metrics-*-*]
[2022-11-14T15:07:40,740][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-1D61DOO] adding index template [synthetics] for index patterns [synthetics-*-*]
[2022-11-14T15:07:40,745][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-1D61DOO] adding index template [logs] for index patterns [logs-*-*]
[2022-11-14T15:07:41,094][INFO ][o.e.x.i.a.TransportPutLifecycleAction] [DESKTOP-1D61DOO] adding index lifecycle policy [metrics]
[2022-11-14T15:07:41,313][INFO ][o.e.x.i.a.TransportPutLifecycleAction] [DESKTOP-1D61DOO] adding index lifecycle policy [ilm-history-ilm-policy]
[2022-11-14T15:07:41,480][INFO ][o.e.x.i.a.TransportPutLifecycleAction] [DESKTOP-1D61DOO] adding index lifecycle policy [logs]
[2022-11-14T15:07:41,681][INFO ][o.e.x.i.a.TransportPutLifecycleAction] [DESKTOP-1D61DOO] adding index lifecycle policy [synthetics]
[2022-11-14T15:07:41,859][INFO ][o.e.x.i.a.TransportPutLifecycleAction] [DESKTOP-1D61DOO] adding index lifecycle policy [7-days-default]
[2022-11-14T15:07:42,081][INFO ][o.e.x.i.a.TransportPutLifecycleAction] [DESKTOP-1D61DOO] adding index lifecycle policy [90-days-default]
[2022-11-14T15:07:42,631][INFO ][o.e.x.i.a.TransportPutLifecycleAction] [DESKTOP-1D61DOO] adding index lifecycle policy [watch-history-ilm-policy-16]
[2022-11-14T15:07:42,824][INFO ][o.e.x.i.a.TransportPutLifecycleAction] [DESKTOP-1D61DOO] adding index lifecycle policy [slm-history-ilm-policy]
[2022-11-14T15:07:42,978][INFO ][o.e.x.i.a.TransportPutLifecycleAction] [DESKTOP-1D61DOO] adding index lifecycle policy [30-days-default]
[2022-11-14T15:07:43,157][INFO ][o.e.x.i.a.TransportPutLifecycleAction] [DESKTOP-1D61DOO] adding index lifecycle policy [.deprecation-indexing-ilm-policy]
[2022-11-14T15:07:43,311][INFO ][o.e.x.i.a.TransportPutLifecycleAction] [DESKTOP-1D61DOO] adding index lifecycle policy [365-days-default]
[2022-11-14T15:07:43,498][INFO ][o.e.c.m.MetadataCreateIndexService] [DESKTOP-1D61DOO] [.geoip_databases] creating index, cause [auto(bulk api)], templates [], shards [1]/[0]
[2022-11-14T15:07:43,825][INFO ][o.e.x.i.a.TransportPutLifecycleAction] [DESKTOP-1D61DOO] adding index lifecycle policy [180-days-default]
[2022-11-14T15:07:44,197][INFO ][o.e.x.i.a.TransportPutLifecycleAction] [DESKTOP-1D61DOO] adding index lifecycle policy [.monitoring-8-ilm-policy]
[2022-11-14T15:07:44,500][INFO ][o.e.x.i.a.TransportPutLifecycleAction] [DESKTOP-1D61DOO] adding index lifecycle policy [ml-size-based-ilm-policy]
[2022-11-14T15:07:44,715][INFO ][o.e.c.r.a.AllocationService] [DESKTOP-1D61DOO] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.geoip_databases][0]]])." previous.health="YELLOW" reason="shards started [[.geoip_databases][0]]"
[2022-11-14T15:07:44,932][INFO ][o.e.x.i.a.TransportPutLifecycleAction] [DESKTOP-1D61DOO] adding index lifecycle policy [.fleet-actions-results-ilm-policy]
[2022-11-14T15:07:45,524][INFO ][o.e.h.n.s.HealthNodeTaskExecutor] [DESKTOP-1D61DOO] Node [{DESKTOP-1D61DOO}{vDLomejhQo6PyvL8dPBzqA}] is selected as the current health node.
[2022-11-14T15:07:46,194][INFO ][o.e.l.LicenseService     ] [DESKTOP-1D61DOO] license [bef3eb13-4ebc-41d3-8e29-2ecad9d00e5d] mode [basic] - valid
[2022-11-14T15:07:46,196][INFO ][o.e.x.s.a.Realms         ] [DESKTOP-1D61DOO] license mode is [basic], currently licensed security realms are [reserved/reserved,file/default_file,native/default_native]
[2022-11-14T15:07:46,832][INFO ][o.e.i.g.GeoIpDownloader  ] [DESKTOP-1D61DOO] successfully downloaded geoip database [GeoLite2-ASN.mmdb]
[2022-11-14T15:07:47,111][INFO ][o.e.i.g.DatabaseNodeService] [DESKTOP-1D61DOO] successfully loaded geoip database file [GeoLite2-ASN.mmdb]
[2022-11-14T15:07:48,990][INFO ][o.e.x.s.InitialNodeSecurityAutoConfiguration] [DESKTOP-1D61DOO] HTTPS has been configured with automatically generated certificates, and the CA's hex-encoded SHA-256 fingerprint is [64ee02de6bd38ad96c8ce32ada525211b7fd8996660d0336e7b8d3c798d6d8bf]
[2022-11-14T15:07:48,992][INFO ][o.e.x.s.s.SecurityIndexManager] [DESKTOP-1D61DOO] security index does not exist, creating [.security-7] with alias [.security]
[2022-11-14T15:07:49,024][INFO ][o.e.x.s.e.InternalEnrollmentTokenGenerator] [DESKTOP-1D61DOO] Will not generate node enrollment token because node is only bound on localhost for transport and cannot connect to nodes from other hosts
[2022-11-14T15:07:49,079][INFO ][o.e.x.s.s.SecurityIndexManager] [DESKTOP-1D61DOO] security index does not exist, creating [.security-7] with alias [.security]
[2022-11-14T15:07:49,146][INFO ][o.e.c.m.MetadataCreateIndexService] [DESKTOP-1D61DOO] [.security-7] creating index, cause [api], templates [], shards [1]/[0]
[2022-11-14T15:07:50,458][INFO ][o.e.c.r.a.AllocationService] [DESKTOP-1D61DOO] 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]]"




━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
✅ Elasticsearch security features have been automatically configured!
✅ Authentication is enabled and cluster connections are encrypted.

ℹ️  Password for the elastic user (reset with `bin/elasticsearch-reset-password -u elastic`):
  Xfx92gYPYAIvnJiHLOhp

ℹ️  HTTP CA certificate SHA-256 fingerprint:
  64ee02de6bd38ad96c8ce32ada525211b7fd8996660d0336e7b8d3c798d6d8bf

ℹ️  Configure Kibana to use this cluster:
• Run Kibana and click the configuration link in the terminal when Kibana starts.
• Copy the following enrollment token and paste it into Kibana in your browser (valid for the next 30 minutes):
  eyJ2ZXIiOiI4LjUuMCIsImFkciI6WyIxNzIuMjQuMzIuMTo5MjAwIl0sImZnciI6IjY0ZWUwMmRlNmJkMzhhZDk2YzhjZTMyYWRhNTI1MjExYjdmZDg5OTY2NjBkMDMzNmU3YjhkM2M3OThkNmQ4YmYiLCJrZXkiOiJQRTczZElRQi1wNmxkUGFiTlhUQTpyWG5IX2VPTlFQR0N1dXdjRGFLUG1nIn0=

ℹ️  Configure other nodes to join this cluster:
• On this node:
  ⁃ Create an enrollment token with `bin/elasticsearch-create-enrollment-token -s node`.
  ⁃ Uncomment the transport.host setting at the end of config/elasticsearch.yml.
  ⁃ Restart Elasticsearch.
• On other nodes:
  ⁃ Start Elasticsearch with `bin/elasticsearch --enrollment-token <token>`, using the enrollment token that you generated.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━




[2022-11-14T15:07:54,170][INFO ][o.e.i.g.GeoIpDownloader  ] [DESKTOP-1D61DOO] successfully downloaded geoip database [GeoLite2-City.mmdb]
[2022-11-14T15:07:54,964][INFO ][o.e.i.g.DatabaseNodeService] [DESKTOP-1D61DOO] successfully loaded geoip database file [GeoLite2-City.mmdb]
[2022-11-14T15:07:55,859][INFO ][o.e.i.g.GeoIpDownloader  ] [DESKTOP-1D61DOO] successfully downloaded geoip database [GeoLite2-Country.mmdb]
[2022-11-14T15:07:55,931][INFO ][o.e.i.g.DatabaseNodeService] [DESKTOP-1D61DOO] successfully loaded geoip database file [GeoLite2-Country.mmdb]
[2022-11-14T15:09:47,278][WARN ][o.e.x.s.t.n.SecurityNetty4HttpServerTransport] [DESKTOP-1D61DOO] received plaintext http traffic on an https channel, closing connection Netty4HttpChannel{localAddress=/[0:0:0:0:0:0:0:1]:9200, remoteAddress=/[0:0:0:0:0:0:0:1]:13998}
[2022-11-14T15:09:47,278][WARN ][o.e.x.s.t.n.SecurityNetty4HttpServerTransport] [DESKTOP-1D61DOO] received plaintext http traffic on an https channel, closing connection Netty4HttpChannel{localAddress=/[0:0:0:0:0:0:0:1]:9200, remoteAddress=/[0:0:0:0:0:0:0:1]:13997}
[2022-11-14T15:09:47,280][WARN ][o.e.x.s.t.n.SecurityNetty4HttpServerTransport] [DESKTOP-1D61DOO] received plaintext http traffic on an https channel, closing connection Netty4HttpChannel{localAddress=/[0:0:0:0:0:0:0:1]:9200, remoteAddress=/[0:0:0:0:0:0:0:1]:13999}
[2022-11-14T15:09:47,963][WARN ][o.e.x.s.t.n.SecurityNetty4HttpServerTransport] [DESKTOP-1D61DOO] received plaintext http traffic on an https channel, closing connection Netty4HttpChannel{localAddress=/[0:0:0:0:0:0:0:1]:9200, remoteAddress=/[0:0:0:0:0:0:0:1]:14000}
[2022-11-14T15:09:47,964][WARN ][o.e.x.s.t.n.SecurityNetty4HttpServerTransport] [DESKTOP-1D61DOO] received plaintext http traffic on an https channel, closing connection Netty4HttpChannel{localAddress=/[0:0:0:0:0:0:0:1]:9200, remoteAddress=/[0:0:0:0:0:0:0:1]:14001}
[2022-11-14T15:09:47,967][WARN ][o.e.x.s.t.n.SecurityNetty4HttpServerTransport] [DESKTOP-1D61DOO] received plaintext http traffic on an https channel, closing connection Netty4HttpChannel{localAddress=/[0:0:0:0:0:0:0:1]:9200, remoteAddress=/[0:0:0:0:0:0:0:1]:14002}
[2022-11-14T15:09:48,580][WARN ][o.e.x.s.t.n.SecurityNetty4HttpServerTransport] [DESKTOP-1D61DOO] received plaintext http traffic on an https channel, closing connection Netty4HttpChannel{localAddress=/[0:0:0:0:0:0:0:1]:9200, remoteAddress=/[0:0:0:0:0:0:0:1]:14003}
[2022-11-14T15:09:48,581][WARN ][o.e.x.s.t.n.SecurityNetty4HttpServerTransport] [DESKTOP-1D61DOO] received plaintext http traffic on an https channel, closing connection Netty4HttpChannel{localAddress=/[0:0:0:0:0:0:0:1]:9200, remoteAddress=/[0:0:0:0:0:0:0:1]:14004}
[2022-11-14T15:09:48,584][WARN ][o.e.x.s.t.n.SecurityNetty4HttpServerTransport] [DESKTOP-1D61DOO] received plaintext http traffic on an https channel, closing connection Netty4HttpChannel{localAddress=/[0:0:0:0:0:0:0:1]:9200, remoteAddress=/[0:0:0:0:0:0:0:1]:14005}
[2022-11-14T15:23:31,556][WARN ][o.e.x.s.t.n.SecurityNetty4HttpServerTransport] [DESKTOP-1D61DOO] received plaintext http traffic on an https channel, closing connection Netty4HttpChannel{localAddress=/[0:0:0:0:0:0:0:1]:9200, remoteAddress=/[0:0:0:0:0:0:0:1]:9216}
[2022-11-14T15:23:31,561][WARN ][o.e.x.s.t.n.SecurityNetty4HttpServerTransport] [DESKTOP-1D61DOO] received plaintext http traffic on an https channel, closing connection Netty4HttpChannel{localAddress=/[0:0:0:0:0:0:0:1]:9200, remoteAddress=/[0:0:0:0:0:0:0:1]:9218}
[2022-11-14T15:23:31,557][WARN ][o.e.x.s.t.n.SecurityNetty4HttpServerTransport] [DESKTOP-1D61DOO] received plaintext http traffic on an https channel, closing connection Netty4HttpChannel{localAddress=/[0:0:0:0:0:0:0:1]:9200, remoteAddress=/[0:0:0:0:0:0:0:1]:9217}
[2022-11-14T15:24:03,226][WARN ][o.e.x.s.t.n.SecurityNetty4HttpServerTransport] [DESKTOP-1D61DOO] received plaintext http traffic on an https channel, closing connection Netty4HttpChannel{localAddress=/[0:0:0:0:0:0:0:1]:9200, remoteAddress=/[0:0:0:0:0:0:0:1]:9219}
[2022-11-14T15:24:03,227][WARN ][o.e.x.s.t.n.SecurityNetty4HttpServerTransport] [DESKTOP-1D61DOO] received plaintext http traffic on an https channel, closing connection Netty4HttpChannel{localAddress=/[0:0:0:0:0:0:0:1]:9200, remoteAddress=/[0:0:0:0:0:0:0:1]:9220}
[2022-11-14T15:24:03,229][WARN ][o.e.x.s.t.n.SecurityNetty4HttpServerTransport] [DESKTOP-1D61DOO] received plaintext http traffic on an https channel, closing connection Netty4HttpChannel{localAddress=/[0:0:0:0:0:0:0:1]:9200, remoteAddress=/[0:0:0:0:0:0:0:1]:9232}
[2022-11-14T15:24:06,892][INFO ][o.e.n.Node               ] [DESKTOP-1D61DOO] stopping ...
[2022-11-14T15:24:06,894][INFO ][o.e.r.s.FileSettingsService] [DESKTOP-1D61DOO] shutting down watcher thread
[2022-11-14T15:24:06,894][INFO ][o.e.r.s.FileSettingsService] [DESKTOP-1D61DOO] watcher service stopped
[2022-11-14T15:24:06,897][INFO ][o.e.x.w.WatcherService   ] [DESKTOP-1D61DOO] stopping watch service, reason [shutdown initiated]
[2022-11-14T15:24:06,898][INFO ][o.e.x.w.WatcherLifeCycleService] [DESKTOP-1D61DOO] watcher has stopped and shutdown
[2022-11-14T15:24:07,372][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [DESKTOP-1D61DOO] [controller/10484] [Main.cc@176] ML controller exiting
[2022-11-14T15:24:07,454][INFO ][o.e.x.m.p.NativeController] [DESKTOP-1D61DOO] Native controller process has stopped - no new native processes can be started
[2022-11-14T15:24:07,562][INFO ][o.e.n.Node               ] [DESKTOP-1D61DOO] stopped
[2022-11-14T15:24:07,563][INFO ][o.e.n.Node               ] [DESKTOP-1D61DOO] closing ...
[2022-11-14T15:24:07,586][INFO ][o.e.i.g.DatabaseReaderLazyLoader] [DESKTOP-1D61DOO] evicted [0] entries from cache after reloading database [C:\Users\yanwei\AppData\Local\Temp\elasticsearch\geoip-databases\vDLomejhQo6PyvL8dPBzqA\GeoLite2-Country.mmdb]
[2022-11-14T15:24:07,586][INFO ][o.e.i.g.DatabaseReaderLazyLoader] [DESKTOP-1D61DOO] evicted [0] entries from cache after reloading database [C:\Users\yanwei\AppData\Local\Temp\elasticsearch\geoip-databases\vDLomejhQo6PyvL8dPBzqA\GeoLite2-ASN.mmdb]
[2022-11-14T15:24:07,586][INFO ][o.e.i.g.DatabaseReaderLazyLoader] [DESKTOP-1D61DOO] evicted [0] entries from cache after reloading database [C:\Users\yanwei\AppData\Local\Temp\elasticsearch\geoip-databases\vDLomejhQo6PyvL8dPBzqA\GeoLite2-City.mmdb]
[2022-11-14T15:24:07,590][INFO ][o.e.n.Node               ] [DESKTOP-1D61DOO] closed
Terminate batch job (Y/N)? y

E:\app\elasticsearch-8.5.0\bin>elasticsearch
warning: ignoring JAVA_HOME=C:\Program Files\Java\jdk1.8.0_91; using bundled JDK
[2022-11-14T15:24:21,319][INFO ][o.e.n.Node               ] [DESKTOP-1D61DOO] version[8.5.0], pid[7900], build[zip/c94b4700cda13820dad5aa74fae6db185ca5c304/2022-10-24T16:54:16.433628434Z], OS[Windows 11/10.0/amd64], JVM[Oracle Corporation/OpenJDK 64-Bit Server VM/19/19+36-2238]
[2022-11-14T15:24:21,331][INFO ][o.e.n.Node               ] [DESKTOP-1D61DOO] JVM home [E:\app\elasticsearch-8.5.0\jdk], using bundled JDK [true]
[2022-11-14T15:24:21,331][INFO ][o.e.n.Node               ] [DESKTOP-1D61DOO] 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=ALL-UNNAMED, -XX:+UseG1GC, -Djava.io.tmpdir=C:\Users\yanwei\AppData\Local\Temp\elasticsearch, -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,pid,tags:filecount=32,filesize=64m, -Xms8121m, -Xmx8121m, -XX:MaxDirectMemorySize=4259315712, -XX:G1HeapRegionSize=4m, -XX:InitiatingHeapOccupancyPercent=30, -XX:G1ReservePercent=15, -Des.distribution.type=zip, --module-path=E:\app\elasticsearch-8.5.0\lib, --add-modules=jdk.net, -Djdk.module.main=org.elasticsearch.server]
[2022-11-14T15:24:24,339][INFO ][c.a.c.i.j.JacksonVersion ] [DESKTOP-1D61DOO] Package versions: jackson-annotations=2.13.2, jackson-core=2.13.2, jackson-databind=2.13.2.2, jackson-dataformat-xml=2.13.2, jackson-datatype-jsr310=2.13.2, azure-core=1.27.0, Troubleshooting version conflicts: https://aka.ms/azsdk/java/dependency/troubleshoot
[2022-11-14T15:24:25,769][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [aggs-matrix-stats]
[2022-11-14T15:24:25,770][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [analysis-common]
[2022-11-14T15:24:25,772][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [apm]
[2022-11-14T15:24:25,773][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [constant-keyword]
[2022-11-14T15:24:25,776][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [data-streams]
[2022-11-14T15:24:25,777][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [frozen-indices]
[2022-11-14T15:24:25,777][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [ingest-attachment]
[2022-11-14T15:24:25,778][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [ingest-common]
[2022-11-14T15:24:25,779][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [ingest-geoip]
[2022-11-14T15:24:25,779][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [ingest-user-agent]
[2022-11-14T15:24:25,780][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [kibana]
[2022-11-14T15:24:25,780][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [lang-expression]
[2022-11-14T15:24:25,780][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [lang-mustache]
[2022-11-14T15:24:25,781][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [lang-painless]
[2022-11-14T15:24:25,781][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [legacy-geo]
[2022-11-14T15:24:25,782][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [mapper-extras]
[2022-11-14T15:24:25,782][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [mapper-version]
[2022-11-14T15:24:25,783][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [old-lucene-versions]
[2022-11-14T15:24:25,788][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [parent-join]
[2022-11-14T15:24:25,792][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [percolator]
[2022-11-14T15:24:25,793][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [rank-eval]
[2022-11-14T15:24:25,793][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [reindex]
[2022-11-14T15:24:25,794][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [repositories-metering-api]
[2022-11-14T15:24:25,794][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [repository-azure]
[2022-11-14T15:24:25,795][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [repository-encrypted]
[2022-11-14T15:24:25,795][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [repository-gcs]
[2022-11-14T15:24:25,796][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [repository-s3]
[2022-11-14T15:24:25,796][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [repository-url]
[2022-11-14T15:24:25,797][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [runtime-fields-common]
[2022-11-14T15:24:25,797][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [search-business-rules]
[2022-11-14T15:24:25,798][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [searchable-snapshots]
[2022-11-14T15:24:25,798][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [snapshot-based-recoveries]
[2022-11-14T15:24:25,799][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [snapshot-repo-test-kit]
[2022-11-14T15:24:25,803][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [spatial]
[2022-11-14T15:24:25,809][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [transform]
[2022-11-14T15:24:25,810][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [transport-netty4]
[2022-11-14T15:24:25,810][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [unsigned-long]
[2022-11-14T15:24:25,811][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [vector-tile]
[2022-11-14T15:24:25,811][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [wildcard]
[2022-11-14T15:24:25,812][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-aggregate-metric]
[2022-11-14T15:24:25,823][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-analytics]
[2022-11-14T15:24:25,823][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-async]
[2022-11-14T15:24:25,827][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-async-search]
[2022-11-14T15:24:25,833][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-autoscaling]
[2022-11-14T15:24:25,833][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-ccr]
[2022-11-14T15:24:25,834][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-core]
[2022-11-14T15:24:25,837][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-deprecation]
[2022-11-14T15:24:25,838][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-enrich]
[2022-11-14T15:24:25,841][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-eql]
[2022-11-14T15:24:25,842][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-fleet]
[2022-11-14T15:24:25,842][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-graph]
[2022-11-14T15:24:25,843][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-identity-provider]
[2022-11-14T15:24:25,843][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-ilm]
[2022-11-14T15:24:25,844][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-logstash]
[2022-11-14T15:24:25,845][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-ml]
[2022-11-14T15:24:25,845][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-monitoring]
[2022-11-14T15:24:25,846][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-ql]
[2022-11-14T15:24:25,846][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-rollup]
[2022-11-14T15:24:25,848][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-security]
[2022-11-14T15:24:25,857][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-shutdown]
[2022-11-14T15:24:25,858][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-sql]
[2022-11-14T15:24:25,858][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-stack]
[2022-11-14T15:24:25,859][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-text-structure]
[2022-11-14T15:24:25,860][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-voting-only-node]
[2022-11-14T15:24:25,860][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] loaded module [x-pack-watcher]
[2022-11-14T15:24:25,861][INFO ][o.e.p.PluginsService     ] [DESKTOP-1D61DOO] no plugins loaded
[2022-11-14T15:24:28,983][WARN ][stderr                   ] [DESKTOP-1D61DOO] 十一月 14, 2022 3:24:28 下午 org.apache.lucene.store.MMapDirectory lookupProvider
[2022-11-14T15:24:28,984][WARN ][stderr                   ] [DESKTOP-1D61DOO] 警告: You are running with Java 19. To make full use of MMapDirectory, please pass '--enable-preview' to the Java command line.
[2022-11-14T15:24:29,015][INFO ][o.e.e.NodeEnvironment    ] [DESKTOP-1D61DOO] using [1] data paths, mounts [[本地磁盘 (E:)]], net usable_space [78.4gb], net total_space [299.9gb], types [NTFS]
[2022-11-14T15:24:29,015][INFO ][o.e.e.NodeEnvironment    ] [DESKTOP-1D61DOO] heap size [7.9gb], compressed ordinary object pointers [true]
[2022-11-14T15:24:29,201][INFO ][o.e.n.Node               ] [DESKTOP-1D61DOO] node name [DESKTOP-1D61DOO], node ID [vDLomejhQo6PyvL8dPBzqA], cluster name [elasticsearch], roles [ingest, data_frozen, ml, data_hot, transform, data_content, data_warm, master, remote_cluster_client, data, data_cold]
[2022-11-14T15:24:32,377][INFO ][o.e.i.g.DatabaseNodeService] [DESKTOP-1D61DOO] deleting stale file [C:\Users\yanwei\AppData\Local\Temp\elasticsearch\geoip-databases\vDLomejhQo6PyvL8dPBzqA\GeoLite2-ASN.mmdb]
[2022-11-14T15:24:32,378][INFO ][o.e.i.g.DatabaseNodeService] [DESKTOP-1D61DOO] deleting stale file [C:\Users\yanwei\AppData\Local\Temp\elasticsearch\geoip-databases\vDLomejhQo6PyvL8dPBzqA\GeoLite2-ASN.mmdb_COPYRIGHT.txt]
[2022-11-14T15:24:32,383][INFO ][o.e.i.g.DatabaseNodeService] [DESKTOP-1D61DOO] deleting stale file [C:\Users\yanwei\AppData\Local\Temp\elasticsearch\geoip-databases\vDLomejhQo6PyvL8dPBzqA\GeoLite2-ASN.mmdb_elastic-geoip-database-service-agreement-LICENSE.txt]
[2022-11-14T15:24:32,384][INFO ][o.e.i.g.DatabaseNodeService] [DESKTOP-1D61DOO] deleting stale file [C:\Users\yanwei\AppData\Local\Temp\elasticsearch\geoip-databases\vDLomejhQo6PyvL8dPBzqA\GeoLite2-ASN.mmdb_LICENSE.txt]
[2022-11-14T15:24:32,384][INFO ][o.e.i.g.DatabaseNodeService] [DESKTOP-1D61DOO] deleting stale file [C:\Users\yanwei\AppData\Local\Temp\elasticsearch\geoip-databases\vDLomejhQo6PyvL8dPBzqA\GeoLite2-City.mmdb]
[2022-11-14T15:24:32,385][INFO ][o.e.i.g.DatabaseNodeService] [DESKTOP-1D61DOO] deleting stale file [C:\Users\yanwei\AppData\Local\Temp\elasticsearch\geoip-databases\vDLomejhQo6PyvL8dPBzqA\GeoLite2-City.mmdb_COPYRIGHT.txt]
[2022-11-14T15:24:32,386][INFO ][o.e.i.g.DatabaseNodeService] [DESKTOP-1D61DOO] deleting stale file [C:\Users\yanwei\AppData\Local\Temp\elasticsearch\geoip-databases\vDLomejhQo6PyvL8dPBzqA\GeoLite2-City.mmdb_elastic-geoip-database-service-agreement-LICENSE.txt]
[2022-11-14T15:24:32,387][INFO ][o.e.i.g.DatabaseNodeService] [DESKTOP-1D61DOO] deleting stale file [C:\Users\yanwei\AppData\Local\Temp\elasticsearch\geoip-databases\vDLomejhQo6PyvL8dPBzqA\GeoLite2-City.mmdb_LICENSE.txt]
[2022-11-14T15:24:32,388][INFO ][o.e.i.g.DatabaseNodeService] [DESKTOP-1D61DOO] deleting stale file [C:\Users\yanwei\AppData\Local\Temp\elasticsearch\geoip-databases\vDLomejhQo6PyvL8dPBzqA\GeoLite2-City.mmdb_README.txt]
[2022-11-14T15:24:32,389][INFO ][o.e.i.g.DatabaseNodeService] [DESKTOP-1D61DOO] deleting stale file [C:\Users\yanwei\AppData\Local\Temp\elasticsearch\geoip-databases\vDLomejhQo6PyvL8dPBzqA\GeoLite2-Country.mmdb]
[2022-11-14T15:24:32,390][INFO ][o.e.i.g.DatabaseNodeService] [DESKTOP-1D61DOO] deleting stale file [C:\Users\yanwei\AppData\Local\Temp\elasticsearch\geoip-databases\vDLomejhQo6PyvL8dPBzqA\GeoLite2-Country.mmdb_COPYRIGHT.txt]
[2022-11-14T15:24:32,391][INFO ][o.e.i.g.DatabaseNodeService] [DESKTOP-1D61DOO] deleting stale file [C:\Users\yanwei\AppData\Local\Temp\elasticsearch\geoip-databases\vDLomejhQo6PyvL8dPBzqA\GeoLite2-Country.mmdb_elastic-geoip-database-service-agreement-LICENSE.txt]
[2022-11-14T15:24:32,392][INFO ][o.e.i.g.DatabaseNodeService] [DESKTOP-1D61DOO] deleting stale file [C:\Users\yanwei\AppData\Local\Temp\elasticsearch\geoip-databases\vDLomejhQo6PyvL8dPBzqA\GeoLite2-Country.mmdb_LICENSE.txt]
[2022-11-14T15:24:32,649][INFO ][o.e.x.s.Security         ] [DESKTOP-1D61DOO] Security is enabled
[2022-11-14T15:24:32,898][INFO ][o.e.x.s.a.s.FileRolesStore] [DESKTOP-1D61DOO] parsed [0] roles from file [E:\app\elasticsearch-8.5.0\config\roles.yml]

[2022-11-14T15:24:33,616][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [DESKTOP-1D61DOO] [controller/1380] [Main.cc@123] controller (64 bit): Version 8.5.0 (Build 3922fab346e761) Copyright (c) 2022 Elasticsearch BV
[2022-11-14T15:24:34,353][INFO ][o.e.t.n.NettyAllocator   ] [DESKTOP-1D61DOO] 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}]
[2022-11-14T15:24:34,382][INFO ][o.e.i.r.RecoverySettings ] [DESKTOP-1D61DOO] using rate limit [40mb] with [default=40mb, read=0b, write=0b, max=0b]
[2022-11-14T15:24:34,424][INFO ][o.e.d.DiscoveryModule    ] [DESKTOP-1D61DOO] using discovery type [multi-node] and seed hosts providers [settings]
[2022-11-14T15:24:35,711][INFO ][o.e.n.Node               ] [DESKTOP-1D61DOO] initialized
[2022-11-14T15:24:35,712][INFO ][o.e.n.Node               ] [DESKTOP-1D61DOO] starting ...
[2022-11-14T15:24:35,798][INFO ][o.e.x.s.c.f.PersistentCache] [DESKTOP-1D61DOO] persistent cache index loaded
[2022-11-14T15:24:35,799][INFO ][o.e.x.d.l.DeprecationIndexingComponent] [DESKTOP-1D61DOO] deprecation component started
[2022-11-14T15:24:36,039][INFO ][o.e.t.TransportService   ] [DESKTOP-1D61DOO] publish_address {127.0.0.1:9300}, bound_addresses {127.0.0.1:9300}, {[::1]:9300}
[2022-11-14T15:24:37,024][WARN ][o.e.c.c.ClusterBootstrapService] [DESKTOP-1D61DOO] this node is locked into cluster UUID [zU7-C1c3RK2_HRCv1Syeqw] but [cluster.initial_master_nodes] is set to [DESKTOP-1D61DOO]; remove this setting to avoid possible data loss caused by subsequent cluster bootstrap attempts
[2022-11-14T15:24:37,287][INFO ][o.e.c.s.MasterService    ] [DESKTOP-1D61DOO] elected-as-master ([1] nodes joined)[_FINISH_ELECTION_, {DESKTOP-1D61DOO}{vDLomejhQo6PyvL8dPBzqA}{A8Bx-NJXRmm6YBdLBm5jKg}{DESKTOP-1D61DOO}{127.0.0.1}{127.0.0.1:9300}{cdfhilmrstw} completing election], term: 2, version: 32, delta: master node changed {previous [], current [{DESKTOP-1D61DOO}{vDLomejhQo6PyvL8dPBzqA}{A8Bx-NJXRmm6YBdLBm5jKg}{DESKTOP-1D61DOO}{127.0.0.1}{127.0.0.1:9300}{cdfhilmrstw}]}
[2022-11-14T15:24:37,488][INFO ][o.e.c.s.ClusterApplierService] [DESKTOP-1D61DOO] master node changed {previous [], current [{DESKTOP-1D61DOO}{vDLomejhQo6PyvL8dPBzqA}{A8Bx-NJXRmm6YBdLBm5jKg}{DESKTOP-1D61DOO}{127.0.0.1}{127.0.0.1:9300}{cdfhilmrstw}]}, term: 2, version: 32, reason: Publication{term=2, version=32}
[2022-11-14T15:24:37,541][INFO ][o.e.r.s.FileSettingsService] [DESKTOP-1D61DOO] starting file settings watcher ...
[2022-11-14T15:24:37,551][INFO ][o.e.r.s.FileSettingsService] [DESKTOP-1D61DOO] file settings service up and running [tid=87]
[2022-11-14T15:24:37,617][INFO ][o.e.h.AbstractHttpServerTransport] [DESKTOP-1D61DOO] publish_address {172.24.32.1:9200}, bound_addresses {[::]:9200}
[2022-11-14T15:24:37,618][INFO ][o.e.n.Node               ] [DESKTOP-1D61DOO] started {DESKTOP-1D61DOO}{vDLomejhQo6PyvL8dPBzqA}{A8Bx-NJXRmm6YBdLBm5jKg}{DESKTOP-1D61DOO}{127.0.0.1}{127.0.0.1:9300}{cdfhilmrstw}{ml.allocated_processors=12, ml.max_jvm_size=8518631424, ml.allocated_processors_double=12.0, xpack.installed=true, ml.machine_memory=17031303168}
[2022-11-14T15:24:37,733][INFO ][o.e.l.LicenseService     ] [DESKTOP-1D61DOO] license [bef3eb13-4ebc-41d3-8e29-2ecad9d00e5d] mode [basic] - valid
[2022-11-14T15:24:37,735][INFO ][o.e.x.s.a.Realms         ] [DESKTOP-1D61DOO] license mode is [basic], currently licensed security realms are [reserved/reserved,file/default_file,native/default_native]
[2022-11-14T15:24:37,746][INFO ][o.e.g.GatewayService     ] [DESKTOP-1D61DOO] recovered [2] indices into cluster_state
[2022-11-14T15:24:38,083][INFO ][o.e.h.n.s.HealthNodeTaskExecutor] [DESKTOP-1D61DOO] Node [{DESKTOP-1D61DOO}{vDLomejhQo6PyvL8dPBzqA}] is selected as the current health node.
[2022-11-14T15:24:38,083][ERROR][o.e.i.g.GeoIpDownloader  ] [DESKTOP-1D61DOO] exception during geoip databases updateorg.elasticsearch.ElasticsearchException: not all primary shards of [.geoip_databases] index are active
        at org.elasticsearch.ingest.geoip@8.5.0/org.elasticsearch.ingest.geoip.GeoIpDownloader.updateDatabases(GeoIpDownloader.java:134)
        at org.elasticsearch.ingest.geoip@8.5.0/org.elasticsearch.ingest.geoip.GeoIpDownloader.runDownloader(GeoIpDownloader.java:274)
        at org.elasticsearch.ingest.geoip@8.5.0/org.elasticsearch.ingest.geoip.GeoIpDownloaderTaskExecutor.nodeOperation(GeoIpDownloaderTaskExecutor.java:102)
        at org.elasticsearch.ingest.geoip@8.5.0/org.elasticsearch.ingest.geoip.GeoIpDownloaderTaskExecutor.nodeOperation(GeoIpDownloaderTaskExecutor.java:48)
        at org.elasticsearch.server@8.5.0/org.elasticsearch.persistent.NodePersistentTasksExecutor$1.doRun(NodePersistentTasksExecutor.java:42)

See logs for more details.

[2022-11-14T15:24:39,121][INFO ][o.e.c.r.a.AllocationService] [DESKTOP-1D61DOO] current.health="GREEN" message="Cluster health status changed from [RED] to [GREEN] (reason: [shards started [[.security-7][0]]])." previous.health="RED" reason="shards started [[.security-7][0]]"
[2022-11-14T15:24:39,385][INFO ][o.e.i.g.DatabaseNodeService] [DESKTOP-1D61DOO] successfully loaded geoip database file [GeoLite2-Country.mmdb]
[2022-11-14T15:24:39,420][INFO ][o.e.i.g.DatabaseNodeService] [DESKTOP-1D61DOO] successfully loaded geoip database file [GeoLite2-ASN.mmdb]
[2022-11-14T15:24:40,076][INFO ][o.e.i.g.DatabaseNodeService] [DESKTOP-1D61DOO] successfully loaded geoip database file [GeoLite2-City.mmdb]
  • 1
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值