Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- CentOS
- yum
- Python
- 파이썬
- rsyslog
- Elasticsearch
- log
- Elk
- Chrome
- 빅데이터
- RHEL
- audit
- C
- centos 7.5
- Kubernetes
- GPU
- Linux
- zabbix
- Shell
- syslog
- JSON
- K8S
- 디렉토리
- bash
- 서울시민카드
- docker
- PostgreSQL
- GNOME
- Audit Log
- 크롬
Archives
- Today
- Total
Sysops Notepad
[ELK] xpack basic license 등록 본문
728x90
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
728x90
'업무 > 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