private void throwAndLogNonExistingSplunkIndex(String index)
throws IllegalIndexException {
logger.error(did("Attempted to get thaw location for index",
"index not in splunk", null, "index", index, "splunk service",
splunkService.getHost()));
throw new IllegalIndexException("Index " + index
+ " does not exist in splunk");
}