Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Realtime tail of logfile.

Hello,
I am new here!
Currently I have a job that takes in a log file and parses it into useful information. This is an adhoc job.
I now have a requirement make this data realtime to tail a log file on a remote server. I can access this unix server via ssh or ftp. The file is constantly changing and i need a realtime input from the new rows added to the file.
I have tried an tssh but it seems commands like "more" or "tail" do not work with the component.
Any thoughts?
Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hi
You can consider another solution, that is to append the newest data to the file, and then put the file to remote unix server by ftp component.
Shong