Logstash -> Elastic Cloud

How can I know if my logstash is sending the packest received from port 5000 to elastic cloud, i mean, i make a curl and apparently there is no index created how can i send those, or I have to create an Index in elastic¿?

Thanks

MrNerd

What errors are you getting in the logstash log? What does your logstash configuration file look like?

Apparently there are no errors; I have already check that. I made a post earlier to check if there was any error while catching packets from that ip and port.

input {
port => "5000"
hosts => "192.168.128.109"
}

output {
sincronet {
[AND HERE MY CLOUD ID AND USERNAME AND PASSWORD]
}
}

Thanks for your soon replay btw, helps a lot.

Regards

MrNerd

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