data_path
Root directory, where to look for the configuration (/conf ) and where collected data will be written (/data ).
| | | | | | |
enable_send_to_live
Whether to send collected data to Intelie Live (when true) or save it locally only, for example on protocol conversion mode.
| | | | | | |
enable_webapp
Enables the web application provision.
| | | | | | |
live.hostname
Live access' hostname.
| | | | | | |
live.port
Live access' port.
| | | | | | |
live.username
This collector's username to connect to Live.
| | | | | | |
live.password
This collector's password to connect to Live.
| | | | | | |
live.ssl.enable
Enables SSL connection to Live.
| | | | | | |
live.ssl.fingerprints
SSL key fingerprints required for an SSL connection to Live.
| | | | | | |
live.backup.hostname
Backup Live (secondary Live client) access' hostname.
| | | | | | |
live.backup.port
Backup Live (secondary Live client used when main client is off) access' port.
| | | | | | |
live.backup.username
This collector's username to connect to secondary Live (used when main client is off).
| | | | | | |
live.backup.password
This collector's password to connect to secondary Live (used when main client is off).
| | | | | | |
live.backup.change.delay
Delay (in milliseconds) to switch the events destination to backup Live.
| | | | | | |
live.main.change.delay
Delay (in milliseconds) to switch the events destination to main Live.
| | | | | | |
connect_timeout
The connection timeout.
| | | | | | |
reconnect_minimum_delay
The minimum delay allowed on reconnections.
| | | | | | |
reconnect_maximum_delay
The maximum delay allowed on reconnections.
| | | | | | |
compression
Enables data compression with zlib. Modified during hello negotiation.
| | | | | | |
request_threads
Maximum number of threads allowed to retrieve data.
| | | | | | |
hello_timeout
How much can the connection wait before the source hello is received.
| | | | | | |
idle_timeout
How much can the connection be idle before sending a keep-alive ping.
| | | | | | |
keep_alive_timeout
How much can the connection wait before the answer to a keep-alive ping.
| | | | | | |
resend_request_queue_capacity
Determines the length of a connection's resend request processing queue.
| | | | | | |
resend_rate
The default resend rate value is a good one when running at the rig site. When collecting from many sources at once, this value should be increased.
| | | | | | |
enable_realtime
Enables real time sync data.
| | | | | | |
realtime_fetch_limit
Maximum time to fetch behind events when working in real time.
| | | | | | |
realtime_fetch_tolerance
Maximum time to fetch forward events when working in real time.
| | | | | | |
enable_backlog
Enables history data gathering.
| | | | | | |
backlog_fetch_limit
The maximum time allowed to retrieve data when backlog enabled.
| | | | | | |
enable_backlog_history
Enables the feature to retrieve backlog data within a start and end date.
| | | | | | |
history_execution_period
The period factor that the backlog history will retrieve data.
| | | | | | |
backlog_history_fetch_limit
When backlog history is requested, this is the maximum fetch limit to retrieve by every history_execution_period.
| | | | | | |
backlog_history_depth_fetch_limit_in_meters
When backlog history is requested, this is the maximum fetch limit in depth meters to retrieve.
| | | | | | |
backlog_history_remote_execution_period_in_seconds
When backlog history is configured, this is the execution period to execute the request.
| | | | | | |
enable_remote_control_backlog_sync
Enables remote control for the backlog sync functionalities.
| | | | | | |
enable_remote_control
Enables remote control for the collector's functionalities.
| | | | | | |
remote_control_max_threads
Maximum number of threads allowed for the remote-control functionalities.
| | | | | | |
remote_control_queue_size
Maximum queue of remote-control requests.
| | | | | | |
http_dump
Enables dumping http requests to the standard output.
| | | | | | |
timestamp_adjustment_alpha
Timestamp adjustment factor to compensate the difference between the real-world time and the source's clock.
| | | | | | |
timestamp_adjustment_limit
The maximum difference allowed between the adjusted timestamp and the original one.
| | | | | | |
time_travel
This sets an offset time on the collector's clock.
| | | | | | |
enable_lcd
Enables the collector to display its status on an LCD screen.
| | | | | | |
lcd_type
The LCD's messaging type.
| | | | | | |
crystalfontz_port
If the lcd_type is crystalfontz, this will set the port to access it.
| | | | | | |
crystalfontz_baud
If the lcd_type is crystalfontz, this will set its baud rate.
| | | | | | |
witsml_connect_timeout
The connection timeout value for a WITSML source.
| | | | | | |
witsml_request_timeout
The request timeout value for a WITSML source.
| | | | | | |
witsml_query_force_return_elements_all
Enables forcing WITSML's getFromStore to return all elements.
| | | | | | |
witsml.certificates
Base directory where the HTTPS certificates are stored for WITSML client source configuration. This is not mandatory.
| | /opt/intelie/liverig/conf /witsml
| | | | |
witsml.keystore
File name for the client keystore containing client private key and certificate for HTTPS certificate-based authentications for WITSML client sources.
| | | | | | |
witsml.keypass
Password for the client keystore.
| | | | | | |
witsml.truststore
File name of the trusted WITSML servers store file. This file should contain the certificates the client can trust.
To disable the validation of server certificates, set the property ignore_invalid_witsml_certificate to true.
| | | | | | |
witsml.trustpass
Password for the trusted servers keystore.
| | | | | | |
ignore_invalid_witsml_certificate
Enables ignoring invalid certificates from WITSML servers.
| | | | | | |
opcua.applicationuri
The OPC-UA source's server application URI.
| | | | | | |
opcua.securitymode.min
The minimum endpoint security level required for the collector to try to connect to the OPC-UA server.
| | | | | None , Sign or SignAndEncrypt
| |
opcua.securitymode.max
The minimum endpoint security level required for the collector to try to connect to the OPC-UA server.
| | | | | None , Sign or SignAndEncrypt
| |
opcua.securitypolicy.min
The minimum endpoint security policy required by the collector to try to connect to the OPC-UA server.
| | | | | None , Basic128Rsa15 , Basic256 , Basic256Sha256 , Aes128_Sha256_RsaOaep or Aes256_Sha256_RsaPss
| |
opcua.securitypolicy.max
The maximum endpoint security policy required by the collector to try to connect to the OPC-UA server.
| | | | | None , Basic128Rsa15 , Basic256 , Basic256Sha256 , Aes128_Sha256_RsaOaep or Aes256_Sha256_RsaPss
| |
opcua.certificates
Base directory for the OPC-UA certificates.
| | | | | | |
opcua.keystore
Name of the OPC-UA key store.
| | | | | | |
opcua.storetype
OPC-UA Keystore Type
| | | | | | |
opcua.storepass
OPC-UA Keystore password
| | | | | | |
opcua.keyalias
OPC-UA's private key alias.
| | | | | | |
opcua.keypass
OPC-UA's private key password.
| | | | | | |
opcua.queuesize
Sets the OPC-UA's subscription queue size.
| | | | | | |
ignore_invalid_opc_certificate
Enables ignoring invalid certificates from OPC-UA and OPC-DA servers.
| | | | | | |
enable_witsml_tree_event
This Property was removed on Liverig 2.22.0
| | | | | | |
witsml_tree_event_period_seconds
This Property was removed on Liverig 2.22.0
| | | | | | |
wildcard_period_in_seconds
Sets the Wildcard Period if the Request does not contain it.
| | | | | | |
witsml_change_mechanism_feature
Enables a mechanism for identifying change for data objects in a WITSML server
| | | | | | |
witsml_change_mechanism_delay_period_in_seconds
The number of seconds for the client to detect a change in a growing data object.
| | | | | witsml_change_mechanism_feature = true
| |
witsml_change_mechanism_detection_period_in_seconds
The number of seconds for the client delayed to start
| | | | | witsml_change_mechanism_feature = true
| |
witsml_change_mechanism_initial_last_change_feature
Enables the use of a default initial lastChange when starts the feature
| | | | | witsml_change_mechanism_feature = true
| |
witsml_change_mechanism_late_channels_feature
Allows to collect channels that arrive with low-frequency samples
| | | | | witsml_change_mechanism_feature = true
| |
witsml_change_mechanism_object_growing_feature
Enables the use of object-growing queries when there aren't changed objects
| | | | | witsml_change_mechanism_feature = true
| |
witsml_change_mechanism_initial_last_change_in_minutes
The number of minutes before now for use as the default last change for an initial request
| | | | | witsml_change_mechanism_feature = true
| |
| | | | | | |
| | | | | | |
log_rotate_hour
Sets the hour of day to rotate Event logs.
| | | | | | |
minimum_diskspace_in_megabytes
Minimum available disk space required to collector work properly. The collector is restarted whenever the available disk space is less than the minimum required.
| | | | | | |
internal_events_period_in_seconds
Period to compute and transmit the internal events reporting actual source configuration and basic server statistics to central sites.
| | | | | | |
internal_events_initial_delay_in_seconds
The initial delay for the computation and transmission of internal events can be customized freely.
| | | | | | |
enable_config_only_on_first_internal
Enables sending the internals configurationStatus field only on the first internal event sent.
The configurationStatus field contains a HashCode representation of every configuration file from the Liverig Collector, reducing bandwidth consumption for collector remote control features.
| | | | | | |
serial_connect_timeout
How much can the connection wait before retrying in case of failure when using a Serial Port.
The amount of time waiting is proportional to the number of failed attempts and it is given by serial_connect_timeout multiplied by the minimum between amount of attempts failed and serial_max_retry_jump.
| | | | | | |
serial_max_retry_jump
The maximum serial timeout connection multiplier.
| | | | | | |
witsml_tree_request_feature
Enables the WITSML tree request feature to load WITSML objects to be used in Collector's Backlog Sync and Collector's Object Explorer screens
| | | | | | |
witsml_tree_request_object_limit
Maximum number of objects loaded in witsml tree.
| | | | | | |
witsml_tree_request_delay_time
Initial delay for search/pooling new objects.
| | | | | | |
witsml_tree_request_update_time
Time schedule for search/pooling new objects.
| | | | | | |