Documentation: 3.0.2
Print Version Contents
This page last updated: 08/26/07 07:08pm

CLI for management

User Accounts

Splunk user accounts can be created and maintained through the CLI. An Enterprise license is required for user accounts.

Actions

  • add
  • edit
  • list
  • remove

Default Argument

  • username

Parameters

  • username
  • full-name
  • password
  • role
    • user
    • power
    • admin

Examples

splunk add user -username algore -full-name "Al Gore" -password pa55word
splunk edit user algore -role user

Controls

Commands for sysadmins to start and stop Splunk Server processes, and to check the syntax of configuration files for errors.

Actions

  • start
  • stop
  • restart
  • status
  • verifyconfig

Contexts

  • splunkd (start/stop/restart)
  • splunkweb (start/stop/restart)

Default Argument

  • None

Parameters

  • --nodaemon (start)

--nodaemon only starts splunkd, start the GUI manually with {start splunk splunkweb} in another shell.

Examples

splunk start

splunk start --nodaemon


splunk restart splunkd

splunk stop splunkweb
Previous: Authentication    |    Next: Configuring splunkd

Comments

No comments have been submitted.

Log in to comment.