Debugging Guide » History » Version 1
Version 1/3
-
Next » -
Current version
Luke Murphey, 11/17/2012 07:57 PM
Debugging Guide¶
Below are a list of Splunk searches that are useful for debugging TextCritical.com:
List of the works imported in the most recent import operation
[ search sourcetype="django" "Analyzing directory for files to import" | head 1 | rename _time AS earliest | eval latest=earliest + (3600 * 2) | fields earliest, latest | format "(" "(" "" ")" "OR" ")" ] | search sourcetype="django" "successfully imported work" | table title