Logstash is not passing the data to elastisearch

when i pass the excel data in logstash and after running the below command and its strucking not able to pass the values.

[root@ip-10-3-1-152 logstash]# /opt/logstash/bin/logstash -f /etc/logstash/conf.d/logstash.conf
Settings: Default pipeline workers: 2
Pipeline main started

Please, please, please provide more info when you create threads. You put very little information when you post which means that a number of people need to post and ask heaps of questions before we can get to a useful point.

Make sure you read https://www.elastic.co/help.

Thanks for the update

Logstash is not passing data to elasticsearch and please find the log details below.
also after running the below command its hagingn there in pipeline main started opt/logstash/bin/logstash -f /etc/logstash/conf.d/logstash.conf
Settings: Default pipeline workers: 2
Pipeline main started

{:timestamp=>"2017-06-28T05:28:17.233000+0000", :message=>"SIGTERM received. Shutting down the agent.", :level=>:warn}
{:timestamp=>"2017-06-28T05:28:17.239000+0000", :message=>"stopping pipeline", :id=>"main"}
{:timestamp=>"2017-06-28T05:28:18.098000+0000", :message=>"Pipeline main has been shutdown"}
{:timestamp=>"2017-06-28T05:28:26.681000+0000", :message=>"Pipeline main started"}
{:timestamp=>"2017-06-28T08:24:42.888000+0000", :message=>"SIGTERM received. Shutting down the agent.", :level=>:warn}
{:timestamp=>"2017-06-28T08:24:42.895000+0000", :message=>"stopping pipeline", :id=>"main"}
{:timestamp=>"2017-06-28T08:24:44.572000+0000", :message=>"Pipeline main has been shutdown"}
{:timestamp=>"2017-06-28T08:28:27.811000+0000", :message=>"Pipeline main started"}
{:timestamp=>"2017-06-28T09:13:42.364000+0000", :message=>"SIGTERM received. Shutting down the agent.", :level=>:warn}
{:timestamp=>"2017-06-28T09:13:42.367000+0000", :message=>"stopping pipeline", :id=>"main"}
{:timestamp=>"2017-06-28T09:13:43.934000+0000", :message=>"Pipeline main has been shutdown"}
{:timestamp=>"2017-06-28T09:13:52.364000+0000", :message=>"Pipeline main started"}

Well what does your config look like?

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