With a little bit of guessing, I discovered that the parameter is "-force-change-pass true"
A complete example is:
./splunk add user alice -password password123 -role user -email alice@acme.com -full-name "Alice" -force-change-pass true
... View more
I need to create a user from the command line ("splunk add user") and require that user to change their password when they log in. The parameter for this option is not documented.
... View more
A disabled report cannot be viewed - you will receive the message "There are no results because the report is disabled."
Unfortunately, it does not appear there is a way to schedule a report to run one time.
... View more
It is mathematically impossible to calculate an average where one of the numbers is infinity. In your case, it probably doesn't matter since you'll have events nearly constantly and samcogheil's solution is probably "good enough".
... View more
This error indicates that a POST request has an empty json body. Try this search to find the offending request:
index=_internal sourcetype=splunkd_access batch_save status=500
In my case, Enterprise Security threat lists were failing to download and causing this error.
... View more
ERROR KVStorageProvider - An error occurred during the last operation ('saveBatchData', domain: '11', code: '22'): Cannot do an empty bulk write
This error is repeated in splunkd.log. The search head cluster appears to be functional but I am concerned about the cause of this error.
... View more
In case anyone else is supporting an old version... You can work around the problem by following these directions: http://www.acme-dot.com/installing-splunk-on-el-capitan/
You may need to update the paths in the examples provided.
... View more