You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Ishan Chattopadhyaya (Jira)" <ji...@apache.org> on 2020/03/09 00:11:00 UTC

[jira] [Commented] (SOLR-14310) Expose solr logs with basic filters via HTTP

    [ https://issues.apache.org/jira/browse/SOLR-14310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17054569#comment-17054569 ] 

Ishan Chattopadhyaya commented on SOLR-14310:
---------------------------------------------

I don't think Solr should be doing anything to process it's own logs. This is best left to logstash/kibana or other log management tools. But even if we do this, this should not be in core.

> Expose solr logs with basic filters via HTTP
> --------------------------------------------
>
>                 Key: SOLR-14310
>                 URL: https://issues.apache.org/jira/browse/SOLR-14310
>             Project: Solr
>          Issue Type: Sub-task
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Noble Paul
>            Priority: Major
>
> path {{/api/node/tools/logs}}
> params
> * lines : (default 100) no:of lines to be shown. the most recent lines are shown
> * collection : (multivalued) filter log lines by collections
> * shard : (multivalued) filter log lines by shard name
> * core: (multivalued)filter log lines by cores
> * startTime: timestamp start
> * endTime: Timestamp end
> * className :(multivalued) Name of the class in logs
> * logLevel: (multivalued) . INFO/DEBUG etc
> * threadNamePrefix: (multivalued) : eg: qtp ,searchExecutor , solrHandlerExecutor etc
> The output will be in plain text format



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org