Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

Configuring Google Cloud Audit Logs to Communicate with JSA

date_range 27-Mar-21

Before you can add a log source in JSA, you must set up a functioning Pub/Sub system on your Google Cloud console.

  1. Create a Google account. For more information, see Create a Google Account.

  2. Set up a Pub/Sub system on your Google Cloud console. For more information, see Quickstart: building a functioning Pub/Sub system

    Note:

    When you create service account credentials on the Google Cloud platform, use the following service account credentials:

    content_copy zoom_out_map
    {
    "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>"
    }
footer-navigation