-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsplunk.env.example
More file actions
20 lines (17 loc) · 960 Bytes
/
splunk.env.example
File metadata and controls
20 lines (17 loc) · 960 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Splunk Configuration
SPLUNK_PASSWORD=admin123
SPLUNK_VERSION=10.2.1
SPLUNK_GENERAL_TERMS=--accept-sgt-current-at-splunk-com
# Default app name used by app:*, react:* tasks when APP_NAME is not passed explicitly.
# For React apps: set automatically by 'task react:create' to match the @splunk/create package name.
# Multi-app repos: override per-task with APP_NAME=x (e.g. task react:build-install APP_NAME=my-app).
APP_NAME=
# Splunkbase Credentials (optional — needed for task deps:install with Splunkbase IDs)
SPLUNKBASE_USERNAME=
SPLUNKBASE_PASSWORD=
# Apps to preinstall on first Ansible provisioning (comma-separated URLs or local paths)
# Local tarballs: /tmp/apps/my-app.tgz (mounted from splunk/stage/)
# Splunkbase URLs: https://splunkbase.splunk.com/app/2890/release/5.6.1/download
# For local apps, prefer: task app:provision (no need to list here)
# For Splunkbase deps, prefer: splunk/config/deps.yml + task deps:install
SPLUNK_APPS_URL=