Activity Feed
- Got Karma for Re: How to create a user from the command line and require password change upon first login?. 08-02-2024 09:36 AM
- Karma How to make a custom REST endpoint in Splunk? for LukeMurphey. 06-05-2020 12:50 AM
- Karma Re: How to make a custom REST endpoint in Splunk? for LukeMurphey. 06-05-2020 12:50 AM
- Karma Remove "All" from Multiselect Input in Dashboard for ashish9433. 06-05-2020 12:49 AM
- Karma Re: Remove "All" from Multiselect Input in Dashboard for ashleyherbert. 06-05-2020 12:49 AM
- Karma Splunk Dashboard Examples: How can I implement the table row expansion? for t183194. 06-05-2020 12:49 AM
- Karma Re: "ImportError: ... Symbol not found: _inflateValidate" when starting Splunk 6.x on MacOS High Sierra (10.13) for kcepull2. 06-05-2020 12:49 AM
- Karma Subsecond minspan in auto-span timechart? for Graham_Hanningt. 06-05-2020 12:49 AM
- Karma Re: Subsecond minspan in auto-span timechart? for rjthibod. 06-05-2020 12:49 AM
- Karma Re: choose all Multiselect values by default without using * for kamlesh_vaghela. 06-05-2020 12:49 AM
- Karma Re: IOPS reported by bonnie++ and Splunk Monitoring console for nnmiller. 06-05-2020 12:49 AM
- Karma Is there any way to apply cluster-bundle without rolling restart and search interruption? for allurirohan. 06-05-2020 12:49 AM
- Karma POST to /splunkd/__raw endpoint returns CSRF validation failed for louisjannett. 06-05-2020 12:49 AM
- Karma Re: Dashboard: Set Token When Dashboard is Open for dbcase. 06-05-2020 12:48 AM
- Karma Why is the itsi_event_grouping scheduled search is always being skipped? for rphillips_splk. 06-05-2020 12:48 AM
- Karma Re: Why is the itsi_event_grouping scheduled search is always being skipped? for rphillips_splk. 06-05-2020 12:48 AM
- Karma macOS Sierra 10.12 kills Splunk for hochit. 06-05-2020 12:48 AM
- Karma Re: macOS Sierra 10.12 kills Splunk for hochit. 06-05-2020 12:48 AM
- Karma Is there a way to instruct Splunk to not add quotes when passing searches stored in a lookup table to the map command? for sjaworski. 06-05-2020 12:48 AM
- Karma Re: Is there a way to instruct Splunk to not add quotes when passing searches stored in a lookup table to the map command? for sjaworski. 06-05-2020 12:48 AM
Topics I've Started
04-22-2020
03:12 PM
There is an updated dashboard tab example available here: https://github.com/LukeMurphey/splunk-dashboard-tabs-example
... View more
10-30-2019
01:32 PM
this is really important when using post-process searches. Add | fields * to the base search. Thanks for the tip!
... View more
09-11-2019
12:36 PM
could we get an example for exposing a POST endpoint to Splunk Web?
... View more
06-18-2019
10:09 PM
try it like this:
param.field1 = fielda
... View more
11-25-2018
08:17 PM
1 Karma
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
11-25-2018
08:15 PM
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
10-22-2018
03:44 PM
that's great! Thank you for sharing.
... View more
05-03-2018
06:59 AM
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
01-05-2018
12:01 PM
According to Sanford, it is not recommended to change this setting for versions after 6.1, 6.2, etc.
... View more
11-14-2017
02:33 PM
FYI this is no longer considered a "best practice" by Splunk Professional Services.
... View more
08-15-2017
08:20 AM
Which version has this fix?
... View more
05-31-2017
10:28 PM
Duplicate question: https://answers.splunk.com/answers/391260/dashboard-set-token-when-dashboard-is-open.html
... View more
05-30-2017
07:17 PM
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
03-14-2017
08:07 AM
1 Karma
I had the same issue in Chrome. Clearing the cookies was the solution.
... View more
03-10-2017
11:56 AM
2 Karma
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
03-10-2017
11:53 AM
1 Karma
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
08-01-2016
11:45 AM
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