1. https://www.elastic.co/kr/downloads/elasticsearch


2. 압축 해제 후


3. 해당 폴더의 빈 공간에 "Shift + 우클릭"하여 "여기서 명령 창 열기" 혹은 "여기에 PowerShell 창 열기"를 선택합니다.


4.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
PS C:\elasticsearch-6.3.0\elasticsearch-6.3.0\bin> .\elasticsearch
[2018-07-05T13:09:33,162][INFO ][o.e.n.Node               ] [] initializing ...
[2018-07-05T13:09:33,232][INFO ][o.e.e.NodeEnvironment    ] [_dQxEAG] using [1] data paths, mounts [[(C:)]], net usable_space [463.2gb], net total_space [930.1gb], types [NTFS]
[2018-07-05T13:09:33,232][INFO ][o.e.e.NodeEnvironment    ] [_dQxEAG] heap size [989.8mb], compressed ordinary object pointers [true]
[2018-07-05T13:09:33,238][INFO ][o.e.n.Node               ] [_dQxEAG] node name derived from node ID [_dQxEAGURO6gbD4nbCYUVA]; set [node.name] to override
[2018-07-05T13:09:33,238][INFO ][o.e.n.Node               ] [_dQxEAG] version[6.3.0], pid[7084], build[default/zip/424e937/2018-06-11T23:38:03.357887Z], OS[Windows 10/10.0/amd64], JVM[Oracle Corporation/Java HotSpot(TM) 64-Bit Server VM/1.8.0_101/25.101-b13]
[2018-07-05T13:09:33,239][INFO ][o.e.n.Node               ] [_dQxEAG] JVM arguments [-Xms1g, -Xmx1g, -XX:+UseConcMarkSweepGC, -XX:CMSInitiatingOccupancyFraction=75, -XX:+UseCMSInitiatingOccupancyOnly, -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, -Djava.io.tmpdir=C:\Users\Admin\AppData\Local\Temp\elasticsearch, -XX:+HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=data, -XX:ErrorFile=logs/hs_err_pid%p.log, -XX:+PrintGCDetails, -XX:+PrintGCDateStamps, -XX:+PrintTenuringDistribution, -XX:+PrintGCApplicationStoppedTime, -Xloggc:logs/gc.log, -XX:+UseGCLogFileRotation, -XX:NumberOfGCLogFiles=32, -XX:GCLogFileSize=64m, -Delasticsearch, -Des.path.home=C:\elasticsearch-6.3.0\elasticsearch-6.3.0, -Des.path.conf=C:\elasticsearch-6.3.0\elasticsearch-6.3.0\config, -Des.distribution.flavor=default, -Des.distribution.type=zip]
[2018-07-05T13:09:35,533][INFO ][o.e.p.PluginsService     ] [_dQxEAG] loaded module [aggs-matrix-stats]
[2018-07-05T13:09:35,534][INFO ][o.e.p.PluginsService     ] [_dQxEAG] loaded module [analysis-common]
[2018-07-05T13:09:35,534][INFO ][o.e.p.PluginsService     ] [_dQxEAG] loaded module [ingest-common]
[2018-07-05T13:09:35,534][INFO ][o.e.p.PluginsService     ] [_dQxEAG] loaded module [lang-expression]
[2018-07-05T13:09:35,534][INFO ][o.e.p.PluginsService     ] [_dQxEAG] loaded module [lang-mustache]
[2018-07-05T13:09:35,535][INFO ][o.e.p.PluginsService     ] [_dQxEAG] loaded module [lang-painless]
[2018-07-05T13:09:35,535][INFO ][o.e.p.PluginsService     ] [_dQxEAG] loaded module [mapper-extras]
[2018-07-05T13:09:35,535][INFO ][o.e.p.PluginsService     ] [_dQxEAG] loaded module [parent-join]
[2018-07-05T13:09:35,535][INFO ][o.e.p.PluginsService     ] [_dQxEAG] loaded module [percolator]
[2018-07-05T13:09:35,535][INFO ][o.e.p.PluginsService     ] [_dQxEAG] loaded module [rank-eval]
[2018-07-05T13:09:35,536][INFO ][o.e.p.PluginsService     ] [_dQxEAG] loaded module [reindex]
[2018-07-05T13:09:35,536][INFO ][o.e.p.PluginsService     ] [_dQxEAG] loaded module [repository-url]
[2018-07-05T13:09:35,536][INFO ][o.e.p.PluginsService     ] [_dQxEAG] loaded module [transport-netty4]
[2018-07-05T13:09:35,536][INFO ][o.e.p.PluginsService     ] [_dQxEAG] loaded module [tribe]
[2018-07-05T13:09:35,536][INFO ][o.e.p.PluginsService     ] [_dQxEAG] loaded module [x-pack-core]
[2018-07-05T13:09:35,538][INFO ][o.e.p.PluginsService     ] [_dQxEAG] loaded module [x-pack-deprecation]
[2018-07-05T13:09:35,539][INFO ][o.e.p.PluginsService     ] [_dQxEAG] loaded module [x-pack-graph]
[2018-07-05T13:09:35,540][INFO ][o.e.p.PluginsService     ] [_dQxEAG] loaded module [x-pack-logstash]
[2018-07-05T13:09:35,541][INFO ][o.e.p.PluginsService     ] [_dQxEAG] loaded module [x-pack-ml]
[2018-07-05T13:09:35,542][INFO ][o.e.p.PluginsService     ] [_dQxEAG] loaded module [x-pack-monitoring]
[2018-07-05T13:09:35,543][INFO ][o.e.p.PluginsService     ] [_dQxEAG] loaded module [x-pack-rollup]
[2018-07-05T13:09:35,549][INFO ][o.e.p.PluginsService     ] [_dQxEAG] loaded module [x-pack-security]
[2018-07-05T13:09:35,550][INFO ][o.e.p.PluginsService     ] [_dQxEAG] loaded module [x-pack-sql]
[2018-07-05T13:09:35,551][INFO ][o.e.p.PluginsService     ] [_dQxEAG] loaded module [x-pack-upgrade]
[2018-07-05T13:09:35,552][INFO ][o.e.p.PluginsService     ] [_dQxEAG] loaded module [x-pack-watcher]
[2018-07-05T13:09:35,553][INFO ][o.e.p.PluginsService     ] [_dQxEAG] no plugins loaded
[2018-07-05T13:09:39,882][INFO ][o.e.x.s.a.s.FileRolesStore] [_dQxEAG] parsed [0] roles from file [C:\elasticsearch-6.3.0\elasticsearch-6.3.0\config\roles.yml]
[2018-07-05T13:09:40,439][INFO ][o.e.x.m.j.p.l.CppLogMessageHandler] [controller/22068] [Main.cc@109] controller (64 bit): Version 6.3.0 (Build 0f0a34c67965d7) Copyright (c) 2018 Elasticsearch BV
[2018-07-05T13:09:40,739][DEBUG][o.e.a.ActionModule       ] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
[2018-07-05T13:09:40,980][INFO ][o.e.d.DiscoveryModule    ] [_dQxEAG] using discovery type [zen]
[2018-07-05T13:09:41,726][INFO ][o.e.n.Node               ] [_dQxEAG] initialized
[2018-07-05T13:09:41,726][INFO ][o.e.n.Node               ] [_dQxEAG] starting ...
[2018-07-05T13:09:44,151][INFO ][o.e.t.TransportService   ] [_dQxEAG] publish_address {127.0.0.1:9300}, bound_addresses {127.0.0.1:9300}, {[::1]:9300}
[2018-07-05T13:09:47,228][INFO ][o.e.c.s.MasterService    ] [_dQxEAG] zen-disco-elected-as-master ([0] nodes joined)[, ], reason: new_master {_dQxEAG}{_dQxEAGURO6gbD4nbCYUVA}{NLBAt36xS-mMf0j_sKL9CA}{127.0.0.1}{127.0.0.1:9300}{ml.machine_memory=17087102976, xpack.installed=true, ml.max_open_jobs=20, ml.enabled=true}
[2018-07-05T13:09:47,234][INFO ][o.e.c.s.ClusterApplierService] [_dQxEAG] new_master {_dQxEAG}{_dQxEAGURO6gbD4nbCYUVA}{NLBAt36xS-mMf0j_sKL9CA}{127.0.0.1}{127.0.0.1:9300}{ml.machine_memory=17087102976, xpack.installed=true, ml.max_open_jobs=20, ml.enabled=true}, reason: apply cluster state (from master [master {_dQxEAG}{_dQxEAGURO6gbD4nbCYUVA}{NLBAt36xS-mMf0j_sKL9CA}{127.0.0.1}{127.0.0.1:9300}{ml.machine_memory=17087102976, xpack.installed=true, ml.max_open_jobs=20, ml.enabled=true} committed version [1] source [zen-disco-elected-as-master ([0] nodes joined)[, ]]])
[2018-07-05T13:09:47,532][WARN ][o.e.x.s.a.s.m.NativeRoleMappingStore] [_dQxEAG] Failed to clear cache for realms [[]]
[2018-07-05T13:09:47,560][INFO ][o.e.l.LicenseService     ] [_dQxEAG] license [b37d9cae-d9d3-471e-b94a-dee571e45476] mode [basic] - valid
[2018-07-05T13:09:47,582][INFO ][o.e.g.GatewayService     ] [_dQxEAG] recovered [0] indices into cluster_state
[2018-07-05T13:09:48,868][INFO ][o.e.x.s.t.n.SecurityNetty4HttpServerTransport] [_dQxEAG] publish_address {127.0.0.1:9200}, bound_addresses {127.0.0.1:9200}, {[::1]:9200}
[2018-07-05T13:09:48,869][INFO ][o.e.n.Node               ] [_dQxEAG] started
 
cs


5. 확인

 : http://localhost:9200


+ Recent posts