Trying to use the Google_pubsub input plugin

I use the bitnami elk for gcp.
I didn't installed x-pack and just want to pull logs from google pub/sub to es:

input{
 google_pub_sub {
  project_id => proj123
  project_id => "projects/proj123/topics/logs"
  subscription => "projects/proj123/subscriptions/logstash"
 }
}
output{
 stdout {}
 elasticsearch {
  hosts => [ "localhost:9200" ]
  index => "logs" 
 }
}

now, the logs index does not exists and does not created on 'Publish message' from gcp.

is there something i'm missing here?

Please don't post images of text as they are hardly readable and not searchable.

Instead paste the text and format it with </> icon. Check the preview window.

Thanks, I'll pay more attention to this in my following posts.

Do you have an idea how to help with the problem?

Please edit your post.

sure, there.
Do you have an idea how to help with the problem?

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