With 6.3 (and above), we can get this information using a REST API call. For example,
|rest /services/saved/searches/Test will give this information about the Saved Search "Test" in the updated data key such as the below:
updated
2015-12-30T18:51:48-08:00
The initial time will be for created and will be replaced by the time of last update.
This should help track when the searches were last updated.
... View more
No. One can not symlink every file under $SPLUNK_HOME/etc/system/static which generates the error above.
Replacing symlinked files with actual files should resolve the problem. Alternately one could symlink the static folder instead of each file.
... View more
Just to Sum up :
REMOVE FROM ONE Peer:
curl -k -u admin:changeme "https://CM:8089/services/cluster/master/buckets/_audit~5~A5F789C3-22C0-407C-9B6B-10C8705F1C3D/remove_from_peer" -d peer=GUID_FOR_PEER
REMOVE FROM ALL:
curl -k -u admin:changeme -X POST "https://CM:80890/services/cluster/master/buckets/ _audit~5~A5F789C3-22C0-407C-9B6B-10C8705F1C3D/remove_all"
... View more
You can go to www.splunk.com and click on the Support pull down menu and then on the support portal which is the last item. You will need your authorized credentials to log into the support portal.
... View more
We have data indexed from some days, but not most. The test searches we do show that only about 20-50% of the data is showing up in the indexes for each day.
... View more
yannk mentions the SOS app - this has been deprecated - if you have version 6.3 or above this has been replaced by the DMC. We too are getting this error message - any thoughts on a solution for this issue?
Audit event generator: Now skipping indexing of internal audit events, because the downstream queue is not accepting data. Will keep dropping events until data flow resumes. Review system health: ensure downstream indexing and/or forwarding are operating correctly.
... View more