gvalkov / tailon-legacy

Webapp for looking at and searching through log files
http://tailon-legacy.rtfd.org/
Other
191 stars 45 forks source link

Update commands.py #51

Open gypsymauro opened 6 years ago

gypsymauro commented 6 years ago

if you change the grep option -e with -E you can use more advanced regexp like (foo|bar) or foo.*bar to inlcude just lines that contains foo OR bar strings or, in the second case, foo AND bar useful in very big syslog files ;). It will be nice to have an help page with some examples like those, and the possibility to save some searches

gvalkov commented 6 years ago

Thanks. I like the idea, but I'm thinking of taking it a step further and making the commands fully configurable. I'll leave this open for now.