diff --git a/panels/timepicker/editor.html b/panels/timepicker/editor.html
new file mode 100644
index 00000000000..c66b1dda710
--- /dev/null
+++ b/panels/timepicker/editor.html
@@ -0,0 +1,38 @@
+  
+    
Relative mode settings
  
+    
+      
Relative time options comma seperated
+      
+    
+    
+      
Default timespan
+      
+    
+  
\ No newline at end of file
diff --git a/panels/timepicker/module.js b/panels/timepicker/module.js
index 5013cf50c15..2ea10aebaa7 100644
--- a/panels/timepicker/module.js
+++ b/panels/timepicker/module.js
@@ -33,6 +33,7 @@ angular.module('kibana.timepicker', [])
     mode          : "relative",
     time_options  : ['5m','15m','1h','6h','12h','24h','2d','7d','30d'],
     timespan      : '15m',
+    timefield     : '@timestamp',
     index         : '"logstash-"yyyy.mm.dd',
     group         : "default",
     refresh       : {