Github plugin logstash example to connect to github repository

I found this plugin to use to connect to github.. is there any option or example to config the file.

https://www.elastic.co/guide/en/logstash/7.4/plugins-inputs-github.html

I configure this config file to ingest the data in elasticsearch nothing is happened

input { github {
ip => "0.0.0.0"
port => 443
secret_token => [""] } }
output {
elasticsearch { hosts => ["localhost:9200"]
user => "
"
password => "
***"
}
stdout { codec => rubydebug }
}

any idea onto it

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