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
- yum
- Shell
- Kubernetes
- PostgreSQL
- Python
- audit
- GNOME
- centos 7.5
- JSON
- syslog
- rsyslog
- 파이썬
- Elasticsearch
- Chrome
- bash
- 빅데이터
- zabbix
- Audit Log
- Linux
- docker
- GPU
- K8S
- log
- 디렉토리
- 서울시민카드
- RHEL
- C
- CentOS
- 크롬
- Elk
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