GBDS Notifier
Last updated
Was this helpful?
The Notifier's configuration parameters are defined in a configuration file containing all parameters and their respective values. Omitted parameters assume default values. This section describes the properties of the configuration file.
The configuration file is located at: /etc/griaule/conf/notifier.properties.
The configuration file must follow some requirements to be correctly interpreted by the GBDS. These requirements are:
The file name and its location must be exactly the same as those mentioned in the section File Location
There must be exactly one configuration parameter per line.
Each configuration parameter must have the form {parameter}={value}, without line breaks;
Each value must be separated by a comma when assigned to a single parameter.
This section describes each of the Notifier configuration parameters that may be listed in the configuration file and how they affect system operation.
This parameter defines whether the Notifier is active or not.
Default Value:
true
Possible values:
true
false
This parameter defines the hostname and the port where the zookeeper server can be found. Each value must be separated by commas if there is more than one.
Default Value:
<hostname>:<port>
This parameter defines the methods to be notified, separated by commas.
Default Value:
enroll,search,treatanomaly,qualityanalysis
Possible values:
assignanomaly
authentication
countanomalies
delete
enroll
externalauthentication
findanomalies
getanomaly
getperson
getresult
transactiontransaction
listanomalies
peoplefilter
search
treatanomaly
trustedenroll
unassignanomaly
removefromreference
addtoreference
This parameter defines the destination address to which the notification will be sent.
Default Value:
id::None->url::http://<address>:<port>
This parameter defines whether authentication is required for communication with the endpoint.
Default Value:
true
Possible values:
true
false
This parameter defines the Kafka Broker address and must be reflected in the Kafka configurations.
Default Value:
<hostname>:6667
This parameter defines the number of threads that should be used to consume the notification queue.
Default Value:
6
This parameter defines the time interval for retrying to resend a notification.
Default Value:
3000
Last updated
Was this helpful?
Was this helpful?

