bw.analyzer.db.create.schema
|
Create tables on startup if not exists.
The default value is true.
|
bw.analyzer.data.interval
|
Set the value in minutes, hours, or in days.
For example:
bw.analyzer.data.interval=15days.
The default value is not set. If the property is not set the query is executed on the complete data.
|
bw.analyzer.refresh.interval
|
Refresh interval for memory cache.
The default value is 60000 milliseconds.
|
bw.analyzer.udp.host
|
Optional. Set the UDP server host address.
The default value is localhost.
|
bw.analyzer.udp.port
|
Optional. Set the UDP server listening port.
The default value is 34567.
|
bw.analyzer.db.driver
|
org.postgresql.Driver
Currently only the PostgreSQL database is supported.
|
bw.analyzer.db.connectionURL
|
Set the database connection URL.
The default value is jdbc:postgresql://localhost:5432/analyzer
|
bw.analyzer.db.userName
|
Set the database username.
The default value is postgres.
|
bw.analyzer.db.password
|
Set the database password.
The default value is admin.
|
bw.analyzer.log.level
|
Set the root log level.
The default value is info.
|
bw.analyzer.jetty.server.port
|
Set jetty server port.
The default value is 8080.
|