Tail log in real time

Do we have any tail logs real-time log with search or filter

you might want to be a little more verbose about your question.

similar to tail -f logfile.log | grep [regexp] would be great.

You might want to re-read what Graylog and similar systems provide. What the concept is behind a modern centralized log file management solution.

If you log shipper provide the information where he had taken the log message from (what file) and your application does structured logging (or you structure the messages yourself) you can do way more than just a tail -f on a log message.

But if you just want tail -f, just log into the system or run your syslog enabled with remote logging, that might fit more to your needs.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.