Hi Team,
I ahve deployed Logstash in Kubernetes of version 6.3.2 and truying to get the input from google pub sub.
Reecived error:
Failed to execute action {:action=>LogStash::PipelineAction::Create/pipeline_id:main, :exception=>"LogStash::PluginLoadingError", :message=>"Couldn't find any input plugin named 'google_pubsub'. Are you sure this is correct? Trying to load the google_pubsub input plugin resulted in this error: no such file to load -- logstash/inputs/google_pubsub"
Configuration is :
input
{
google pub_sub
{
type => "pubsub"
project id =xxx
topic=xxxx
subscription = xxxx
}
}
Kindly advise how to install plugin for logstash in kubernetes