Distributed Filestorage
This commit is contained in:
@ -4,3 +4,8 @@ queryrest.default.response.fields=channel,backend,pulseId,globalSeconds,iocSecon
|
||||
|
||||
# aggregation which are included in the response by default if aggregation is enabled for a given query
|
||||
queryrest.default.response.aggregations=min,mean,max
|
||||
|
||||
# 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
|
||||
|
@ -1,3 +1,6 @@
|
||||
backend.default=sf-databuffer
|
||||
backend.default=sf-imagebuffer
|
||||
|
||||
# defines if the MainHeader should be checked and dropped (false -> check but not dropped)
|
||||
dispatcher.validate.mainheader=false
|
||||
dispatcher.validate.mainheader.log=false
|
||||
query.min.time=1970-01-01T00:00:00.000000000+00:00
|
Reference in New Issue
Block a user