home come you opted for ^\[ as your regex pattern? If log levels are known you can try:
pattern: 'ERROR|INFO|DEBUG|WARN' with negate:true and so on. Alternatively (if it's just stack traces) try pattern: '^Traceback|^[[:space:]]+' with negate: false.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.