25 lines
1.2 KiB
Properties
25 lines
1.2 KiB
Properties
# defines the fields that are included in the response of an event query
|
|
# if no fields have been specified by the user
|
|
queryrest.response.fields.event.query=channel,backend,pulseId,globalSeconds,iocSeconds,shape,eventCount,value
|
|
|
|
# aggregation which are included in the response by default if aggregation is enabled for a given query
|
|
queryrest.response.fields.event.query.aggregations=min,mean,max
|
|
|
|
# defines the fields that are included in the response of a config query
|
|
queryrest.response.fields.config.query=name,backend,pulseId,globalSeconds,type,shape,source,unit
|
|
queryrest.response.fields.config.historic=name,backend,type,shape,source,description,unit
|
|
|
|
# Central Query Configs
|
|
#######################
|
|
query.backens=[{"path":"/sf"},{"path":"/gls"},{"path":"/hipa"},{"path":"/saresa"},{"path":"/saresb"}]
|
|
|
|
# defines if the writer is a local writer (can write data to filesystem)
|
|
filestorage.writer.local=false
|
|
# defines if the writer is a local reader (can read data from filesystem)
|
|
filestorage.reader.local=false
|
|
filestorage.reader.filter.ttl=false
|
|
filestorage.maintenance.startup.init=false
|
|
filestorage.compaction.startup.init=false
|
|
filestorage.startup.repair.init=false
|
|
|
|
#server.port=8081 |