frontail icon indicating copy to clipboard operation
frontail copied to clipboard

Allow user to choose which file to view

Open copernico opened this issue 8 years ago • 13 comments

Right now frontail only shows either one single file or all the files (specified on the command line) merged together. I would love to see a drop-down menu in the top bar that would allow me to pick which file to see.

copernico avatar Dec 03 '16 22:12 copernico

+1

vandot avatar Apr 22 '17 16:04 vandot

+1

andiwirs avatar Oct 30 '17 05:10 andiwirs

+1 current plan is to run a bunch of these on a single node behind a proxy to make this happen.

bberenberg avatar Jan 17 '18 19:01 bberenberg

Looks like it's often requested feature. SImilar to https://github.com/mthenw/frontail/issues/108. My thinking is that if I specify multiply files to tail e.g.

frontail /var/log/syslog1 /var/log/syslog2

Then in the UI I should be able to switch between those two files. By default it should show tail for all files.

What do you think about that?

mthenw avatar Jan 25 '18 16:01 mthenw

Different issue from #108 as I mentioned there. One is about the path at which the tool can run, the other is about how multiple files are displayed within a given instance.

bberenberg avatar Jan 31 '18 20:01 bberenberg

+1

yeurplc avatar Apr 11 '18 13:04 yeurplc

+1

filipeoliveira avatar Apr 13 '18 02:04 filipeoliveira

Totally agree. - If multiple files are being viewed, it would be extremely useful to be able to view the entire stream of log, or individual files. (In the UI I would prefer a dropdown og tabs, preferably even showing a number with the amount of lines added to tailed files that are not presently viewed.

jakobjp avatar May 03 '18 11:05 jakobjp

+1

joshjung avatar May 06 '18 11:05 joshjung

Will this ever be done?

jakobjp avatar Sep 26 '18 13:09 jakobjp

Will this ever be done?

It seems that is quite difficult to change that because of way it's implemented tail -f

vandot avatar Sep 26 '18 14:09 vandot

+1 for this. The only solution I've found so far is to run seperate instances on different ports for each logfile. Other than that, frontail is super amazing :)

timdonovanuk avatar Jun 03 '20 10:06 timdonovanuk

+1 for this. An idea for those smarter than I. Create a wrapper application that launches frontail in tabs. So a menu at the top and tabs below for each file. That would be a new git project but installs Frontail as a dependancy.

pembertonmatsi avatar Apr 29 '21 19:04 pembertonmatsi