🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

n8n-nodes-tail

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-nodes-tail

Tail trigger

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

TailTrigger – Custom n8n Node for real-time Monitoring

This is a n8n community node.

TailTrigger allows real-time monitoring of a local file to start the workflow whenever a line is added.

n8n is a fair-code licensed workflow automation platform.

Installation

Follow the installation guide in the n8n community nodes documentation.

Install with npm i n8n-nodes-tail

Usage

Disclaimer: It is not recommended to use this on large log files (such as nginx logs), as it may trigger an excessive number of workflows.

Tip: Use a command like | grep beforehand to filter the logs and create a smaller file for monitoring.

Compatibility

Developed using n8n version 1.64

Resources

Keywords

Tail

FAQs

Package last updated on 17 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts