I am trying to config logstash.conf to display 3 patterns: Date time, Log Level and Message but it does not display patterns. Here is my logstash config file. Please help me check correct if any thing wrong.
You're applying the grok filter and date filter only to events where the tag field is equal to "ctmcli_ccm_diag_nlog". Make sure your events actually have this tag. If not, the filters won't be applied.
Then you have to check the Logstash logs for any error or warning messages. If there's a problem with your configuration, it's likely that Logstash will log a message about it.
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.