Phoebus Olog

services.phoebus-olog
services.phoebus-olog.enable boolean[source]

Whether to enable the Phoebus Olog service.

Default value
false
Example
true
services.phoebus-olog.settings attribute set of (string, package, bool, int or float)[source]

Configuration for the Phoebus Olog service.

These options will be put into a .properties file.

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

See here for supported options: https://github.com/Olog/phoebus-olog/blob/v4.7.7/src/main/resources/application.properties

Default value
{ }
services.phoebus-olog.settings."ad.enabled" boolean[source]

Enable authenticating to an external Active Directory server.

Default value
false
services.phoebus-olog.settings."demo_auth.enabled" boolean[source]

Enable the demo authentication.

Phoebus will provide two users:

  • admin:adminPass

  • user:userPass

Default value
false
services.phoebus-olog.settings."embedded_ldap.enabled" boolean[source]

Enable the embedded LDAP authentication.

Default value
false
services.phoebus-olog.settings."ldap.enabled" boolean[source]

Enable authenticating to an external LDAP server.

Default value
false
services.phoebus-olog.settings."server.http.enable" boolean[source]

Enable unsecure HTTP.

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

The server port for the REST service.

Default value
8181