Could you please share your configuration file? Please format it usin </>.
It seems to me that your global options infilebeat.configuration is not properly set. The modules.path has to be set to the path to the available modules configurations. It is by default modules.d/*.yml.
Tweaking an existing modules does not require cloning the repo. It is sufficient to edit the Grok patterns and other processors in pipeline.json or default.json under the folder ingest of each module.
Thanks for the guide line, I was not using those line in the configuration file. Now I have added them and fix it.
I am trying to parse a custom application logs to ES, that is the purpose of this exercise. Could you please let me know how can we create a custom module to parse the below given data?
At least I need to have the dateTime from the messages
[DEBUG] 2017-12-07 03:57:27.064 [https-jsse-nio-8443-exec-10] RequestProcessor - Status >200
[INFO ] 2017-12-07 04:00:41.015 [main] Application - Starting Application v0.0.1-SNAPSHOT on c62e0ddde6f5 with PID 141 (/etc/app1/bin/app1.jar started by app1 in /etc/app1/bin)
[DEBUG] 2017-12-07 04:00:41.022 [main] Application - Running with Spring Boot v1.5.2.RELEASE, Spring v4.3.7.RELEASE
[INFO ] 2017-12-07 04:00:41.023 [main] Application - No active profile set, falling back to default profiles: default
[INFO ] 2017-12-07 04:00:44.265 [main] Application - Started Application in 3.824 seconds (JVM running for 4.755)
[DEBUG] 2017-12-07 18:31:09.868 [https-jsse-nio-8443-exec-4] RestProcessor - https://127.0.0.1:8200/v1/auth/ldap/login/user1
[DEBUG] 2017-12-07 18:31:10.241 [https-jsse-nio-8443-exec-4] RequestProcessor - Status >200
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.