2016-06-17 13:35:29 +02:00
< datasource-http-settings current = "ctrl.current" suggest-url = "http://localhost:9200" >
2016-02-03 17:01:53 +01:00
< / datasource-http-settings >
2015-09-06 12:58:53 +02:00
2016-02-18 12:16:47 +01:00
< h3 class = "page-heading" > Elasticsearch details< / h3 >
2015-02-28 14:00:04 +01:00
2016-02-18 12:16:47 +01:00
< div class = "gf-form-group" >
2016-02-16 07:57:58 +01:00
< div class = "gf-form-inline" >
2016-02-22 12:00:57 +01:00
< div class = "gf-form max-width-25" >
2016-02-20 14:48:10 +01:00
< span class = "gf-form-label width-9" > Index name< / span >
2016-02-16 07:57:58 +01:00
< input class = "gf-form-input" type = "text" ng-model = 'ctrl.current.database' placeholder = "" required > < / input >
< / div >
2016-02-20 14:48:10 +01:00
< div class = "gf-form width-14" >
2017-12-13 15:05:43 +01:00
< span class = "gf-form-label width-9" > Pattern< / span >
< span class = "gf-form-select-wrapper" >
< select class = "gf-form-input gf-size-auto" ng-model = "ctrl.current.jsonData.interval" ng-options = "f.value as f.name for f in ctrl.indexPatternTypes" ng-change = "ctrl.indexPatternTypeChanged()" > < / select >
< / span >
2016-02-16 07:57:58 +01:00
< / div >
< / div >
2015-12-17 10:00:53 +01:00
2016-02-22 12:00:57 +01:00
< div class = "gf-form max-width-25" >
2016-02-20 14:48:10 +01:00
< span class = "gf-form-label width-9" > Time field name< / span >
2016-02-16 07:57:58 +01:00
< input class = "gf-form-input" type = "text" ng-model = 'ctrl.current.jsonData.timeField' placeholder = "" required ng-init = "" > < / input >
< / div >
< div class = "gf-form" >
2017-12-13 15:05:43 +01:00
< span class = "gf-form-label width-9" > Version< / span >
< span class = "gf-form-select-wrapper" >
< select class = "gf-form-input gf-size-auto" ng-model = "ctrl.current.jsonData.esVersion" ng-options = "f.value as f.name for f in ctrl.esVersions" > < / select >
< / span >
2016-02-16 07:57:58 +01:00
< / div >
2017-11-21 10:56:34 +01:00
< div class = "gf-form max-width-30" ng-if = "ctrl.current.jsonData.esVersion>=56" >
< span class = "gf-form-label width-15" > Max concurrent Shard Requests< / span >
< input class = "gf-form-input" type = "text" ng-model = 'ctrl.current.jsonData.maxConcurrentShardRequests' placeholder = "" required > < / input >
< / div >
2017-09-01 15:57:02 +02:00
< div class = "gf-form-inline" >
< div class = "gf-form" >
2018-04-16 16:03:50 +02:00
< span class = "gf-form-label width-9" > Min time interval< / span >
2017-09-01 15:57:02 +02:00
< input type = "text" class = "gf-form-input width-6" ng-model = "ctrl.current.jsonData.timeInterval" spellcheck = 'false' placeholder = "10s" > < / input >
< info-popover mode = "right-absolute" >
A lower limit for the auto group by time interval. Recommended to be set to write frequency,
for example < code > 1m< / code > if your data is written every minute.
< / info-popover >
< / div >
2016-02-16 07:57:58 +01:00
< / div >
2015-10-23 09:32:02 +02:00
< / div >