轩辕镜像 官方专业版
轩辕镜像
专业版
轩辕镜像 官方专业版
轩辕镜像
专业版
首页个人中心搜索镜像
交易
充值流量¥7起我的订单
文档
工具
提交工单页面收录
splunk-egis

gseats/splunk-egis

gseats

下载次数: 0状态:社区镜像维护者:gseats仓库类型:镜像最近更新:7 年前
让 AI 帮你使用轩辕镜像? · 展开查看说明 · 点击收起说明

如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。

只需在 AI 对话中先发送下面这句话即可:

请先完整阅读并严格遵守以下文档中的全部规则与要求:

https://xuanyuan.cloud/agents.md

在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。

查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。

镜像简介
下载命令
镜像标签列表与下载命令
轩辕镜像,加速的不只是镜像。
点击查看

Supported tags

  • 7.0.3,latest- Splunk Enterprise base image https://github.com/splunk/docker-splunk/blob/master/enterprise/Dockerfile
  • 6.5.3-monitor - Splunk Enterprise with Docker Monitoring https://github.com/splunk/docker-itmonitoring/blob/master/enterprise/Dockerfile

What is Splunk Enterprise?

Splunk Enterprise is the platform for operational intelligence. The software lets you collect, analyze, and act upon the untapped value of big data that your technology infrastructure, security systems, and business applications generate. It gives you insights to drive operational performance and business results.

This repository contains Dockerfiles that you can use to build https://splunk.com Docker images.

Get started with the Splunk Enterprise Docker Image

If you have not used Docker before, see the https://docs.docker.com/mac/started for Docker.

  1. (Optional) Sign up for a Docker ID at [***]

  2. Download and install Docker on your system.

  3. Open a shell pro*** or Terminal window.

  4. Enter the following command to pull the Splunk Enterprise version 7.0.3 image.

    bash
    docker pull splunk/splunk
    
  5. Run the Docker image.

    bash
    docker run -d -e "SPLUNK_START_ARGS=--accept-license" -e "SPLUNK_USER=root" -p "8000:8000" splunk/splunk
    
  6. Access the Splunk instance with a browser by using the Docker machine IP address and Splunk Web port. For example, ``http://localhost:8000%60

See How to use the Splunk Enterprise Docker image for additional example commands.

How to use the Splunk Enterprise Docker image

The following commands can be run from a shell prompt or Docker QuickStart Terminal (on Mac OS X).

Pull an image for version 7.0.3 of Splunk Enterprise from this repository

CODE_TOKEN_2

Pull an image that uses the latest version of Splunk Enterprise from this repository

CODE_TOKEN_3

Start a Splunk Enterprise container and automatically accept the license agreement

This command starts a Splunk Enterprise instance from the Docker container in this repository, accepts the license agreement, and opens TCP port 8000 so that you can access the Splunk instance from your local machine.

CODE_TOKEN_4

Start a Splunk Enterprise container and mount the necessary container volumes

CODE_TOKEN_5

Note:

When using data volumes containers, docker will provision the image required volumes automatically under /var/lib/docker/volumes/...

Please, refer to the link for further information: https://docs.docker.com/engine/tutorials/dockervolumes/#locating-a-volume

Start a Splunk Enterprise container and mount volumes from host

CODE_TOKEN_6

Use entrypoint.sh to execute Splunk commands

You can execute commands in the container by typing in the following command, for example:

CODE_TOKEN_7

To learn about the commands you can use with entrypoint.sh, see https://docs.splunk.com/Documentation/Splunk/latest/Admin/CLIadmincommands in the Splunk documentation.

You can also use entrypoint.sh to configure Splunk services with environment variables. See Basic configuration with environment variables.

Configure the Splunk Enterprise Docker container with https://docs.docker.com/compose/

  1. At a shell prompt, create a text file docker-compose.yml if it does not already exist.
  2. Open docker-compose.yml for editing.
  3. Insert the following block of text into the file.

CODE_TOKEN_8 4. Save the file and close it. 5. Run the docker-compose utility in the same directory.

CODE_TOKEN_9

Configuration

Image Variants

The splunk/splunk image comes in several variants:

splunk/splunk:7.0.3 This is the default Splunk Enterprise image.

splunk/splunk:6.5.3-monitor This image comes with some data inputs activated (e.g., file monitor of docker host JSON logs, HTTP Event Collector, Syslog, etc.). It also includes the Docker app which has dashboards to help you analyze collected logs and docker information such as stats, events, tops, and inspect from your running images.

Data Store

This Docker image has two data volumes:

  • /opt/splunk/etc - stores Splunk configurations, including applications and lookups
  • /opt/splunk/var - stores indexed data, logs and internal Splunk data

User

All Splunk processes by default runs as the splunk user. The user can be changed by setting the SPLUNK_USER env variable.

Ports

This Docker container exposes the following network ports:

  • 8000/tcp - Splunk Web interface
  • 8088/tcp - HTTP Event Collector
  • 8088/tcp - Splunk Services
  • 8191/tcp - Application Key Value Store
  • 9997/tcp - Splunk receiving Port (not used by default) typically used by the Splunk Universal Forwarder
  • 1514/tcp - Network Input (not used by default) typically used to collect syslog TCP data

