Files
gls_docs/src/main/resources/queryrest.properties
2019-01-24 11:22:28 +01:00

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