User Activity

Hi, We have designed a pipeline monitor using the Snaplogic public API to get the last run details of a pipeline. An email alert is sent if pre defined thresholds are not met. We use…https://elastic.snaplogic.com/api/1/rest/public/runtime/ (project f...
Hi there, I am trying to upload a file to a REST post web service. From the developer guide here is a code sample: and the parameters. I have tried passing an encoded base64 string using binary to document, but looking at the code sample, the web s...
Hello, i have a pipeline that is extracting values from an array using JSON path. This is how it works… Extract the status and effective data from the array where the “activity” = x I use this expression… jsonPath($, “$regulatedActivities[?(@.Activi...
Hello. Im looking for a way of dealing with JSON documents that are sometimes recognised as an array, and sometime not. In the below example, i need to manipulate the “message” element to remove certain messages before passing these on to another web...
Hello, Is there a way to force a pipeline to finish in warning or error state in the dashboard? We handle all errors using an error pipeline. This makes it difficult to spot pipelines that have gone wrong in the dashboard. It would be great if there ...