Hey
I want to create alert using webhook. So, kindly help me with that.
And i want to connect logstash with webhook but facing some problem.
While running this config file, I am not able to receive anything.
input {
http {
host => "127.0.0.1"
port => "8080"
}
}
output {
stdout {}
}
Regards.