I am very new to ELK stack and I am trying to parse our weblogic application server logs using logstash and feed that to Elastic Search index and view in Kibana. Although I am able to get that indexed, I am looking for a way to capture few fields from the logs like log level (info, debug, error) and capture specific errors like connection time out etc. Can some one help with filter patterns for the same?
Write a grok filter to extract fields from the event text. If you're not very familiar with regular expressions http://grokconstructor.appspot.com/ can be of great help.
Use a date filter to parse the extracted timestamp into the @timestamp field.
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.