2014-07-16 18:47:20 +02:00
< div class = "editor-row" >
2014-07-18 19:19:30 +02:00
< div class = "section" >
2014-09-04 14:41:27 +02:00
< h5 > InfluxDB Query < tip > Example: select text from events where $timeFilter< / tip > < / h5 >
2014-07-18 19:19:30 +02:00
< div class = "editor-option" >
2014-09-04 14:41:27 +02:00
< input type = "text" class = "span10" ng-model = 'currentAnnotation.query' placeholder = "select text from events where $timeFilter" > < / input >
2014-07-18 19:19:30 +02:00
< / div >
< / div >
< / div >
< div class = "editor-row" >
< div class = "section" >
2015-10-22 18:24:43 -04:00
< h5 > Column mappings < tip > If your influxdb query returns more than one column you need to specify the column names below. An annotation event is composed of a title, tags, and an additional text field.< / tip > < / h5 >
2014-07-18 19:19:30 +02:00
< div class = "editor-option" >
< label class = "small" > Title< / label >
< input type = "text" class = "input-small" ng-model = 'currentAnnotation.titleColumn' placeholder = "" > < / input >
< / div >
< div class = "editor-option" >
< label class = "small" > Tags< / label >
< input type = "text" class = "input-small" ng-model = 'currentAnnotation.tagsColumn' placeholder = "" > < / input >
< / div >
< div class = "editor-option" >
< label class = "small" > Text< / label >
< input type = "text" class = "input-small" ng-model = 'currentAnnotation.textColumn' placeholder = "" > < / input >
< / div >
2014-07-13 15:01:20 +02:00
< / div >
< / div >