[컴] Windows 에서 ElasticSearch 설치

elastic search / install

Windows 에서 ElasticSearch 과 Kibana 설치

ElasticSearch 설치 및 실행

windows 에서 elasticsearch 의 설치는 간단하다. 아래 절차를 따르면 된다.

  1. 다운로드 : https://www.elastic.co/downloads/elasticsearch
  2. 실행: .bat

elasticsearch-service-x64.exe 를 이용해서 service 로 등록해서 사용할 수 있다.

d:\a\apps\elasticsearch\elasticsearch-7.12.1\bin>elasticsearch
"warning: usage of JAVA_HOME is deprecated, use ES_JAVA_HOME"
[2021-04-29T07:58:19,307][INFO ][o.e.n.Node               ] [DESKTOP-4TJLL3S] version[7.12.1], pid[9908], build[default/zip/3186837139b9c6b6d23c3200870651f10d3343b7/2021-04-20T20:56:39.040728659Z], OS[Windows 10/10.0/amd64], JVM[Oracle Corporation/OpenJDK 64-Bit Server VM/15.0.1/15.0.1+9-18]
[2021-04-29T07:58:19,309][INFO ][o.e.n.Node               ] [DESKTOP-4TJLL3S] JVM home [d:\a\apps\java\openjdk-jdk-15.0.1], using bundled JDK [false]
[2021-04-29T07:58:19,309][INFO ][o.e.n.Node               ] [DESKTOP-4TJLL3S] JVM arguments [-Des.networkaddress.cache.ttl=60, -Des.networkaddress.cache.negative.ttl=10, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -XX:-OmitStackTraceInFastThrow, -XX:+ShowCodeDetailsInExceptionMessages, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Dio.netty.allocator.numDirectArenas=0, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Djava.locale.providers=SPI,COMPAT, --add-opens=java.base/java.io=ALL-UNNAMED, -XX:+UseG1GC, -Djava.io.tmpdir=C:\Users\namh\AppData\Local\Temp\elasticsearch, -XX:+HeapDumpOnOutOfMemoryError, -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, -Xms8164m, -Xmx8164m, -XX:MaxDirectMemorySize=4280287232, -XX:G1HeapRegionSize=4m, -XX:InitiatingHeapOccupancyPercent=30, -XX:G1ReservePercent=15, -Delasticsearch, -Des.path.home=d:\a\apps\elasticsearch\elasticsearch-7.12.1, -Des.path.conf=d:\a\apps\elasticsearch\elasticsearch-7.12.1\config, -Des.distribution.flavor=default, -Des.distribution.type=zip, -Des.bundled_jdk=true]
[2021-04-29T07:58:21,473][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [aggs-matrix-stats]
[2021-04-29T07:58:21,473][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [analysis-common]
[2021-04-29T07:58:21,473][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [constant-keyword]
[2021-04-29T07:58:21,473][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [flattened]
[2021-04-29T07:58:21,473][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [frozen-indices]
[2021-04-29T07:58:21,473][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [ingest-common]
[2021-04-29T07:58:21,473][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [ingest-geoip]
[2021-04-29T07:58:21,473][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [ingest-user-agent]
[2021-04-29T07:58:21,473][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [kibana]
[2021-04-29T07:58:21,473][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [lang-expression]
[2021-04-29T07:58:21,473][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [lang-mustache]
[2021-04-29T07:58:21,473][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [lang-painless]
[2021-04-29T07:58:21,473][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [mapper-extras]
[2021-04-29T07:58:21,473][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [mapper-version]
[2021-04-29T07:58:21,473][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [parent-join]
[2021-04-29T07:58:21,473][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [percolator]
[2021-04-29T07:58:21,473][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [rank-eval]
[2021-04-29T07:58:21,473][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [reindex]
[2021-04-29T07:58:21,473][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [repositories-metering-api]
[2021-04-29T07:58:21,473][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [repository-encrypted]
[2021-04-29T07:58:21,488][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [repository-url]
[2021-04-29T07:58:21,488][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [search-business-rules]
[2021-04-29T07:58:21,488][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [searchable-snapshots]
[2021-04-29T07:58:21,488][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [snapshot-repo-test-kit]
[2021-04-29T07:58:21,488][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [spatial]
[2021-04-29T07:58:21,488][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [transform]
[2021-04-29T07:58:21,488][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [transport-netty4]
[2021-04-29T07:58:21,488][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [unsigned-long]
[2021-04-29T07:58:21,488][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [vectors]
[2021-04-29T07:58:21,488][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [wildcard]
[2021-04-29T07:58:21,488][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [x-pack-aggregate-metric]
[2021-04-29T07:58:21,488][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [x-pack-analytics]
[2021-04-29T07:58:21,488][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [x-pack-async]
[2021-04-29T07:58:21,488][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [x-pack-async-search]
[2021-04-29T07:58:21,488][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [x-pack-autoscaling]
[2021-04-29T07:58:21,488][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [x-pack-ccr]
[2021-04-29T07:58:21,488][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [x-pack-core]
[2021-04-29T07:58:21,488][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [x-pack-data-streams]
[2021-04-29T07:58:21,488][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [x-pack-deprecation]
[2021-04-29T07:58:21,488][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [x-pack-enrich]
[2021-04-29T07:58:21,488][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [x-pack-eql]
[2021-04-29T07:58:21,488][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [x-pack-fleet]
[2021-04-29T07:58:21,488][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [x-pack-graph]
[2021-04-29T07:58:21,488][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [x-pack-identity-provider]
[2021-04-29T07:58:21,488][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [x-pack-ilm]
[2021-04-29T07:58:21,488][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [x-pack-ingest]
[2021-04-29T07:58:21,488][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [x-pack-logstash]
[2021-04-29T07:58:21,488][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [x-pack-ml]
[2021-04-29T07:58:21,488][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [x-pack-monitoring]
[2021-04-29T07:58:21,488][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [x-pack-ql]
[2021-04-29T07:58:21,488][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [x-pack-rollup]
[2021-04-29T07:58:21,488][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [x-pack-runtime-fields]
[2021-04-29T07:58:21,488][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [x-pack-security]
[2021-04-29T07:58:21,488][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [x-pack-sql]
[2021-04-29T07:58:21,488][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [x-pack-stack]
[2021-04-29T07:58:21,488][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [x-pack-text-structure]
[2021-04-29T07:58:21,488][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [x-pack-voting-only-node]
[2021-04-29T07:58:21,488][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] loaded module [x-pack-watcher]
[2021-04-29T07:58:21,488][INFO ][o.e.p.PluginsService     ] [DESKTOP-4TJLL3S] no plugins loaded
[2021-04-29T07:58:21,820][INFO ][o.e.e.NodeEnvironment    ] [DESKTOP-4TJLL3S] using [1] data paths, mounts [[(d:)]], net usable_space [1.2tb], net total_space [1.8tb], types [NTFS]
[2021-04-29T07:58:21,820][INFO ][o.e.e.NodeEnvironment    ] [DESKTOP-4TJLL3S] heap size [7.9gb], compressed ordinary object pointers [true]
[2021-04-29T07:58:21,874][INFO ][o.e.n.Node               ] [DESKTOP-4TJLL3S] node name [DESKTOP-4TJLL3S], node ID [BetZMMoTRvWhJi5W3zHjlA], cluster name [elasticsearch], roles [transform, data_frozen, master, remote_cluster_client, data, ml, data_content, data_hot, data_warm, data_cold, ingest]
[2021-04-29T07:58:25,040][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [DESKTOP-4TJLL3S] [controller/860] [Main.cc@117] controller (64 bit): Version 7.12.1 (Build 4172997de5701c) Copyright (c) 2021 Elasticsearch BV
[2021-04-29T07:58:25,476][INFO ][o.e.x.s.a.s.FileRolesStore] [DESKTOP-4TJLL3S] parsed [0] roles from file [d:\a\apps\elasticsearch\elasticsearch-7.12.1\config\roles.yml]
[2021-04-29T07:58:26,375][INFO ][o.e.t.NettyAllocator     ] [DESKTOP-4TJLL3S] 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}]
[2021-04-29T07:58:26,429][INFO ][o.e.d.DiscoveryModule    ] [DESKTOP-4TJLL3S] using discovery type [zen] and seed hosts providers [settings]
[2021-04-29T07:58:26,776][INFO ][o.e.g.DanglingIndicesState] [DESKTOP-4TJLL3S] gateway.auto_import_dangling_indices is disabled, dangling indices will not be automatically detected or imported and must be managed manually
[2021-04-29T07:58:27,077][INFO ][o.e.n.Node               ] [DESKTOP-4TJLL3S] initialized
[2021-04-29T07:58:27,077][INFO ][o.e.n.Node               ] [DESKTOP-4TJLL3S] starting ...
[2021-04-29T07:58:27,109][INFO ][o.e.x.s.c.f.PersistentCache] [DESKTOP-4TJLL3S] persistent cache index loaded
[2021-04-29T07:58:27,290][INFO ][o.e.t.TransportService   ] [DESKTOP-4TJLL3S] publish_address {127.0.0.1:9300}, bound_addresses {127.0.0.1:9300}, {[::1]:9300}
[2021-04-29T07:58:27,494][WARN ][o.e.b.BootstrapChecks    ] [DESKTOP-4TJLL3S] 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
[2021-04-29T07:58:27,508][INFO ][o.e.c.c.ClusterBootstrapService] [DESKTOP-4TJLL3S] no discovery configuration found, will perform best-effort cluster bootstrapping after [3s] unless existing master is discovered
[2021-04-29T07:58:30,520][INFO ][o.e.c.c.Coordinator      ] [DESKTOP-4TJLL3S] setting initial configuration to VotingConfiguration{BetZMMoTRvWhJi5W3zHjlA}
[2021-04-29T07:58:30,919][INFO ][o.e.c.s.MasterService    ] [DESKTOP-4TJLL3S] elected-as-master ([1] nodes joined)[{DESKTOP-4TJLL3S}{BetZMMoTRvWhJi5W3zHjlA}{JLnoOrTaTba0lZDoA_QvIA}{127.0.0.1}{127.0.0.1:9300}{cdfhilmrstw}{ml.machine_memory=17123090432, xpack.installed=true, transform.node=true, ml.max_open_jobs=20, ml.max_jvm_size=8560574464} elect leader, _BECOME_MASTER_TASK_, _FINISH_ELECTION_], term: 1, version: 1, delta: master node changed {previous [], current [{DESKTOP-4TJLL3S}{BetZMMoTRvWhJi5W3zHjlA}{JLnoOrTaTba0lZDoA_QvIA}{127.0.0.1}{127.0.0.1:9300}{cdfhilmrstw}{ml.machine_memory=17123090432, xpack.installed=true, transform.node=true, ml.max_open_jobs=20, ml.max_jvm_size=8560574464}]}
[2021-04-29T07:58:31,025][INFO ][o.e.c.c.CoordinationState] [DESKTOP-4TJLL3S] cluster UUID set to [DeCvYr5mRzOF-wkMt4Nqeg]
[2021-04-29T07:58:31,155][INFO ][o.e.c.s.ClusterApplierService] [DESKTOP-4TJLL3S] master node changed {previous [], current [{DESKTOP-4TJLL3S}{BetZMMoTRvWhJi5W3zHjlA}{JLnoOrTaTba0lZDoA_QvIA}{127.0.0.1}{127.0.0.1:9300}{cdfhilmrstw}{ml.machine_memory=17123090432, xpack.installed=true, transform.node=true, ml.max_open_jobs=20, ml.max_jvm_size=8560574464}]}, term: 1, version: 1, reason: Publication{term=1, version=1}
[2021-04-29T07:58:31,240][INFO ][o.e.h.AbstractHttpServerTransport] [DESKTOP-4TJLL3S] publish_address {127.0.0.1:9200}, bound_addresses {127.0.0.1:9200}, {[::1]:9200}
[2021-04-29T07:58:31,240][INFO ][o.e.n.Node               ] [DESKTOP-4TJLL3S] started
[2021-04-29T07:58:31,255][INFO ][o.e.x.c.t.IndexTemplateRegistry] [DESKTOP-4TJLL3S] adding legacy template [.ml-anomalies-] for [ml], because it doesn't exist
[2021-04-29T07:58:31,255][INFO ][o.e.x.c.t.IndexTemplateRegistry] [DESKTOP-4TJLL3S] adding legacy template [.ml-state] for [ml], because it doesn't exist
[2021-04-29T07:58:31,255][INFO ][o.e.x.c.t.IndexTemplateRegistry] [DESKTOP-4TJLL3S] adding legacy template [.ml-notifications-000001] for [ml], because it doesn't exist
[2021-04-29T07:58:31,255][INFO ][o.e.x.c.t.IndexTemplateRegistry] [DESKTOP-4TJLL3S] adding legacy template [.ml-stats] for [ml], because it doesn't exist
[2021-04-29T07:58:31,307][INFO ][o.e.g.GatewayService     ] [DESKTOP-4TJLL3S] recovered [0] indices into cluster_state
[2021-04-29T07:58:31,440][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-4TJLL3S] adding template [.ml-anomalies-] for index patterns [.ml-anomalies-*]
[2021-04-29T07:58:31,557][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-4TJLL3S] adding template [.ml-state] for index patterns [.ml-state*]
[2021-04-29T07:58:31,689][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-4TJLL3S] adding template [.ml-notifications-000001] for index patterns [.ml-notifications-000001]
[2021-04-29T07:58:31,779][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-4TJLL3S] adding template [.ml-stats] for index patterns [.ml-stats-*]
[2021-04-29T07:58:31,908][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-4TJLL3S] adding component template [metrics-mappings]
[2021-04-29T07:58:32,001][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-4TJLL3S] adding component template [synthetics-settings]
[2021-04-29T07:58:32,140][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-4TJLL3S] adding component template [metrics-settings]
[2021-04-29T07:58:32,339][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-4TJLL3S] adding component template [logs-settings]
[2021-04-29T07:58:32,624][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-4TJLL3S] adding component template [logs-mappings]
[2021-04-29T07:58:32,864][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-4TJLL3S] adding component template [synthetics-mappings]
[2021-04-29T07:58:33,145][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-4TJLL3S] adding index template [.watch-history-13] for index patterns [.watcher-history-13*]
[2021-04-29T07:58:33,292][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-4TJLL3S] adding index template [.watches] for index patterns [.watches*]
[2021-04-29T07:58:33,477][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-4TJLL3S] adding index template [.triggered_watches] for index patterns [.triggered_watches*]
[2021-04-29T07:58:33,709][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-4TJLL3S] adding index template [ilm-history] for index patterns [ilm-history-5*]
[2021-04-29T07:58:33,847][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-4TJLL3S] adding index template [.slm-history] for index patterns [.slm-history-5*]
[2021-04-29T07:58:34,063][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-4TJLL3S] adding template [.monitoring-alerts-7] for index patterns [.monitoring-alerts-7]
[2021-04-29T07:58:34,232][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-4TJLL3S] adding template [.monitoring-es] for index patterns [.monitoring-es-7-*]
[2021-04-29T07:58:34,480][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-4TJLL3S] adding template [.monitoring-kibana] for index patterns [.monitoring-kibana-7-*]
[2021-04-29T07:58:34,661][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-4TJLL3S] adding template [.monitoring-logstash] for index patterns [.monitoring-logstash-7-*]
[2021-04-29T07:58:34,929][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-4TJLL3S] adding template [.monitoring-beats] for index patterns [.monitoring-beats-7-*]
[2021-04-29T07:58:35,167][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-4TJLL3S] adding index template [metrics] for index patterns [metrics-*-*]
[2021-04-29T07:58:35,415][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-4TJLL3S] adding index template [logs] for index patterns [logs-*-*]
[2021-04-29T07:58:35,606][INFO ][o.e.c.m.MetadataIndexTemplateService] [DESKTOP-4TJLL3S] adding index template [synthetics] for index patterns [synthetics-*-*]
[2021-04-29T07:58:35,732][INFO ][o.e.x.i.a.TransportPutLifecycleAction] [DESKTOP-4TJLL3S] adding index lifecycle policy [ml-size-based-ilm-policy]
[2021-04-29T07:58:35,904][INFO ][o.e.x.i.a.TransportPutLifecycleAction] [DESKTOP-4TJLL3S] adding index lifecycle policy [logs]
[2021-04-29T07:58:36,171][INFO ][o.e.x.i.a.TransportPutLifecycleAction] [DESKTOP-4TJLL3S] adding index lifecycle policy [metrics]
[2021-04-29T07:58:36,286][INFO ][o.e.x.i.a.TransportPutLifecycleAction] [DESKTOP-4TJLL3S] adding index lifecycle policy [synthetics]
[2021-04-29T07:58:36,456][INFO ][o.e.x.i.a.TransportPutLifecycleAction] [DESKTOP-4TJLL3S] adding index lifecycle policy [watch-history-ilm-policy]
[2021-04-29T07:58:36,703][INFO ][o.e.x.i.a.TransportPutLifecycleAction] [DESKTOP-4TJLL3S] adding index lifecycle policy [ilm-history-ilm-policy]
[2021-04-29T07:58:36,904][INFO ][o.e.x.i.a.TransportPutLifecycleAction] [DESKTOP-4TJLL3S] adding index lifecycle policy [slm-history-ilm-policy]
[2021-04-29T07:58:37,343][INFO ][o.e.l.LicenseService     ] [DESKTOP-4TJLL3S] license [72a8c9ef-9262-425a-a392-95cef506bbe8] mode [basic] - valid
[2021-04-29T07:58:37,343][INFO ][o.e.x.s.s.SecurityStatusChangeListener] [DESKTOP-4TJLL3S] Active license is now [BASIC]; Security is disabled

elasticsearch 종료

화면을 닫거나, ctrl+c 를 누르면 된다.

[2021-04-29T08:03:02,084][INFO ][o.e.x.m.p.NativeController] [DESKTOP-3TJIL3S] Native controller process has stopped - no new native processes can be started
[2021-04-29T08:03:02,084][INFO ][o.e.n.Node               ] [DESKTOP-3TJIL3S] stopping ...
[2021-04-29T08:03:02,084][INFO ][o.e.x.w.WatcherService   ] [DESKTOP-3TJIL3S] stopping watch service, reason [shutdown initiated]
[2021-04-29T08:03:02,084][INFO ][o.e.x.w.WatcherLifeCycleService] [DESKTOP-3TJIL3S] watcher has stopped and shutdown
[2021-04-29T08:03:02,222][INFO ][o.e.n.Node               ] [DESKTOP-3TJIL3S] stopped
[2021-04-29T08:03:02,222][INFO ][o.e.n.Node               ] [DESKTOP-3TJIL3S] closing ...
[2021-04-29T08:03:02,237][INFO ][o.e.n.Node               ] [DESKTOP-3TJIL3S] closed

elasticsearch GUI client

kibana 설치

절차

무료기능, 구독해야 쓸 수 있는 기능이 혼재해 있다. 30일까지는 모든 기능을 무료로 사용할 수 있다고 한다.

See Also

  1. Elastic Search 설치 및 JAVA 에서 사용하기
  2. ElasticSearch query 예제

Reference

  1. Elasticsearch 윈도우버전 설치 – IOTinfra’s blog

댓글 없음:

댓글 쓰기