Debugging Guide¶
Below is 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