1. 해당 버전의 Elasticsearch를 내려받습니다.




2. 내려받은 압축 파일을 해제합니다.




3. bin 폴더의 elasticsearch 배치 파일을 실행합니다.




4. 실행 창에서 powershell을 실행합니다.



5. 다음 명령어를 실행합니다.

 : curl http://localhost:9200/

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
PS C:\Users\Admin> curl http://localhost:9200/
 
 
StatusCode        : 200
StatusDescription : OK
Content           : {
                      "name" : "bz3ZZPU",
                      "cluster_name" : "elasticsearch",
                      "cluster_uuid" : "duvvHaBPQx-O5fYbvmZWlg",
                      "version" : {
                        "number" : "6.2.2",
                        "build_hash" : "10b1edd",
                        "build_date" : "2018-...
RawContent        : HTTP/1.1 200 OK
                    Content-Length: 435
                    Content-Type: application/json; charset=UTF-8
 
                    {
                      "name" : "bz3ZZPU",
                      "cluster_name" : "elasticsearch",
                      "cluster_uuid" : "duvvHaBPQx-O5fYbvmZWlg",
                      "versi...
Forms             : {}
Headers           : {[Content-Length, 435], [Content-Type, application/json; charset=UTF-8]
                    }
Images            : {}
InputFields       : {}
Links             : {}
ParsedHtml        : mshtml.HTMLDocumentClass
RawContentLength  : 435
 
cs



'Tools' 카테고리의 다른 글

GnuWin32 zip-3.0 설치  (2) 2018.10.21
Winlogbeat 6.1.1 for Windows 설치 및 구축  (0) 2018.03.16

+ Recent posts