Not able to push the data through logstash. Getting below error.
[2018-10-27T22:00:34,851][INFO ][logstash.modules.scaffold] Initializing module {:module_name=>"fb_apache", :directory=>"C:/logstash/modules/fb_apache/configuration"}
[2018-10-27T22:00:34,869][INFO ][logstash.modules.scaffold] Initializing module {:module_name=>"netflow", :directory=>"C:/logstash/modules/netflow/configuration"}
[2018-10-27T22:00:35,098][WARN ][logstash.config.source.multilocal] Ignoring the 'pipelines.yml' file because modules or command line options are specified
[2018-10-27T22:00:35,688][INFO ][logstash.runner ] Starting Logstash {"logstash.version"=>"6.2.2"}
[2018-10-27T22:00:35,834][ERROR][logstash.config.sourceloader] No configuration found in the configured sources.
[2018-10-27T22:00:36,102][INFO ][logstash.agent ] Successfully started Logstash API endpoint {:port=>9600}
Thanks Magnus for immediate reply.
I was running previous version i.e. 6.2.2 ,so uninstalled it. After that installed 6.4 version again. First ran simple conf file. After that loaded my data. It is successful.
My date fields are loading as string only. Is there any issue with below line in conf ?
date {
match => ["CREATIONDATE","DD/MM/yyyy hh:mm:ss" ]
}
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.