Jason Gerlowski created SOLR-14558: -------------------------------------- Summary: SolrLogPostTool should record all lines Key: SOLR-14558 URL: https://issues.apache.org/jira/browse/SOLR-14558 Project: Solr Issue Type: Improvement Security Level: Public (Default Security Level. Issues are Public) Components: scripts and tools Affects Versions: master (9.0) Reporter: Jason Gerlowski
Currently, SolrLogPostTool recognizes a predefined set of "types" of log messages: queries, errors, commits, etc. This makes it easy to find and explore the traffic your cluster is seeing. But it would also be cool if we also indexed all records, even if many of them are just assigned a catch-all "other" type_s value. We won't be able to parse out detailed values from the log messages the way we would for type_s=query for example, but we can still store the line and timestamp. Gives much better search over the logs than dropping down to "grep" for anything that's not one of the predefined types. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org