Overview
- Full name
docker.io/wazuh/wazuh-indexer- Registry
- docker.io
- Namespace
- wazuh
- Repository
- wazuh-indexer
- Cached tags
- 62
- Last synced
- 07/05/2026, 10:05 PM
- Topics
Introduction
Wazuh Indexer 安全日志存储镜像,OpenSearch 分支,SIEM 告警与审计日志索引后端。
Details
wazuh/wazuh-indexer 基于 OpenSearch 为 Wazuh SIEM 平台提供安全日志索引存储,接收 Wazuh Manager 告警、审计日志与 Filebeat 采集数据。定位为 SIEM 日志索引数据库,需 data volume 持久化索引;K8s StatefulSet 安全日志存储层。
快速启动
docker run -d --name wazuh-indexer \
-p 9200:9200 \
-e OPENSEARCH_INITIAL_ADMIN_PASSWORD=changeme \
-v /data/wazuh-indexer:/var/lib/wazuh-indexer \
docker.io/wazuh/wazuh-indexer:4.8.0
推荐实践
docker run -d --name wazuh-indexer \
--restart unless-stopped \
-p 9200:9200 \
-e OPENSEARCH_INITIAL_ADMIN_PASSWORD=changeme \
-v /data/wazuh-indexer:/var/lib/wazuh-indexer \
docker.io/wazuh/wazuh-indexer:4.8.0
核心参数说明
-p 9200:9200— OpenSearch REST API-e OPENSEARCH_INITIAL_ADMIN_PASSWORD— 管理员密码(高敏)-v .../indexer:...— 索引数据持久化- 配合 — wazuh-manager + dashboard
Kubernetes
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: wazuh-indexer
spec:
serviceName: wazuh-indexer
replicas: 3
selector:
matchLabels:
app: wazuh-indexer
template:
metadata:
labels:
app: wazuh-indexer
spec:
containers:
- name: indexer
image: docker.io/wazuh/wazuh-indexer:4.8.0
ports:
- containerPort: 9200
envFrom:
- secretRef:
name: wazuh-indexer-env
volumeMounts:
- name: data
mountPath: /var/lib/wazuh-indexer
volumeClaimTemplates:
- metadata:
name: data
spec:
accessModes: [ReadWriteOnce]
resources:
requests:
storage: 200Gi
---
apiVersion: v1
kind: Service
metadata:
name: wazuh-indexer
spec:
selector:
app: wazuh-indexer
ports:
- port: 9200
targetPort: 9200
wazuh-manager 与 dashboard 独立部署;PVC 按日志量规划。
Latest tags (20)
View all 62 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/wazuh/wazuh-indexer :5.0.0-beta3 | linux/amd64linux/arm64 | 2026/07/04 02:58 | 893.1 MB | sha256:0d4bfb50af4e… | |||
docker.io/wazuh/wazuh-indexer :4.14.6 | linux/amd64linux/arm64 | 2026/07/03 18:35 | 1009.1 MB | sha256:4b047cf91af4… | |||
docker.io/wazuh/wazuh-indexer :4.10.4 | linux/amd64 | 2026/07/03 18:10 | 1.0 GB | sha256:eef18262b17c… | |||
docker.io/wazuh/wazuh-indexer :4.14.6-rc2 | linux/amd64linux/arm64 | 2026/06/26 21:23 | 1009.1 MB | sha256:4903525fa8d5… | |||
docker.io/wazuh/wazuh-indexer :4.14.5 | linux/amd64linux/arm64 | 2026/06/11 21:05 | 1005.1 MB | sha256:f38115c04823… | |||
docker.io/wazuh/wazuh-indexer :4.10.3 | linux/amd64 | 2026/06/11 20:16 | 1001.4 MB | sha256:28e2c7803dc9… | |||
docker.io/wazuh/wazuh-indexer :4.14.6-rc1 | linux/amd64linux/arm64 | 2026/05/29 02:25 | 1003.6 MB | sha256:5194146555fb… | |||
docker.io/wazuh/wazuh-indexer :5.0.0-beta2 | linux/amd64linux/arm64 | 2026/05/22 18:15 | 1.3 GB | sha256:068266407bc2… | |||
docker.io/wazuh/wazuh-indexer :5.0.0-beta1-latest | linux/amd64linux/arm64 | 2026/04/24 00:08 | 1.4 GB | sha256:e7d1c5d8850e… | |||
docker.io/wazuh/wazuh-indexer :4.14.4 | linux/amd64linux/arm64 | 2026/03/30 20:16 | 988.9 MB | sha256:a6deb156da8c… | |||
docker.io/wazuh/wazuh-indexer :4.14.3 | linux/amd64linux/arm64 | 2026/03/16 21:05 | 988.9 MB | sha256:b36c7c5833e3… | |||
docker.io/wazuh/wazuh-indexer :4.14.2 | linux/amd64 | 2026/02/05 19:18 | 983.4 MB | sha256:da4ec16be8dd… | |||
docker.io/wazuh/wazuh-indexer :4.14.1 | linux/amd64 | 2025/12/29 20:46 | 963.5 MB | sha256:35542dd4088f… | |||
docker.io/wazuh/wazuh-indexer :4.14.0 | linux/amd64 | 2025/11/03 17:07 | 960.3 MB | sha256:0f1eb6c22912… | |||
docker.io/wazuh/wazuh-indexer :4.13.1 | linux/amd64 | 2025/10/22 19:56 | 956.7 MB | sha256:31bd225efed9… | |||
docker.io/wazuh/wazuh-indexer :4.13.0 | linux/amd64 | 2025/09/22 20:04 | 953.7 MB | sha256:6d8dcec2d308… | |||
docker.io/wazuh/wazuh-indexer :4.12.0 | linux/amd64 | 2025/09/01 20:07 | 970.2 MB | sha256:3691b3b27658… | |||
docker.io/wazuh/wazuh-indexer :4.10.2 | linux/amd64 | 2025/05/23 02:23 | 954.5 MB | sha256:80bb23e0cf8e… | |||
docker.io/wazuh/wazuh-indexer :4.11.2 | linux/amd64 | 2025/04/01 19:30 | 947.6 MB | sha256:f2ab22b5330e… | |||
docker.io/wazuh/wazuh-indexer :4.11.1 | linux/amd64 | 2025/03/12 20:20 | 945.0 MB | sha256:a7a2076b167e… |