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
- C
- 크롬
- Chrome
- Elasticsearch
- centos 7.5
- JSON
- Elk
- 서울시민카드
- Linux
- CentOS
- GNOME
- yum
- Shell
- 디렉토리
- Audit Log
- GPU
- bash
- 빅데이터
- zabbix
- 파이썬
- rsyslog
- log
- PostgreSQL
- audit
- RHEL
- Python
- Kubernetes
- docker
- K8S
- syslog
Archives
- Today
- Total
목록Elk (2)
Sysops Notepad
[ELK] xpack basic license 등록
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 'http://:/_xpack/license' -H "Content-Type: application/json" -d @license.json 3. GET..
업무/etc
2018. 12. 19. 16:21