Created
June 4, 2020 17:45
-
-
Save brianshumate/c5109f2d3142cea16f7cf5604f6d3821 to your computer and use it in GitHub Desktop.
Splunk defaults
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
ansible_connection: local | |
ansible_environment: {} | |
ansible_post_tasks: null | |
ansible_pre_tasks: null | |
cert_prefix: https | |
config: | |
baked: default.yml | |
defaults_dir: /tmp/defaults | |
env: | |
headers: null | |
var: SPLUNK_DEFAULTS_URL | |
verify: true | |
host: | |
headers: null | |
url: null | |
verify: true | |
max_delay: 60 | |
max_retries: 3 | |
max_timeout: 1200 | |
dmc_asset_interval: 3,18,33,48 * * * * | |
dmc_forwarder_monitoring: false | |
docker: true | |
hide_password: false | |
java_download_url: null | |
java_update_version: null | |
java_version: null | |
retry_delay: 6 | |
retry_num: 60 | |
shc_sync_retry_num: 60 | |
splunk: | |
admin_user: admin | |
allow_upgrade: true | |
app_paths: | |
default: /opt/splunk/etc/apps | |
deployment: /opt/splunk/etc/deployment-apps | |
httpinput: /opt/splunk/etc/apps/splunk_httpinput | |
idxc: /opt/splunk/etc/master-apps | |
shc: /opt/splunk/etc/shcluster/apps | |
appserver: | |
port: 8065 | |
asan: false | |
build_url_bearer_token: null | |
cluster_master_url: null | |
deployer_url: null | |
dfs: | |
dfc_num_slots: 4 | |
dfw_num_slots: 10 | |
dfw_num_slots_enabled: false | |
enable: false | |
port: 9000 | |
spark_master_host: 127.0.0.1 | |
spark_master_webui_port: 8080 | |
enable_service: false | |
exec: /opt/splunk/bin/splunk | |
group: splunk | |
hec: | |
cert: null | |
enable: true | |
password: null | |
port: 8088 | |
ssl: false | |
token: 42c0ff33-c00l-7374-87bd-690ac97efc50 | |
conf: | |
- key: inputs | |
value: | |
directory: /opt/splunk/etc/apps/splunk_httpinput/local | |
content: | |
http: | |
disabled: 0 | |
enableSSL: 0 | |
- key: indexes | |
value: | |
directory: /opt/splunk/etc/apps/search/local/ | |
content: | |
vault-metrics: | |
coldPath : $SPLUNK_DB/vault-metrics/colddb | |
datatype : metric | |
enableDataIntegrityControl : 0 | |
enableTsidxReduction : 0 | |
homePath : $SPLUNK_DB/vault-metrics/db | |
maxTotalDataSizeMB : 2048 | |
thawedPath : $SPLUNK_DB/vault-metrics/thaweddb | |
archiver.enableDataArchive : 0 | |
bucketRebuildMemoryHint : 0 | |
compressRawdata : 1 | |
enableOnlineBucketRepair : 1 | |
metric.enableFloatingPointCompression : 1 | |
minHotIdleSecsBeforeForceRoll : 0 | |
suspendHotRollByDeleteQuery : 0 | |
syncMeta : 1 | |
- key: inputs | |
value: | |
directory: /opt/splunk/etc/apps/splunk_httpinput/local | |
content: | |
http://Vault Metrics: | |
disabled: 0 | |
index: vault-metrics | |
indexes: vault-metrics | |
token: 42c0ff33-c00l-7374-87bd-690ac97efc50 | |
home: /opt/splunk | |
http_enableSSL: false | |
http_enableSSL_cert: null | |
http_enableSSL_privKey: null | |
http_enableSSL_privKey_password: null | |
http_port: 8000 | |
idxc: | |
discoveryPass4SymmKey: EgIZZSEIWpdT5LHs+CVbDUHhZ2tpnDjv | |
label: idxc_label | |
pass4SymmKey: EgIZZSEIWpdT5LHs+CVbDUHhZ2tpnDjv | |
replication_factor: 3 | |
replication_port: 9887 | |
search_factor: 3 | |
secret: EgIZZSEIWpdT5LHs+CVbDUHhZ2tpnDjv | |
ignore_license: false | |
kvstore: | |
port: 8191 | |
launch: {} | |
license_download_dest: /tmp/splunk.lic | |
license_master_url: null | |
multisite_master_port: 8089 | |
multisite_replication_factor_origin: 2 | |
multisite_replication_factor_total: 3 | |
multisite_search_factor_origin: 1 | |
multisite_search_factor_total: 3 | |
opt: /opt | |
pass4SymmKey: null | |
password: vss-password | |
pid: /opt/splunk/var/run/splunk/splunkd.pid | |
root_endpoint: null | |
s2s: | |
ca: null | |
cert: null | |
enable: true | |
password: null | |
port: 9997 | |
ssl: false | |
search_head_captain_url: null | |
secret: null | |
service_name: null | |
set_search_peers: true | |
shc: | |
label: shc_label | |
pass4SymmKey: uxEJc61RmcLmtt5cZIWoNPeHS7Z6Uiy0 | |
replication_factor: 3 | |
replication_port: 9887 | |
secret: uxEJc61RmcLmtt5cZIWoNPeHS7Z6Uiy0 | |
smartstore: null | |
ssl: | |
ca: null | |
cert: null | |
enable: true | |
password: null | |
svc_port: 8089 | |
tar_dir: splunk | |
user: splunk | |
wildcard_license: false | |
splunk_home_ownership_enforcement: true | |
wait_for_splunk_retry_num: 60 | |
EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment