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 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.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.