IBM
QRadar에서 로그 소스를 추가하려면 먼저 Google Cloud 콘솔에서 작동하는 발행/구독 시스템을 설정해야 합니다.
프로시저
- Google 계정을 작성하십시오. 자세한 정보는 Google 계정 작성 (https://support.google.com/accounts/answer/27441?hl=en) 을 참조하십시오.
- Google Cloud 콘솔에서 발행/구독 시스템을 설정하십시오. 자세한 정보는 빠른 시작: 작동 중인 발행/구독 시스템 빌드 ( https://cloud.google.com/pubsub/docs/quickstart-py-mac) 를 참조하십시오.
중요: Google Cloud 플랫폼에서 서비스 계정 인증 정보를 작성할 때 다음 서비스 계정 인증 정보를 사용하십시오.
{
"type": "service_account",
"project_id": "<project_id>",
"private_key_id": "<private_key_id>",
"private_key": “<private_key>",
"client_email": "<client_email>",
"client_id": "1111111111111111111",
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
"token_uri": "https://oauth2.googleapis.com/token",
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
"client_x509_cert_url": "< client_x509_cert_url >"
}