mbok / logsniffer

logsniffer is a sophisticated open source web tool for parsing, viewing, monitoring and analyzing log data - smarter, collaborative and easier. [No longer maintaned]
GNU Lesser General Public License v3.0
104 stars 47 forks source link

Searching behavior #70

Open vit1251 opened 8 years ago

vit1251 commented 8 years ago

Today search feture is just highlight line with found regexp condition. But we have not search and filtering all messages with composed search criteria. Let's I explain: if you working before with JIRA you know that search query may be saved and later you can used in search by query name. It a good idea to save most popular search query for example: "Today errors", "New user at week", "Slow mysql query" or etc.

mbok commented 8 years ago

I would suggest to realize the use cases "Today errors", "New user at week" etc. by setting up a sniffer with the destined search. Each hit will be stored as an event in embedded Elasticsearch index which is searchable on the events page.