관리 메뉴

Sysops Notepad

[ELK] xpack basic license 등록 본문

업무/etc

[ELK] xpack basic license 등록

sysops 2018. 12. 19. 16:21


1. https://register.elastic.co/ 가입


2. 

POST _xpack/license

{

  "licenses": [

    {

      "uid":"893361dc-9749-4997-93cb-802e3d7fa4xx",

      "type":"basic",

      "issue_date_in_millis":1411948800000,

      "expiry_date_in_millis":1914278399999,

      "max_nodes":1,

      "issued_to":"issuedTo",

      "issuer":"issuer",

      "signature":"xx"

    }

    ]

}


or


2.

curl -XPUT -u <user> 'http://<host>:<port>/_xpack/license' -H "Content-Type: application/json" -d @license.json


3. GET _xpack/license

'업무 > etc' 카테고리의 다른 글

[Linux] tcpdump 옵션 및 명령어  (0) 2019.01.25
[Docker] docker fluentd  (0) 2019.01.25
[kubernetes] HA 메모  (0) 2018.12.10
[kubernetes] Service Type  (0) 2018.12.08
L4 Load Balancing Mode  (0) 2018.12.03
Comments