일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- node
- PostgreSQL
- JS
- 스크립트
- Atlassian
- 하모니카
- 노드
- postgres
- java
- script
- install
- DATABASE
- hamonikr
- 설치
- 설정
- 파이썬
- 우분투
- DB
- Windows
- Linux
- javascript
- 자바스크립트
- 윈도우
- 3.0
- 데이터베이스
- 아틀라시안
- ubuntu
- 자바
- 리눅스
- python
Archives
- Today
- Total
목록2022/11/21 (1)
LukeHan 의 잡다한 기술 블로그
Confluence Access Browser 확인 방법
이 문서는 Confluence 에서 Access 로그를 확인하여 접속 Browser 정보를 획득하는 방법입니다. 출력 코드 아래 코드를 확인 대상 서버의 Confluence 의 Access 로그가 있는 폴더에 추가한 후 실행합니다. #!/bin/bash echo "[$(date +%y%m%d_%H%M%S)] Start" # config export_log_file_for_customer="get_access_browser_list_$(date +%y%m%d_%H%M%S).log" export_log_file="get_access_browser_list_$(date +%y%m%d_%H%M%S).log" log_file="conf_access_log.2022-" last_month=07 cnt=05 #Sta..
Software/Atlassian
2022. 11. 21. 20:00