Hi everyone,
We need to retrieve information from logger tables, stored in Elastic, filtering by a timestamp and a specific column value. We already have tested with the GetPartialTable SLNet message with no success, do you know if there is another option to achieve this? Take into account that we need to retrieve ALL information that matches with the filtering criteria, and this possibly will be more than 1000 rows.

Hi Sebastián,
To retrieve data from logger tables, you should indeed be able to use the GetPartialTable SLNet message. This message allows for filtering, enabling you to extract only the necessary data (the filtering should follow the format specified here).
Alternatively, you can query the database directly. If you choose this approach, ensure that the database strategy is properly identified and adjust necessary queries accordingly to match the schema and performance requirements.
Hope this helps!
Hi Sebastian,
Can you provide an example of GetPartialTable message that didn't work for you?