12 Feb 2025 01:25 PM
Hi all,
I want to know if an info Davis event of type PROCESS_RESTART is processed by Openpipeline, and if it is possible to extract metrics or other events.
Example:
I have some doubts because in the sources tab of the events pipelines, the only source available is Default API:
Thank you for your help!
Kind regards,
Javier Gómez.
13 Feb 2025 05:19 AM
Hey @javier-gomez
I don't think this is currently possible, tried in my own environment and doesn't seem to go through a pipeline. However you can access the events in DQL if you fetch dt.davis.events and filter for event.name == "Process restart". That should allow you to use them in the new platform anywhere you can use DQL. You can also use things like the makeTimeseries function to transform them into other forms like you might through the pipeline.
13 Feb 2025 11:00 AM
Hi @Fin_Ubels, thank you for the response!