This Docker image uses port 1514 instead of the standard port 514 for the syslog port because network ports below 1024 require root access. See http://docs.splunk.com/Documentation/Splunk/latest/Installation/RunSplunkasadifferentornon-rootuser.

Hostname

When you use this Docker image, set a hostname for it. If you recreate the instance later, the image retains the hostname.

Basic configuration with Environment Variables

You can use environment variables for basic configuration of the indexer and forwarder. For more advanced configuration, create configuration files within the container or use a Splunk deployment server to deliver configurations to the instance.

  • SPLUNK_ENABLE_DEPLOY_SERVER='true' - Enables deployment server on Indexer.
  • SPLUNK_DEPLOYMENT_SERVER='<servername>:<port> - http://docs.splunk.com/Documentation/Splunk/latest/Updating/Configuredeploymentclients. Set deployment server url.
    • Example: --env SPLUNK_DEPLOYMENT_SERVER='splunkdeploymentserver:8089'.
  • SPLUNK_ENABLE_LISTEN=<port> - enable http://docs.splunk.com/Documentation/Splunk/latest/Forwarding/Enableareceiver.
    • Additional configuration is available using SPLUNK_ENABLE_LISTEN_ARGS environment variable.
  • SPLUNK_FORWARD_SERVER=<servername>:<port> - http://docs.splunk.com/Documentation/Splunk/latest/Forwarding/Deployanixdfmanually data to indexer.
    • Additional configuration is available using SPLUNK_FORWARD_SERVER_ARGS environment variable.
    • Additional forwarders can be set up using SPLUNK_FORWARD_SERVER_<1..30> and SPLUNK_FORWARD_SERVER_<1..30>_ARGS.
    • Example: --env SPLUNK_FORWARD_SERVER='splunkindexer:9997' --env SPLUNK_FORWARD_SERVER_ARGS='method clone' --env SPLUNK_FORWARD_SERVER_1='splunkindexer2:9997' --env SPLUNK_FORWARD_SERVER_1_ARGS='-method clone'.
  • SPLUNK_ADD='<monitor|add> <what_to_monitor|what_to_add>' - execute add command, for example to http://docs.splunk.com/Documentation/Splunk/latest/Data/MonitorfilesanddirectoriesusingtheCLI or http://docs.splunk.com/Documentation/Splunk/latest/Data/Monitornetworkports on specific ports.
    • Additional add commands can be executed (up to 30) using SPLUNK_ADD_<1..30>.
    • Example --env SPLUNK_ADD='udp 1514' --env SPLUNK_ADD_1='monitor /var/log/*'.
  • SPLUNK_CMD='any splunk command' - execute any splunk command.
    • Additional commands can be executed (up to 30) using SPLUNK_CMD_<1..30>.
    • Example --env SPLUNK_CMD='edit user admin -password random_password -role admin -auth admin:changeme'.

Example

Following is an example of how to configure Splunk Enterprise and the Splunk universal forwarder in Docker.

CODE_TOKEN_10

After this script executes, you can forward syslog data to the udp port of container forwarder (for internal containers only, as Splunk does not publish the port). Data should arrive in Splunk Enterprise and you should see the forwarder registered with the deployment server.

Troubleshoot problems with the image

Basic troubleshooting

If you do not see data when you load the Docker Overview app in the Docker app, confirm that:

  • You have started the container with the right environment variables. In particular, you must have the proper access control to the mount points to read the default JSON log files that the docker host collects. See Required Permissions for more detail.
  • You have included the necessary volumes for the Docker image.
  • Your Docker container has the correct filesystem permissions.

Required Permisssions

The following mount points require special permissions:

  • /var/lib/docker/containers: By default, the Docker host only exposes read access to the root user. Read access to the volume could be changed for any users that start the Splunk process.
  • /var/run/docker.sock - Requires access to the https://docs.docker.com/engine/reference/api/docker_remote_api/ to collect information such as docker stats, tops, events, and inspect.

Overriding the SPLUNK_USER envrionment variable to an authorized user (such as "root") gives you the required access to the mount points that the Docker app needs to analyze the collected Docker information.

Troubleshoot upgrade problems with docker-compose

If you use docker-compose (or reference an existing volume with docker run) to configure and run your Docker image and the Splunk Enterprise Docker container detects an upgrade after you make a change to docker-compose.yml, complete the following procedure to make the image ignore the upgrade prompt:

  1. Open docker-compose.yml for editing.

  2. In the Environment: section for the Splunk Enterprise image, add the following line:

    CODE_TOKEN_11

  3. Save docker-compose.yml and close it.

  4. Run docker-compose up again.

If you still need help

If you still have trouble collecting or analyzing data with the Splunk Enterprise Docker image, use one of the following options:

  • Post a question to http://answers.splunk.com
  • Join the Splunk Slack channel
  • Visit the #splunk channel on EFNet Internet Relay Chat
  • Send an email to ***

镜像拉取方式

您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。

轩辕镜像加速拉取命令点我查看更多 splunk-egis 镜像标签

