[jboss-jira] [JBoss JIRA] (LOGTOOL-62) Log filtering tool
James Perkins (JIRA)
issues at jboss.org
Mon Aug 28 18:54:00 EDT 2017
[ https://issues.jboss.org/browse/LOGTOOL-62?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
James Perkins closed LOGTOOL-62.
--------------------------------
Resolution: Won't Do
Closing this in favor of using log aggregators and query tools like the ELK stack.
> Log filtering tool
> ------------------
>
> Key: LOGTOOL-62
> URL: https://issues.jboss.org/browse/LOGTOOL-62
> Project: Log Tool
> Issue Type: Feature Request
> Reporter: Jesper Pedersen
> Assignee: James Perkins
>
> It would be nice to have a log filtering tool, which can help to extract / highlight log statements in huge log files.
> An idea could be to have a SQL like language in order to limit the number of lines as much as possible
> {noformat}
> SELECT * FROM server.log WHERE CATEGORY = 'org.jboss.as' AND SEVERITY IN {FATAL OR ERROR OR WARN} AND TIMESTAMP >= '12:42:00,000' AND CONTENT CONTAINS 'Something went wrong'
> {noformat}
> Having functions to select all / a defined number of lines after each hit, between timestamps, and so on would be good.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list