Phoebus save-and-restore

services.phoebus-save-and-restore
services.phoebus-save-and-restore.enable boolean[source]

Whether to enable the Phoebus Save-and-restore service.

This service is used by clients to manage configurations (aka save sets) and snapshots, to compare snapshots, and to restore PV values from snapshots.

Default value
false
Example
true
services.phoebus-save-and-restore.openFirewall boolean[source]

Open the firewall for the Phoebus Save-and-restore service.

Warning

This opens the firewall on all network interfaces.

Default value
false
services.phoebus-save-and-restore.settings attribute set of (string, package, bool, int or float)[source]

Configuration for the Phoebus Save-and-restore service.

These options will be put into a .properties file.

Note that options containing a “.” must be quoted.

Available options can be seen here: https://github.com/ControlSystemStudio/phoebus/blob/master/services/save-and-restore/src/main/resources/application.properties

Default value
{ }
services.phoebus-save-and-restore.settings."elasticsearch.http.port" 16 bit unsigned integer; between 0 and 65535 (both inclusive)[source]

Elasticsearch server port.

Default value
config.services.elasticsearch.port
services.phoebus-save-and-restore.settings."elasticsearch.network.host" string[source]

Elasticsearch server host.

If localhost (the default), the Elasticsearch service will be automatically set up.

Default value
"localhost"
services.phoebus-save-and-restore.settings."server.port" 16 bit unsigned integer; between 0 and 65535 (both inclusive)[source]

Port for the Save-and-restore service

Default value
8080