Use logstash conf file to load data in production environment

Hi ! I'm a beginner with ELK Stack. I used to test it till now. So i installed E L & K by unzipping them and using them in command line. Especially when I have to load data (eg : CSV) for vizualization in Kibana, I used :
$ bin/logstash -f FileLoadingInputFilterOutput.conf
Everything was ok. I decided yesterday to try it in production environment so, I installed ELK stack on ubuntu 16.04 and run them as a service. Now I don't know how to load my data anymore. I indicated the config path where are all my FileLoadingInputFilterOutput conf files in logstash.yaml before starting it, but I still can't load my data indices in kibana.
I need help please. How can I use logstash to load my data in kibana in production environment ?

node.name: ELK Stack-1
path.data: /var/lib/logstash
pipeline.id: main
path.config:"/etc/logstash/conf.d/*.conf"
path.logs: /var/log/logstash

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.