filesystem.file_tail_follow¶
Retrieve last tail_lines lines specified as an integer argument for a specified path and then
any new lines as they are added.
This event is generated by a dynamic source. If you want to specify subscription params, subscribe to it using the name in the following format filesystem.file_tail_follow:{“param”: “value”}
Type: object
No Additional Properties
No Additional Properties
No Additional Properties
FileFollowTailEventSourceArgs
Type: objectNo Additional Properties
Path
Type: stringPath to the file to follow/tail.
Tail Lines
Type: integer Default: 3Number of log lines to tail from the end of the log.
FileFollowTailEventSourceEvent
Type: objectNo Additional Properties
FileFollowTailEventSourceEvent
Type: objectNo Additional Properties
Data
Type: stringNew data appended to the file being followed.
Required roles: