Getting error: Error registering plugin

Hi ,
I am getting following error while running ls_http.conf using command logstash -f D:\ELK\Input\ls_http.conf:

[ERROR][logstash.pipeline ] Error registering plugin {:pipeline_id=>"main", :plugin=>"<LogStash::Inputs::Http

ls_http.conf file:

input {
http {
host => "https://dev*****.service-now.com/api/now/table/****"
user => "abc"
password => "avc"
}
}
output
{
elasticsearch {
hosts => ["localhost:9200"]
index => "http_incident"
}
stdout{}
}

I know that http input plugin is already installed but still it showing error regarding registering plugin . Please provide any possible solution. Thank you!

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