Skip to main content
Skip table of contents

Google Cloud Installations

This section provides information about how to design and deploy LogRhythm in Google Cloud.

It is assumed that the user has experience with Google Cloud and Google Compute.

Design

Designing LogRhythm in GCP is similar to on-premise deployments. However, there are some areas of optimization that can reduce OS and SQL licensing costs, which are per-core. In most cases where an all-in-one XM would be used on physical hardware, it doesn't make sense when you are effectively renting licensing for the OS and SQL. In public cloud environments, it's often more cost-effective to split the deployment into separate small components, such as a small PM (less vCPU for SQL licensing) + DPAWC (remaining Windows based services) + DX (Linux services). Assess the volume needs of your organization and match them to the LogRhythm Reference Architecture.

Windows Systems

Create Windows Virtual Machines using the Compute Engine VM instances from GCP. Select the newest base operating system supported on your version of LogRhythm.

  • Select the machine type based on your appliance sizing needs using the Google Cloud Reference Architecture table in the Reference Architecture topic.
  • Create disk storage to match the instance mappings for volume type and size.

Linux Systems (Data Indexer)

  1. Create a CentOS 7.x or Red Hat Enterprise Linux 7 virtual machine using the Compute Engine VM instances from GCP. 
    • Select the newest base operating system supported on your version of LogRhythm.
    • Select the machine type based on your appliance sizing needs using the Google Cloud Reference Architecture table in the Reference Architecture topic.
    • Create disk storage to match the instance mappings for volume type and size.
  2. Create a LogRhythm user.
    1. Log into the DX using root.
    2. Add new user called logrhythm:

      CODE
      # adduser logrhythm
    3. Set a password for the logrhythm user:

      CODE
      # passwd logrhythm
    4. Set and confirm the LogRhythm users's password.
    5. Add the LogRhythm user to the wheel group:

      CODE
      # usermod -aG wheel logrhythm
    6. Navigate to the LogRhythm user:

      CODE
      # su - logrhythm
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.