收集 SAP NetWeaver 日志
本文档介绍了如何使用 Bindplane 代理将 SAP NetWeaver 日志注入到 Google Security Operations。
SAP NetWeaver 是一种应用服务器平台,可生成安全审核日志、系统日志和网关事件。Bindplane 代理直接从本地文件系统收集 SAP NetWeaver 日志文件。
准备工作
请确保满足以下前提条件:
- Google SecOps 实例
- Windows Server 2016 或更高版本,或者具有
systemd的 Linux 主机 - Bindplane 代理与 SAP NetWeaver 应用服务器之间的网络连接
- 如果在代理后面运行,请确保防火墙端口已根据 Bindplane 代理要求打开
- 对 SAP NetWeaver 应用服务器的特权访问权限(具有管理员权限)
获取 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 安装
- 打开具有 root 或 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 代理安装指南。
配置 Bindplane 代理以注入日志并将其发送到 Google SecOps
找到配置文件
Linux:
sudo nano /opt/observiq-otel-collector/config.yamlWindows:
notepad "C:\Program Files\observIQ OpenTelemetry Collector\config.yaml"
修改配置文件
将
config.yaml的全部内容替换为以下配置:receivers: filelog: include: - /usr/sap/<SID>/DVEBMGS00/log/*.log start_at: beginning exporters: chronicle/sap_netweaver: compression: gzip creds_file_path: '/etc/bindplane-agent/ingestion-auth.json' customer_id: '<customer_id>' endpoint: malachiteingestion-pa.googleapis.com log_type: SAP_NETWEAVER raw_log_field: body ingestion_labels: env: production service: pipelines: logs/sap_netweaver_to_chronicle: receivers: - filelog exporters: - chronicle/sap_netweaver
配置参数
替换以下占位符:
接收器配置:
filelog:用于从磁盘收集日志文件的接收器类型include:要监控的文件路径列表。默认 SAP NetWeaver 日志位置:- Linux:
/usr/sap/<SID>/DVEBMGS00/log/*.log - Windows:
C:\usr\sap\<SID>\DVEBMGS00\log\*.log - 将
<SID>替换为您的 SAP 系统 ID(例如,PRD、QAS、DEV)
- Linux:
start_at:设置为beginning可读取现有日志,设置为end可仅读取新条目
导出器配置:
sap_netweaver:导出器的描述性名称creds_file_path:提取身份验证文件的完整路径:- Linux:
/etc/bindplane-agent/ingestion-auth.json - Windows:
C:\Program Files\observIQ OpenTelemetry Collector\ingestion-auth.json
- Linux:
<customer_id>:上一步中的客户 IDendpoint:区域端点网址:- 美国:
malachiteingestion-pa.googleapis.com - 欧洲:
europe-malachiteingestion-pa.googleapis.com - 亚洲:
asia-southeast1-malachiteingestion-pa.googleapis.com - 如需查看完整列表,请参阅区域级端点
- 美国:
SAP_NETWEAVER:日志类型,与在 Chronicle 中显示的完全一致ingestion_labels:YAML 格式的可选标签(例如env: production)
流水线配置:
sap_netweaver_to_chronicle:流水线的描述性名称
保存配置文件
- 修改后,保存文件:
- 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 收集器。
- 右键点击并选择重新启动。
验证服务是否正在运行:
sc query observiq-otel-collector检查日志是否存在错误:
type "C:\Program Files\observIQ OpenTelemetry Collector\log\collector.log"
- 按
配置 SAP NetWeaver 日志记录
- 使用管理员账号通过 SAP GUI 登录 SAP 系统。
- 运行事务 RZ10 以访问配置文件参数编辑器。
- 为 SAP 应用服务器选择实例配置文件。
- 验证或配置以下日志记录参数:
- rslg/log_file:指定系统日志路径(例如
/usr/sap/<SID>/DVEBMGS00/log/SLOG<instance>)。 - rsau/local/file:指定安全审核日志路径。
- gw/logging:设置为
1可启用网关日志记录。
- rslg/log_file:指定系统日志路径(例如
- 点击保存并启用配置文件。
- 重启 SAP 应用服务器以应用配置文件更改。
- 验证服务器上的日志文件位置:
- 系统日志:
/usr/sap/<SID>/DVEBMGS00/log/SLOG* - 安全审核日志:
/usr/sap/<SID>/DVEBMGS00/log/audit_* - 网关日志:
/usr/sap/<SID>/DVEBMGS00/log/dev_rd*
- 系统日志:
- 确保
config.yaml中 Bindplane 代理的include路径与 SAP NetWeaver 服务器上的实际日志文件位置一致。
UDM 映射表
| 日志字段 | UDM 映射 | 逻辑 |
|---|---|---|
| MessageData | metadata.description | 事件的说明 |
| metadata.event_type | 事件类型(例如 USER_LOGIN、NETWORK_CONNECTION) | |
| EventReceivedTime | metadata.ingested_timestamp | 事件被提取时的时间戳 |
| MessageID | metadata.product_log_id | 特定于产品的日志标识符 |
| 计划 | principal.application | 应用名称 |
| ProcessID | principal.process.pid | 进程 ID |
| 用户名 | principal.user.userid | 用户 ID |
| SourceModuleName | target.resource.name | 资源名称 |
| SourceModuleType | target.resource.resource_subtype | 资源子类型 |
| metadata.vendor_name | 供应商/公司名称 | |
| metadata.product_name | 产品名称 |