Hi
I'm having below code in output section
{
hosts => ["localhost:9200"]
document_id => "%{authsid}"
index => "dashboard_write"
action => "delete"
}
stdout { codec => line {format => "Deleted Event Successfully"}}
stdout { codec => rubydebug }
I wish to disable above stdout through logstash.yml. Is it possible??
Regards
Ram