Skip to main content

How can I watch log file?

· 2 min read
Jeremy Scott
Co-founder

In opscotch version 3, file access was introduced, along with the fileWatcher step trigger. File watching is a capability that allows you to request the agent to call a step when a file is changed—for example, when a log file is updated, you can receive the new lines as a step payload. As security is always a top priority, file access is strictly controlled in several ways.

How can I use the internal queue?

· 2 min read
Jeremy Scott
Co-founder

An exciting change in version 3 of opscotch is the introduction of workflow-available high-performance persistent FIFO queues. This was the missing functionality that allows opscotch workflows to robustly buffer outbound data - essentially acting as a log aggregator, among other uses.

How can I serve static content?

· 3 min read
Jeremy Scott
Co-founder

With the addition in version 3 of file access and HTTP listening (you should read those blog posts first), the combination of these two features allows for serving static content, i.e., images, HTML, JavaScript, etc., from opscotch. As security is always a top priority, HTTP requests for static content are strictly controlled in several ways.

How can I listen for and respond to http requests?

· 3 min read
Jeremy Scott
Co-founder

An exciting new feature of version 3 of opscotch is the capability of listening for and responding to HTTP requests using workflows - essentially turning opscotch into an application server. As security is always a top priority, HTTP serving is strictly controlled in several ways.