收集 VMware VeloCloud SD-WAN 日志

支持的环境:

本文档介绍了如何使用 Bindplane 将 VMware VeloCloud SD-WAN 日志注入到 Google Security Operations 中。

准备工作

请确保满足以下前提条件:

  • Google SecOps 实例
  • Windows 2016 或更高版本,或者具有 systemd 的 Linux 主机
  • 如果通过代理运行,请确保防火墙 端口 已打开
  • 对 VMware VeloCloud SD-WAN 的特权访问权限
  • 在 Edge 和 Syslog 收集器(Bindplane 代理)之间配置的 Cloud Virtual Private Network(分支到分支 VPN)

获取 Google SecOps 注入身份验证文件

  1. 登录 Google SecOps 控制台。
  2. 前往 SIEM 设置 > 收集代理
  3. 下载注入身份验证文件 。将该文件安全地保存在将安装 Bindplane 的系统上。

获取 Google SecOps 客户 ID

  1. 登录 Google SecOps 控制台。
  2. 前往 SIEM 设置 > 个人资料
  3. 组织详细信息 部分复制并保存客户 ID

安装 Bindplane 代理

按照以下说明在 Windows 或 Linux 操作系统上安装 Bindplane 代理。

Windows 安装

  1. 以管理员身份打开命令提示符PowerShell
  2. 运行以下命令:

    msiexec /i "https://github.com/observIQ/bindplane-agent/releases/latest/download/observiq-otel-collector.msi" /quiet
    

Linux 安装

  1. 使用 root 或 sudo 权限打开终端。
  2. 运行以下命令:

    sudo sh -c "$(curl -fsSlL https://github.com/observiq/bindplane-agent/releases/latest/download/install_unix.sh)" install_unix.sh
    

其他安装资源

如需了解其他安装选项,请参阅安装指南

配置 Bindplane 代理以注入 Syslog 并发送到 Google SecOps

  1. 访问配置文件:
    • 找到 config.yaml 文件。通常,该文件位于 Linux 上的 /etc/bindplane-agent/ 目录或 Windows 上的安装目录中。
    • 使用文本编辑器(例如 nanovi 或记事本)打开该文件。
  2. 按如下方式修改 config.yaml 文件:

    receivers:
        udplog:
            # Replace the port and IP address as required
            listen_address: "0.0.0.0:514"
    
    exporters:
        chronicle/chronicle_w_labels:
            compression: gzip
            # Adjust the path to the credentials file you downloaded in Step 1
            creds_file_path: '/path/to/ingestion-authentication-file.json'
            # Replace with your actual customer ID from Step 2
            customer_id: <customer_id>
            endpoint: malachiteingestion-pa.googleapis.com
            # Add optional ingestion labels for better organization
            log_type: 'VELO_FIREWALL'
            raw_log_field: body
            ingestion_labels:
    
    service:
        pipelines:
            logs/source0__chronicle_w_labels-0:
                receivers:
                    - udplog
                exporters:
                    - chronicle/chronicle_w_labels
    

重启 Bindplane 代理以应用更改

  • 如需在 Linux 中重启 Bindplane 代理,请运行以下命令:

    sudo systemctl restart bindplane-agent
    
  • 如需在 Windows 中重启 Bindplane 代理,您可以使用 服务 控制台,也可以输入以下命令:

    net stop BindPlaneAgent && net start BindPlaneAgent
    

为 VMware VeloCloud SD-WAN 配置 Syslog

  1. 登录 VeloCloud Enterprise Portal 网络界面。
  2. 前往 SD-WAN 服务 > 配置 > 配置文件
  3. 点击配置文件 的链接以配置配置文件,或点击配置文件设备 列中的查看链接
  4. 选择配置细分菜单 > 全局细分 以配置 Syslog 设置。
  5. 遥测 下,前往 Syslog 区域:

    1. 选中启用 Syslog 复选框。
    2. 点击 + 添加
    3. 提供以下配置详细信息:

      • 设施:选择 local0
      • IP:输入 Syslog 收集器的目标 IP 地址。
      • 协议:选择 TCPUDP 作为 Syslog 协议。
      • 端口:输入 Syslog 收集器的端口号(默认值为 514)。
      • 源接口:此字段在配置文件级别设置为Auto。Edge 将自动选择设置了通告 字段的接口。
      • 角色:选择 FIREWALL EVENTEDGE AND FIREWALL EVENT
      • Syslog 级别:选择 INFO
      • 所有细分 :选中所有细分 复选框。

  6. 保存更改。

  7. 前往配置文件 配置的防火墙 页面。

  8. 点击 Syslog 转发 ,将源自企业 Edge 的防火墙日志转发到您配置的 Syslog 收集器。

需要更多帮助?获得社区成员和 Google SecOps 专业人士的解答。