[
https://issues.apache.org/jira/browse/SLING-6142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15571003#comment-15571003
]
Chetan Mehrotra commented on SLING-6142:
----------------------------------------
LogPlugin now supports {{grep}} parameter
{noformat}
http://localhost:8080/system/console/slinglog/tailer.txt?tail=1000&grep=lucene&name=%2Flogs%2Ferror.log
{noformat}
{{grep}} can be
* Simple string phrase - In this case search is done in case insensitive way
via String.contains
* regex - In this case the search would be done via regex pattern matching
Done with r1764602
> Add grep like support in Log Tailer
> -----------------------------------
>
> Key: SLING-6142
> URL: https://issues.apache.org/jira/browse/SLING-6142
> Project: Sling
> Issue Type: Improvement
> Components: Commons
> Reporter: Chetan Mehrotra
> Assignee: Chetan Mehrotra
> Labels: docs-impacting
> Fix For: Commons Log 5.0.0, Commons Log WebConsole 1.0.0
>
>
> Sling Commons Log webconsole plugin has a basic tail support. I would like to
> add basic grep support to allow tailing lines matching certain pattern
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)