splunk startsplunk start --accept-license
Keywords: start, service, daemon, web, license
splunk stopsplunk stop
Keywords: stop, shutdown, service
splunk restartsplunk restart
Keywords: restart, reload, configuration
splunk statussplunk status
Keywords: status, check, running, health
splunk add indexsplunk add index myindex -maxDataSize 1000
Keywords: index, create, storage, data
splunk list indexsplunk list index
Keywords: list, index, show, configuration
splunk add monitorsplunk add monitor /var/log/apache2/ -index web_logs
Keywords: monitor, file, directory, watch, tail
splunk list monitorsplunk list monitor
Keywords: list, monitor, inputs, watched
splunk add forward-serversplunk add forward-server 192.168.1.100:9997
Keywords: forward, server, forwarder, remote
splunk searchsplunk search 'index=main error' -earliest -1h
Keywords: search, query, command, time
splunk exportsplunk export 'index=main' -output csv -filename results.csv
Keywords: export, results, csv, json, file
splunk btoolsplunk btool inputs list --debug
Keywords: btool, configuration, debug, validate
splunk clean eventdatasplunk clean eventdata -index test_index
Keywords: clean, delete, data, remove, index
splunk enable boot-startsplunk enable boot-start -user splunk
Keywords: boot, startup, service, automatic
splunk show configsplunk show config inputs
Keywords: config, configuration, show, settings
splunk add usersplunk add user john -password changeme -role user
Keywords: user, create, account, role, security
splunk edit usersplunk edit user john -password newpass -email john@company.com
Keywords: user, edit, modify, password, email
splunk remove usersplunk remove user john
Keywords: user, remove, delete, account
splunk add rolesplunk add role analyst -capability search -srchIndexesAllowed main,security
Keywords: role, create, capability, access, security
splunk reload deploy-serversplunk reload deploy-server
Keywords: deploy, server, reload, configuration, clients
splunk display appsplunk display app -name search
Keywords: app, display, information, status
splunk install appsplunk install app /path/to/app.tar.gz -update 1
Keywords: install, app, splunkbase, update
splunk remove appsplunk remove app myapp
Keywords: remove, app, uninstall, delete
splunk validatesplunk validate inputs
Keywords: validate, configuration, syntax, errors
splunk diagsplunk diag --collect=etc,log --days=7
Keywords: diag, diagnostic, troubleshoot, support
splunk migratesplunk migrate input-csv /path/to/migration.csv
Keywords: migrate, upgrade, configuration, data