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?
dadoonet
(David Pilato)
May 16, 2018, 1:01pm
2
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?
sure, there.
Do you have an idea how to help with the problem?
system
(system)
Closed
June 13, 2018, 4:26pm
6
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.