Need help on grok filter

I meant output configuration below.
Do you see any document in you elasticsearch index?

output {
if [type] == "monitor1" {
{
hosts => ["1XX.XX.XXX.XX:9200"]
index => "monitor1"
}
}
}