From f8f22d5a7966c495bf175a00ae573025b1b0aa0a Mon Sep 17 00:00:00 2001 From: Amadeu Andrade Barbosa Junior Date: Tue, 23 Jan 2024 10:47:14 -0300 Subject: [PATCH] Add query_options documentation + snakk review for other fields --- collector/configuration/sources.xml.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/collector/configuration/sources.xml.md b/collector/configuration/sources.xml.md index 33bb334..1a71c85 100644 --- a/collector/configuration/sources.xml.md +++ b/collector/configuration/sources.xml.md @@ -17,7 +17,7 @@ This file stores the configuration regarding the connection to all the remote da | `rig_name` | string | | | `service_company` | string | | | `protocol_name` | string | | -| The protocol name defines the interpretation of all the other fields. Possible values are `witsml`, `wits`, `opc-da`,`opc-ua`, `csv`, and `raw`. | | | +| The protocol name defines the interpretation of all the other fields. Possible values are `witsml`, `wits`, `opc-da`,`opc-ua`, `modbus`, `csv`, and `raw`. | | | | `protocol_version` | string | | | `endpoint` | string | | | The format of the endpoint varies by protocol. | | | @@ -61,6 +61,8 @@ This file stores the configuration regarding the connection to all the remote da | This field is informative only, and not used on the connection. It can be left blank. | | | | `index_type` | string | witsml | | When a wildcard (`*`) is used for the `uid_log`, this fields restrict the collection for a specific log index type. It is also useful to tell the collector, a priori, not to query by date when a log is depth-indexed, and vice-versa. Possible values are `date time`, `measured depth` or `vertical depth`. | | | +| `query_options` | string | witsml, liverig 5.5+ | +| For WITSML, the requests can be made lightweight once metadata information is ommited in responses. That is specially trick for WITSML Log polling. Here you can specify `returnElements=data-only` to make such lightweight requests by default. | | | | `mnemonics` | string | witsml, opc-da, opc-ua | | For opc-da and opc-ua, it should be combined with a list provided on the file `store.json`. | | | | `log_delay` | int | witsml |