Create a search that shows the events you're interested in, e.g., maybe it's just source=/var/log/file.log , or source=*whatever.log | head 500 . The search should have a real-time time range.
From the actions menu, select "Add to dashboard". Add the search to a new dashboard.
Edit the dashboard's View XML, using the event panel as a reference. You won't be able to remove the timestamp or change the spacing or typeface from here. Some things will require an edit of the CSS behind this view.
If you prefer, use @Mackenzie's technique of picking out the _raw field and display the results with the <table> panel rather than the <event> panel. You can edit the prefs of this in the view XML as well.
... View more