docker pull docker.xuanyuan.run/gseats/splunk-egis:<标签>

使用方法:

  • 登录认证方式
  • 免认证方式

DockerHub 原生拉取命令

docker pull gseats/splunk-egis:<标签>

轩辕镜像配置手册

按平台快速找到配置文档

一键安装

一键安装 Docker

Linux Docker 一键安装

AI

用 AI 使用轩辕镜像

agents.md · AI 对话 · 提示词

Docker

登录仓库拉取

登录认证 · 私有仓库

专属域名拉取

免登录 · 高速拉取

Linux

Docker 镜像配置

Windows / Mac

Docker Desktop 配置

MacOS OrbStack

OrbStack 容器

Apple Container

macOS 原生容器

Docker Compose

Compose 项目配置

NAS

群晖

Synology 配置

飞牛

fnOS 镜像配置

绿联

绿联 NAS

威联通

QNAP 配置

极空间

极空间 NAS

Unraid

Unraid NAS

企业仓库

其他仓库

ghcr · Quay · nvcr

Harbor 镜像源

Proxy Repository 对接

Portainer 镜像源

Registries 配置

Nexus 镜像源

Docker Proxy 缓存

开发工具

Dev Containers

VS Code 开发容器

Podman

Podman 配置指南

Singularity / Apptainer

HPC 科学计算容器

Kubernetes

K8s Containerd

Kubernetes · Containerd

K3s

轻量级集群

面板 / 网络

爱快路由

iKuai 镜像加速

宝塔面板

一键配置镜像源

需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单

镜像拉取常见问题

功能

版本功能对比

功能对比 · 版本选择

支持的镜像仓库

Docker Hub · GCR · GHCR

新手拉取配置

登录 · 专属域名 · 配置

docker search 限制

专属域名 · Hub 搜索

不支持 push

仅支持 pull · 不支持

拉取速度原因

带宽 · 缓存 · 冷热镜像

错误码

402 与流量用尽

402 · 流量包 · 充值

401 认证失败

401 · docker login

manifest unknown

标签错误 · 镜像不存在

410 Gone 排查

410 · Docker 升级

429 限流

免费版 · 专业版 · 企业版 · 请求频率

其他报错

DNS 超时

DNS 解析 · 网络超时

TLS 证书失败

no matching manifest(架构)

账号

失败是否计费

manifest · blob · 计费

申请开发票(企业 / 个人)

企业 · 个人 · 工单

修改登录密码

网站 · 仓库 · 重置

注销账户

工单 · 数据 · 注销

原理

mirrors 不生效

daemon.json · 重启

去掉域名前缀

docker tag · 重命名

指定架构拉取

ARM64 · AMD64 · 多架构

latest 与「最新」

digest · 版本号 · 标签

查看全部问题→

用户好评

来自真实用户的反馈,见证轩辕镜像的优质服务

用户头像

oldzhang

运维工程师

Linux服务器

5

"Docker访问体验非常流畅,大镜像也能快速完成下载。"

轩辕镜像
镜像详情
...
gseats/splunk-egis
教程轩辕镜像功能与使用教程
定价查看流量套餐与价格
热门查看热门 Docker 镜像推荐
博客Docker 镜像公告与技术博客
专业版 · 高速稳定拉取镜像
高速镜像下载·在线技术支持·99.95% SLA 保障·付费会员免广告
50GB 仅 ¥7/年
专业版 · 高速稳定拉取镜像
50GB 仅 ¥7/年
高速镜像下载·在线技术支持·99.95% SLA 保障·付费会员免广告
用户协议·隐私政策·增值电信业务经营许可证:浙B2-20261007·©2024-2026 源码跳动©2024-2026 杭州源码跳动科技有限公司·商务合作:点击复制邮箱

更多 splunk-egis 镜像推荐

registry logo

library/registry

Docker 官方镜像
一种针对容器化技术的分发实现方案,专注于容器镜像及各类相关制品的存储与分发管理,支持从制品构建、版本控制到跨环境部署的全生命周期流程,保障镜像和制品在开发、测试与生产环节中的高效传输与可靠供应,为容器化应用的持续集成和持续部署提供稳定的基础设施支持。
4.2千 次收藏10亿+ 次下载
10 天前更新
circleci/splunk-forwarder logo

circleci/splunk-forwarder

circleci
此镜像仅供内部使用
1 次收藏100万+ 次下载
10 年前更新
demisto/splunksdk-py3 logo

demisto/splunksdk-py3

demisto
暂无描述
10万+ 次下载
20 天前更新
docker/dtr-registry logo

docker/dtr-registry

Docker 官方工具与组件镜像
暂无描述
1000万+ 次下载
6 年前更新
demisto/splunksdk logo

demisto/splunksdk

demisto
暂无描述
10万+ 次下载
2 年前更新
google/docker-registry logo

google/docker-registry

google
带有Google Cloud Storage驱动的Docker Registry,用于将Docker镜像存储到Google Cloud Storage存储桶中,支持多种凭证配置方式。
58 次收藏1000万+ 次下载
10 年前更新

查看更多 splunk-egis 相关镜像