PTC Windchill 로그 수집
이 문서에서는 Bindplane을 사용하여 PTC Windchill 로그를 Google Security Operations로 수집하는 방법을 설명합니다.
PTC Windchill은 엔지니어링 및 제조팀 전반에서 제품 데이터, 프로세스, 협업을 관리하는 데 사용되는 제품 수명 주기 관리 (PLM) 플랫폼입니다. 이 플랫폼은 온프레미스 서버 배포에서 액세스, 감사, 구성 변경 로그를 생성합니다.
시작하기 전에
다음 기본 요건이 충족되었는지 확인합니다.
- Google SecOps 인스턴스
- Windows Server 2016 이상 또는
systemd가 있는 Linux 호스트 - Bindplane 에이전트와 PTC Windchill 서버 간의 네트워크 연결
- 프록시 뒤에서 실행하는 경우 Bindplane 에이전트 요구사항에 따라 방화벽 포트가 열려 있는지 확인합니다.
- 관리자 권한으로 PTC Windchill 서버에 대한 권한 있는 액세스
Google SecOps 수집 인증 파일 가져오기
- Google SecOps 콘솔에 로그인합니다.
- SIEM 설정 > 수집 에이전트 로 이동합니다.
데이터 수집 인증 파일 을 다운로드합니다. Bindplane이 설치될 시스템에 파일을 안전하게 저장합니다.
Google SecOps 고객 ID 가져오기
- Google SecOps 콘솔에 로그인합니다.
- SIEM 설정 > 프로필 로 이동합니다.
조직 세부정보 섹션에서 고객 ID 를 복사하여 저장합니다.
Bindplane 에이전트 설치
다음 안내에 따라 Windows 또는 Linux 운영체제에 Bindplane 에이전트를 설치합니다.
Windows 설치
- 관리자 권한으로 명령 프롬프트 또는 PowerShell 을 엽니다.
다음 명령어를 실행합니다.
msiexec /i "https://github.com/observIQ/bindplane-agent/releases/latest/download/observiq-otel-collector.msi" /quiet설치가 완료될 때까지 기다립니다.
다음을 실행하여 설치를 확인합니다.
sc query observiq-otel-collector
서비스가 실행 중 으로 표시되어야 합니다.
Linux 설치
- 루트 또는 sudo 권한으로 터미널을 엽니다.
다음 명령어를 실행합니다.
sudo sh -c "$(curl -fsSlL https://github.com/observiq/bindplane-agent/releases/latest/download/install_unix.sh)" install_unix.sh설치가 완료될 때까지 기다립니다.
다음을 실행하여 설치를 확인합니다.
sudo systemctl status observiq-otel-collector
서비스가 활성 (실행 중) 으로 표시되어야 합니다.
추가 설치 리소스
추가 설치 옵션 및 문제 해결은 Bindplane 에이전트 설치 가이드를 참고하세요.
syslog를 수집하고 Google SecOps로 전송하도록 Bindplane 에이전트 구성
구성 파일 찾기
Linux:
sudo nano /etc/bindplane-agent/config.yamlWindows:
notepad "C:\Program Files\observIQ OpenTelemetry Collector\config.yaml"
구성 파일 수정
다음 구성으로
config.yaml의 전체 콘텐츠를 바꿉니다.receivers: tcplog: listen_address: "0.0.0.0:514" exporters: chronicle/windchill: compression: gzip creds_file_path: '/etc/bindplane-agent/ingestion-auth.json' customer_id: '<customer_id>' endpoint: malachiteingestion-pa.googleapis.com log_type: WINDCHILL raw_log_field: body service: pipelines: logs/windchill_to_chronicle: receivers: - tcplog exporters: - chronicle/windchill
구성 매개변수
다음 자리표시자를 바꿉니다.
수신기 구성:
listen_address: 리슨할 IP 주소 및 포트:- 모든 인터페이스에서 리슨하려면
0.0.0.0(권장) - 포트
514는 표준 syslog 포트입니다 (Linux에서 루트 필요, 루트가 아닌 경우1514사용).
- 모든 인터페이스에서 리슨하려면
내보내기 구성:
creds_file_path: 데이터 수집 인증 파일의 전체 경로:- Linux:
/etc/bindplane-agent/ingestion-auth.json - Windows:
C:\Program Files\observIQ OpenTelemetry Collector\ingestion-auth.json
- Linux:
customer_id: Google SecOps 콘솔에서 복사한 고객 IDendpoint: 리전 엔드포인트 URL:- 미국:
malachiteingestion-pa.googleapis.com - 유럽:
europe-malachiteingestion-pa.googleapis.com - 아시아:
asia-southeast1-malachiteingestion-pa.googleapis.com - 전체 목록은 리전 엔드포인트를 참고하세요.
- 미국:
구성 파일 저장
- 수정 후 파일을 저장합니다.
- Linux:
Ctrl+O를 누른 다음Enter를 누르고Ctrl+X를 누릅니다. - Windows: 파일 > 저장을 클릭합니다.
- Linux:
Bindplane 에이전트를 다시 시작하여 변경사항 적용
Linux에서 Bindplane 에이전트를 다시 시작하려면 다음 단계를 따르세요.
다음 명령어를 실행합니다.
sudo systemctl restart observiq-otel-collector서비스가 실행 중인지 확인합니다.
sudo systemctl status observiq-otel-collector로그에서 오류를 확인합니다.
sudo journalctl -u observiq-otel-collector -f
Windows에서 Bindplane 에이전트를 다시 시작하려면 다음 단계를 따르세요.
다음 옵션 중 하나를 선택합니다.
- 관리자 권한으로 명령 프롬프트 또는 PowerShell:
net stop observiq-otel-collector && net start observiq-otel-collector- 서비스 콘솔:
Win+R을 누르고services.msc를 입력한 후 Enter 키를 누릅니다.- observIQ OpenTelemetry Collector 를 찾습니다.
- 마우스 오른쪽 버튼을 클릭하고 다시 시작 을 선택합니다.
서비스가 실행 중인지 확인합니다.
sc query observiq-otel-collector로그에서 오류를 확인합니다.
type "C:\Program Files\observIQ OpenTelemetry Collector\log\collector.log"
PTC Windchill syslog 전달 구성
- 관리자 권한으로 PTC Windchill 서버에 로그인합니다.
Windchill 애플리케이션 로그를 전달하도록 rsyslog 또는 syslog 에이전트를 구성합니다. rsyslog 구성을 수정합니다.
sudo nano /etc/rsyslog.d/windchill.conf다음 줄을 추가하여 Windchill 로그 파일을 Bindplane 에이전트로 전달합니다.
# Forward PTC Windchill logs to Bindplane agent module(load="imfile") input(type="imfile" File="/path/to/windchill/logs/*.log" Tag="windchill" Severity="info" Facility="local0") if $syslogtag == 'windchill' then @@<bindplane-ip>:514/path/to/windchill/logs/를 실제 Windchill 로그 디렉터리 경로로 바꿉니다.<bindplane-ip>를 Bindplane 에이전트 호스트의 IP 주소로 바꿉니다.
rsyslog 서비스를 다시 시작합니다.
sudo systemctl restart rsyslogBindplane 에이전트 로그를 확인하여 로그가 전송되고 있는지 확인합니다.
UDM 매핑 표
| 로그 필드 | UDM 매핑 | 로직 |
|---|---|---|
| eventlabel | metadata.description | 값이 직접 복사됨 |
| eventtime | metadata.event_timestamp | SYSLOGTIMESTAMP, ISO8601 형식으로 날짜 필터를 사용하여 변환됨 |
| metadata.event_type | has_principal == 'true'이고 has_principal_user == 'true'이고 has_target == 'true'인 경우 'USER_LOGIN', has_target_resource == 'true'인 경우 'USER_RESOURCE_ACCESS', has_principal == 'true'이고 has_principal_user == 'true'인 경우 'USER_UNCATEGORIZED', has_principal == 'true'인 경우 'STATUS_UPDATE', 그 외의 경우 'GENERIC_EVENT'로 설정됨 | |
| dbschema | metadata.ingestion_labels | db_schema 객체와 병합됨 (key='DBSCHEMA', value=dbschema) |
| dbname | metadata.product_deployment_id | 값이 직접 복사됨 |
| eventlabel, description | metadata.product_event_type | 비어 있지 않으면 설명의 값, 비어 있으면 eventlabel의 값 |
| context | metadata.product_log_id | 값이 직접 복사됨 |
| version | metadata.product_version | 값이 직접 복사됨 |
| ohost | observer.hostname | ohost가 IP가 아닌 경우 값이 직접 복사됨 |
| ohost | observer.ip | ohost가 IP인 경우 값이 직접 복사됨 |
| domainpath | principal.administrative_domain | 값이 직접 복사됨 |
| ipaddress | principal.asset.hostname | ipaddress가 IP가 아닌 경우 값이 직접 복사됨 |
| ipaddress | principal.asset.ip | ipaddress가 IP인 경우 값이 직접 복사됨 |
| ipaddress, phost | principal.hostname | IP가 아닌 경우 ipaddress의 값, IP가 아닌 경우 phost의 값 |
| ipaddress, phost | principal.ip | IP인 경우 ipaddress의 값, IP인 경우 phost의 값 |
| folderpath | principal.process.file.full_path | 값이 직접 복사됨 |
| user_product_object_id | principal.user.product_object_id | 값이 직접 복사됨 |
| user_display_name | principal.user.user_display_name | 값이 직접 복사됨 |
| username, user_userid | principal.user.userid | 비어 있지 않으면 username의 값, 비어 있으면 user_userid의 값 |
| domain_name | target.domain.name | 값이 직접 복사됨 |
| target_path | target.file.full_path | 값이 직접 복사됨 |
| namespace | target.namespace | 값이 직접 복사됨 |
| lifecyclestate, targetname, targetnumber, targettype | target.resource.attribute.labels | lifecyclestate_label (key='lifecyclestate', value=lifecyclestate), targetname_label (key='targetname', value=targetname), targetnumber_label (key='targetnumber', value=targetnumber), targettype_label (key='targettype', value=targettype)과 병합됨 |
| target_number | target.resource.id | 값이 직접 복사됨 |
| target_name | target.resource.name | 값이 직접 복사됨 |
| target_identity | target.resource.product_object_id | 값이 직접 복사됨 |
| target_subtype | target.resource.resource_subtype | 값이 직접 복사됨 |
| metadata.product_name | 'Windchill'로 설정됨 | |
| metadata.vendor_name | 'PTC'로 설정됨 |
변경 로그
도움이 더 필요하신가요? 커뮤니티 회원 및 Google SecOps 전문가에게 문의하여 답변을 받으세요.